From 8691d19e8d6ec499898dd43bd0b28cbe5b99a10b Mon Sep 17 00:00:00 2001 From: Adam Townsend Date: Tue, 17 Oct 2023 17:32:50 -0700 Subject: [PATCH] dump the zip file, let's see how it's working? --- Jenkinsfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Jenkinsfile b/Jenkinsfile index db46f20..ac8664c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -49,6 +49,9 @@ pipeline { } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { sh ''' #!/usr/local/bin/bash + echo $ZIP_FILE + echo ${ZIP_FILE} + echo ${env.ZIP_FILE} CUR_DIR=$(pwd) mkdir -p /tmp/url-shortener cp -R * /tmp/url-shortener