archive-deliverable #26

Merged
bucky merged 20 commits from archive-deliverable into master 2023-10-17 18:12:38 -07:00
Showing only changes of commit a69b3e4226 - Show all commits
Vendored
+1 -1
View File
@@ -45,7 +45,7 @@ pipeline {
stage('Build production deliverable') {
steps {
script {
env.ZIP_FILE=sh(script: 'echo "url-shortener_$(date "+%Y-%m-%d_%H-%M-%S").tgz', returnStdout: true)
env.ZIP_FILE=sh(script: 'echo "url-shortener_$(date "+%Y-%m-%d_%H-%M-%S").tgz"', returnStdout: true)
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
sh ''' #!/usr/local/bin/bash