From a0a9e84b9112928f49291eca008e17a226fb6d06 Mon Sep 17 00:00:00 2001 From: Adam Townsend Date: Tue, 17 Oct 2023 17:14:33 -0700 Subject: [PATCH] another try --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index d463c80..d56c308 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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') {