dump the zip file, let's see how it's working?

This commit is contained in:
2023-10-17 17:32:50 -07:00
parent 35d196bdc2
commit 8691d19e8d
Vendored
+3
View File
@@ -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