-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
Jenkins 2.32.2
Build page contain same change list multiple times, when using parallel in pipeline.
parallel ( "test1" : { checkout([ $class: 'GitSCM', branches: [[ name: 'master' ]], doGenerateSubmoduleConfigurations: false, extensions: [[ $class: 'RelativeTargetDirectory', relativeTargetDir: 'test1' ],[ $class: 'ScmName', name: 'test1' ]], submoduleCfg: [], userRemoteConfigs: [[ credentialsId: 'test', url: 'ssh://git@github.com/test1' ]] ]) }, "test2" : { checkout([ $class: 'GitSCM', branches: [[ name: 'master' ]], doGenerateSubmoduleConfigurations: false, extensions: [[ $class: 'RelativeTargetDirectory', relativeTargetDir: 'test2' ],[ $class: 'ScmName', name: 'test2' ]], submoduleCfg: [], userRemoteConfigs: [[ credentialsId: 'test', url: 'ssh://git@github.com/test2' ]] ]) }, "test3" : { checkout([ $class: 'GitSCM', branches: [[ name: 'master' ]], doGenerateSubmoduleConfigurations: false, extensions: [[ $class: 'RelativeTargetDirectory', relativeTargetDir: 'test3' ],[ $class: 'ScmName', name: 'test3' ]], submoduleCfg: [], userRemoteConfigs: [[ credentialsId: 'test', url: 'ssh://git@github.com/test3' ]] ]) } )
- relates to
-
JENKINS-35475 Multibranch pipeline displays SCM views multiple times
-
- Closed
-
shahmishal I don't think this bug is git-changelog-plugin related, this plugin is needed for other special things and does not checkout/clone any git repositories. This might be git-plugin related, I assume.
Why do you think it is git-changelog-plugin related? Which version of the git-changelog-plugin do you have installed?