dump the zip file, let's see how it's working?
This commit is contained in:
Vendored
+3
@@ -49,6 +49,9 @@ pipeline {
|
|||||||
}
|
}
|
||||||
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
|
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
|
||||||
sh ''' #!/usr/local/bin/bash
|
sh ''' #!/usr/local/bin/bash
|
||||||
|
echo $ZIP_FILE
|
||||||
|
echo ${ZIP_FILE}
|
||||||
|
echo ${env.ZIP_FILE}
|
||||||
CUR_DIR=$(pwd)
|
CUR_DIR=$(pwd)
|
||||||
mkdir -p /tmp/url-shortener
|
mkdir -p /tmp/url-shortener
|
||||||
cp -R * /tmp/url-shortener
|
cp -R * /tmp/url-shortener
|
||||||
|
|||||||
Reference in New Issue
Block a user