From df1e0d6d232d83c3c6c0b48b85e5971f732ddba8 Mon Sep 17 00:00:00 2001 From: Len <40720638+destro174@users.noreply.github.com> Date: Sat, 1 Aug 2026 06:16:37 -0500 Subject: [PATCH] update Jenkinsfile build script --- Jenkinsfile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 517e1de..b48f09c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,7 +3,11 @@ pipeline { stages { stage('Gradle') { steps { - sh './zip.sh' + sh ''' + set +x + chmod +x zip.sh + ./zip.sh + ''' } } stage('Archive') {