looking to see what shell is used

pull/24/head
Adam Townsend 2023-10-16 12:06:11 -07:00
parent 3ec0f0ff7b
commit e4eabf8aa6
1 changed files with 1 additions and 0 deletions

1
Jenkinsfile vendored
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'