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