-
Bug
-
Resolution: Unresolved
-
Minor
-
Jenkins 2.8
Ubuntu Server 14.04
Multibranch pipeline jobs do not have links to SCM commits and diffs (multibranch-scm-nolinks.png) even if the corresponding SCM browser is configured like the following
def teamName = 'team' def repoName = 'repo' stage 'Checkout' checkout([ $class: 'GitSCM', branches: [[name: env.BRANCH_NAME]], browser: [ $class: 'BitbucketWeb', repoUrl: "https://bitbucket.org/${teamName}/${repoName}.git" ], doGenerateSubmoduleConfigurations: false, extensions: [[$class: 'CleanBeforeCheckout']], submoduleCfg: [], userRemoteConfigs: [[ credentialsId: 'jenkins_bitbucket_ssh', name: 'origin', url: "git@bitbucket.org:${teamName}/${repoName}.git" ]] ])
... although ordinary jobs do have (multibranch-scm-links.png)
[JENKINS-35483] Multibranch pipeline with SCM browser does not have SCM links
Workflow | Original: JNJira [ 171786 ] | New: JNJira + In-Review [ 184474 ] |
Component/s | New: git-plugin [ 15543 ] | |
Component/s | Original: workflow-multibranch-plugin [ 21465 ] | |
Assignee | Original: Manuel Recena Soto [ recena ] | |
Labels | New: multibranch |