This commit is contained in:
jakubknczny 2021-05-15 15:17:10 +02:00
parent 827886dc63
commit da42f40e7f

View File

@ -22,8 +22,11 @@ pipeline {
withEnv(["KAGGLE_USERNAME=${params.KAGGLE_USERNAME}",
"KAGGLE_KEY=${params.KAGGLE_KEY}" ]) {
sh '''
ls -lah
chmod +x script.sh
./script.sh'''
./script.sh
ls -lah
'''
}
}
}