mirror of
https://github.com/lxsang/antd-tunnel-publishers
synced 2024-11-14 17:18:21 +01:00
Update Jenkinsfile
This commit is contained in:
parent
226241ab2a
commit
97521d893e
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@ -43,12 +43,12 @@ pipeline{
|
||||
make
|
||||
DESTDIR=$WORKSPACE/build make install
|
||||
'''
|
||||
//script {
|
||||
script {
|
||||
// only useful for any master branch
|
||||
//if (env.BRANCH_NAME =~ /^master/) {
|
||||
// archiveArtifacts artifacts: 'build/', fingerprint: true
|
||||
archiveArtifacts artifacts: 'build/', fingerprint: true
|
||||
//}
|
||||
//}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user