looking to see what shell is used

This commit is contained in:
2023-10-16 12:06:11 -07:00
parent 3ec0f0ff7b
commit e4eabf8aa6
Vendored
+1
View File
@@ -49,6 +49,7 @@ pipeline {
steps {
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
sh 'mkdir -p url-shortener'
sh 'echo $SHELL'
sh 'shopt -s extglob'
sh 'cp -R !(url-shortener) url-shortener/'
sh 'rm -rf url-shortener/features'