another shot at getting local shell
parent
e4eabf8aa6
commit
ee07312b86
|
|
@ -49,7 +49,7 @@ pipeline {
|
|||
steps {
|
||||
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
|
||||
sh 'mkdir -p url-shortener'
|
||||
sh 'echo $SHELL'
|
||||
sh 'env | grep -i shell'
|
||||
sh 'shopt -s extglob'
|
||||
sh 'cp -R !(url-shortener) url-shortener/'
|
||||
sh 'rm -rf url-shortener/features'
|
||||
|
|
|
|||
Loading…
Reference in New Issue