another try

pull/26/head
Adam Townsend 2023-10-17 17:14:33 -07:00
parent 01d9f9a21c
commit a0a9e84b91
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
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') {