unli...@gmail.com
unread,Nov 25, 2020, 10:16:13 AM11/25/20Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Jenkins Users
There is such a jenkins-code:
checkout ([ ...
extensions: [[$class: 'CheckoutOption', timeout: 180],[$class: 'CloneOption', depth: 1, noTags: true, reference: '', shallow: false, timeout: 60]],
... )]
Why during the same Pipeline, in different stages where it is used, without any changes in SCM (github), can different revisions of the code be made?
It's a bug in Jenkins or ask for any ideas why it's possible. Thank you.