update Jenkinsfile build script
This commit is contained in:
Vendored
+5
-1
@@ -3,7 +3,11 @@ pipeline {
|
|||||||
stages {
|
stages {
|
||||||
stage('Gradle') {
|
stage('Gradle') {
|
||||||
steps {
|
steps {
|
||||||
sh './zip.sh'
|
sh '''
|
||||||
|
set +x
|
||||||
|
chmod +x zip.sh
|
||||||
|
./zip.sh
|
||||||
|
'''
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Archive') {
|
stage('Archive') {
|
||||||
|
|||||||
Reference in New Issue
Block a user