1
0
mirror of https://github.com/lxsang/ant-http synced 2024-06-29 11:59:48 +02:00

Update Jenkinsfile

This commit is contained in:
Dany LE 2022-08-02 09:21:16 +02:00 committed by GitHub
parent d3f68b8153
commit 8d55e6efd4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
Jenkinsfile vendored
View File

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