removed shopt, added that in jenkins user's .profile
parent
ee07312b86
commit
f8c20541d5
|
|
@ -49,8 +49,6 @@ pipeline {
|
|||
steps {
|
||||
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
|
||||
sh 'mkdir -p url-shortener'
|
||||
sh 'env | grep -i shell'
|
||||
sh 'shopt -s extglob'
|
||||
sh 'cp -R !(url-shortener) url-shortener/'
|
||||
sh 'rm -rf url-shortener/features'
|
||||
sh 'rm -rf url-shortener/spec'
|
||||
|
|
|
|||
Loading…
Reference in New Issue