1
0
mirror of https://github.com/lxsang/antd-tunnel-plugin synced 2024-07-01 13:09:46 +02:00

Update Jenkinsfile

This commit is contained in:
Dany LE 2022-08-02 08:57:03 +02:00 committed by GitHub
parent 539b8797c8
commit 28be884b3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

3
Jenkinsfile vendored
View File

@ -44,10 +44,7 @@ pipeline{
DESTDIR=$WORKSPACE/build make install
'''
script {
// only useful for any master branch
//if (env.BRANCH_NAME =~ /^master/) {
archiveArtifacts artifacts: 'build/', fingerprint: true
//}
}
}
}