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 a0a9e84b91 - Show all commits
Vendored
+1 -1
View File
@@ -45,7 +45,7 @@ pipeline {
stage('Build production deliverable') {
steps {
script {
ZIP_DATE=$(date "+%Y-%m-%d_%H-%M-%S")
ZIP_DATE=$(date '+%Y-%m-%d_%H-%M-%S')
env.ZIP_FILE="url-shortener_$ZIP_DATE"
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {