When I inspect my Jenkins pipeline job, I always see duplicate entries in 
the Changes view. It may be happening because:

i) I have polling enabled, so that the job kicks off if there are any 
checkins with a time period
ii) The pipeline job checks out the code on a build node and does a build

Questions: 
1) Is there a way to tell Jenkins to only list the changes once?
2) Can the polling schedule somehow be enbedded within the pipeline code?

Ideally what I'd like to see is the code polled, checked out, and built on 
a particular node, but instead what I'm seeing is that the code is checked 
out on the master and then checked out again on the build node.

I'm using Pipeline plugin 2.2 and Jenkins 2.11.

Thank you!

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/a7caadda-c604-4a0f-80f6-17132faf57fd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to