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
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: &
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
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