Update Jenkinsfile

This commit is contained in:
Dany LE 2022-08-02 16:54:19 +02:00 committed by GitHub
parent b766884997
commit 19ea0256a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

1
Jenkinsfile vendored
View File

@ -47,6 +47,7 @@ pipeline{
// top-level of the Pipeline, in the same workspace, // top-level of the Pipeline, in the same workspace,
// rather than on a new node entirely: // rather than on a new node entirely:
reuseNode true reuseNode true
alwaysPull false
} }
} }
steps { steps {