Update Jenkinsfile

This commit is contained in:
Dany LE
2022-08-02 16:54:19 +02:00
committed by GitHub
parent b766884997
commit 19ea0256a4

1
Jenkinsfile vendored
View File

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