Re: different github checkout revisions

2020-12-02 Thread Mark Waite
On Wed, Dec 2, 2020 at 12:56 AM wrote: > Thanks for your reply. > Temporarily, I have to roll back to the old, but working successfully > solution with git: > > git( > url: 'https://github.com/enterpr/myrepo.git', > credentialsId: 'github-PAT', > branch: "${params.branch_n

Re: different github checkout revisions

2020-12-01 Thread unlimhost
Title: Re: different github checkout revisions Thanks for your reply. Temporarily, I have to roll back to the old, but working successfully solution with git: git(         url: 'https://github.com/enterpr/myrepo.git',         credentialsId: 'github-PAT',         branch: &

Re: different github checkout revisions

2020-12-01 Thread Mark Waite
On Tue, Dec 1, 2020 at 5:32 AM wrote: > There is such a jenkins-code: > > checkout ([ ... > extensions: [[$class: 'CheckoutOption', timeout: 180],[$class: > 'CloneOption', depth: 1, noTags: true, reference: '', shallow: false, > timeout: 60]], > ... )] > > Why do I get different revisions when I

different github checkout revisions

2020-12-01 Thread unlimhost
There is such a jenkins-code: checkout ([ ... extensions: [[$class: 'CheckoutOption', timeout: 180],[$class: 'CloneOption', depth: 1, noTags: true, reference: '', shallow: false, timeout: 60]], ... )] Why do I get different revisions when I restart the same pipeline, without any changes in SCM