ls
This commit is contained in:
parent
827886dc63
commit
da42f40e7f
5
lab5/create/Jenkinsfile
vendored
5
lab5/create/Jenkinsfile
vendored
@ -22,8 +22,11 @@ pipeline {
|
|||||||
withEnv(["KAGGLE_USERNAME=${params.KAGGLE_USERNAME}",
|
withEnv(["KAGGLE_USERNAME=${params.KAGGLE_USERNAME}",
|
||||||
"KAGGLE_KEY=${params.KAGGLE_KEY}" ]) {
|
"KAGGLE_KEY=${params.KAGGLE_KEY}" ]) {
|
||||||
sh '''
|
sh '''
|
||||||
|
ls -lah
|
||||||
chmod +x script.sh
|
chmod +x script.sh
|
||||||
./script.sh'''
|
./script.sh
|
||||||
|
ls -lah
|
||||||
|
'''
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user