update Jenkinsfile build script

This commit is contained in:
Len 2026-08-01 06:16:37 -05:00
parent a265349c69
commit df1e0d6d23

6
Jenkinsfile vendored
View File

@ -3,7 +3,11 @@ pipeline {
stages {
stage('Gradle') {
steps {
sh './zip.sh'
sh '''
set +x
chmod +x zip.sh
./zip.sh
'''
}
}
stage('Archive') {