missed quote

pull/26/head
Adam Townsend 2023-10-17 17:22:00 -07:00
parent 36285b060b
commit a69b3e4226
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 {
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