1
0
mirror of https://github.com/lxsang/ant-http synced 2024-07-01 12:59:47 +02:00

Update Jenkinsfile

This commit is contained in:
Dany LE 2022-08-01 12:14:01 +02:00 committed by GitHub
parent e009e6dc20
commit 9f1f814ac4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

6
Jenkinsfile vendored
View File

@ -45,9 +45,9 @@ pipeline{
''' '''
script { script {
// only useful for any master branch // only useful for any master branch
if (env.BRANCH_NAME =~ /^master/) { //if (env.BRANCH_NAME =~ /^master/) {
archiveArtifacts artifacts: 'build/', fingerprint: true archiveArtifacts artifacts: 'build/', fingerprint: true
} //}
} }
} }
} }