looking to see what shell is used
parent
3ec0f0ff7b
commit
e4eabf8aa6
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in New Issue