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
e009e6dc20
commit
9f1f814ac4
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@ -45,9 +45,9 @@ pipeline{
|
||||
'''
|
||||
script {
|
||||
// only useful for any master branch
|
||||
if (env.BRANCH_NAME =~ /^master/) {
|
||||
archiveArtifacts artifacts: 'build/', fingerprint: true
|
||||
}
|
||||
//if (env.BRANCH_NAME =~ /^master/) {
|
||||
archiveArtifacts artifacts: 'build/', fingerprint: true
|
||||
//}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user