Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-58328

Add repository browser support (e.g. Fisheye) to pipeline jobs

XMLWordPrintable

    • Icon: New Feature New Feature
    • Resolution: Won't Fix
    • Icon: Minor Minor
    • git-plugin, pipeline
    • None

      When configuring a freestyle job you have the ability to add a repository browser when selecting Git under source code management. This functionality would be beneficial in pipeline jobs.

       

      Example:

      pipeline {
      stage ('Checkout develop branch') {
      steps

      { git branch: "develop", credentialsId: 'buildit', url: 'ssh://git@my.server.local:7999/project/repo.git' fisheyeUrl: 'https://fisheyeInstance/browse/repo' }

      }
      }

       

            markewaite Mark Waite
            mmallard Matthew Mallard
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: