mirror of
https://github.com/lxsang/ant-http
synced 2024-11-18 01:08:21 +01:00
Update Jenkinsfile
This commit is contained in:
parent
8d55e6efd4
commit
6758a4bb52
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -46,7 +46,7 @@ pipeline{
|
||||
script {
|
||||
// only useful for any master branch
|
||||
//if (env.BRANCH_NAME =~ /^master/) {
|
||||
archiveArtifacts artifacts: 'build/**/*.*', fingerprint: true, onlyIfSuccessful: true
|
||||
archiveArtifacts artifacts: 'build/', fingerprint: true, onlyIfSuccessful: true
|
||||
//}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user