1
0
mirror of https://github.com/lxsang/antd-lua-plugin synced 2024-12-26 01:18:22 +01:00

Update Jenkinsfile

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

4
Jenkinsfile vendored
View File

@ -40,12 +40,12 @@ pipeline{
./configure --prefix=/opt/www
make
'''
script {
//script {
// only useful for any master branch
//if (env.BRANCH_NAME =~ /^master/) {
//archiveArtifacts artifacts: 'd.ts/, release/antos-1.1.2.tar.gz', fingerprint: true
//}
}
//}
}
}
}