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