Add change directory to Jenkisfile

This commit is contained in:
s487179 2023-04-14 19:16:58 +02:00
parent 6c1eaef3f8
commit df285bfe7b

View File

@ -23,6 +23,7 @@ pipeline {
stage('Run sh file') {
steps {
checkout scm
sh 'cd createDataset'
sh 'ls -l'
withEnv(["KAGGLE_USERNAME=${params.KAGGLE_USERNAME}",
"KAGGLE_KEY=${params.KAGGLE_KEY}" ]) {