another try

This commit is contained in:
2023-10-17 17:35:37 -07:00
parent 8691d19e8d
commit 8a0fef63b2
Vendored
+1 -1
View File
@@ -45,7 +45,7 @@ pipeline {
stage('Build production deliverable') { stage('Build production deliverable') {
steps { steps {
script { script {
env.ZIP_FILE=sh(script: 'echo "url-shortener_$(date "+%Y-%m-%d_%H-%M-%S").tgz"', returnStdout: true) env.ZIP_FILE=sh(script: 'ZIP_FILE="url-shortener_$(date "+%Y-%m-%d_%H-%M-%S").tgz"', returnStdout: true)
} }
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
sh ''' #!/usr/local/bin/bash sh ''' #!/usr/local/bin/bash