From 15d9ade2cf3430b82d078927220ae46e882ccb2d Mon Sep 17 00:00:00 2001 From: Adam Townsend Date: Tue, 17 Oct 2023 17:42:17 -0700 Subject: [PATCH] remove EXPORT --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 9b9cf4e..f67cae6 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -49,7 +49,7 @@ pipeline { } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { sh ''' #!/usr/local/bin/bash - EXPORT ZIP_FILE="url-shortener_$(date "+%Y-%m-%d_%H-%M-%S").tgz" + ZIP_FILE="url-shortener_$(date "+%Y-%m-%d_%H-%M-%S").tgz" echo $ZIP_FILE CUR_DIR=$(pwd) mkdir -p /tmp/url-shortener