-
Type:
Bug
-
Resolution: Won't Do
-
Priority:
Minor
-
Component/s: p4-plugin, tfs-plugin, workflow-job-plugin
-
Environment:Jenkins 2.107.3, Pipeline 2.5, Pipeline: SCM Step 2.6, Team Foundation Server 5.133.0
- Pipeline script has checkout step in it, checking out from TFS:Â
- checkout([changelog: false, $class: 'TeamFoundationServerScm', credentialsConfigurer: [$class: 'AutomaticCredentialsConfigurer'], projectPath: '$/pathToProject/', serverUrl: 'https://serverUrl/', useOverwrite: true, useUpdate: false, userName: 'usrName', workspaceName: 'Hudson-${JOB_NAME}-${NODE_NAME}'])
Â
- Pipeline job has Poll SCM enabled
- Pipeline job set up to use Pipeline script from SCM
Â
Upon Poll SCM seeing a changeset, builds are correctly triggered. However, commits are shown three times each (see attached image), which messes up the logs. I cannot find a way around this; changelog is set to false in the checkout.Â
Â