This commit is contained in:
Jan Nowak 2021-04-10 21:33:18 +02:00
parent 655f33c5bc
commit 4186c5ca12

2
Jenkinsfile vendored
View File

@ -34,7 +34,7 @@ pipeline {
def img = docker.build('rokoch/ium:01')
img.inside {
sh 'rm -f *.csv *.zip'
sh 'mkdir .kaggle'
sh 'mkdir /.kaggle'
sh 'ls -l'
sh 'cat /etc/issue'
sh 'chmod +x skrypt.sh'