archive-deliverable #24

Merged
bucky merged 12 commits from archive-deliverable into master 2023-10-16 17:28:44 -07:00
Showing only changes of commit e4eabf8aa6 - Show all commits
Vendored
+1
View File
@@ -49,6 +49,7 @@ pipeline {
steps { steps {
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
sh 'mkdir -p url-shortener' sh 'mkdir -p url-shortener'
sh 'echo $SHELL'
sh 'shopt -s extglob' sh 'shopt -s extglob'
sh 'cp -R !(url-shortener) url-shortener/' sh 'cp -R !(url-shortener) url-shortener/'
sh 'rm -rf url-shortener/features' sh 'rm -rf url-shortener/features'