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

pull/26/head
Adam Townsend 2023-10-17 17:32:50 -07:00
parent 35d196bdc2
commit 8691d19e8d
1 changed files with 3 additions and 0 deletions

3
Jenkinsfile vendored
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