mirror of
https://github.com/lxsang/ant-http
synced 2025-07-26 02:29:47 +02:00
Update Jenkinsfile
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -46,7 +46,7 @@ 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, onlyIfSuccessful: true
|
archiveArtifacts artifacts: 'build/', fingerprint: true, onlyIfSuccessful: true
|
||||||
//}
|
//}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user