This commit is contained in:
Jan Nowak 2021-04-10 19:34:59 +02:00
parent f0ecf4a0fa
commit 4e5d1e12e1

5
Jenkinsfile vendored
View File

@ -31,13 +31,10 @@ pipeline {
steps {
withEnv(["KAGGLE_USERNAME=${params.KAGGLE_USERNAME}",
"KAGGLE_KEY=${params.KAGGLE_KEY}"]) {
script {
def img = docker.build('rokoch/ium:01')
img.inside {
sh 'ls -l'
sh 'chmod +x skrypt.sh'
sh './skrypt.sh 0'
}
}
}
}