archive-deliverable #26

Merged
bucky merged 20 commits from archive-deliverable into master 2023-10-17 18:12:38 -07:00
Showing only changes of commit 8691d19e8d - Show all commits
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