train.Jenkinsfile fix
Some checks failed
s434784-training/pipeline/head There was a failure building this commit

This commit is contained in:
Maciej Sobkowiak 2021-05-16 16:11:21 +02:00
parent 6d06fbfe46
commit e180be0f1c

View File

@ -6,7 +6,7 @@ pipeline {
script {
def image = docker.build('dock')
image.inside{
sh 'training.py'
sh 'chmod +x training.py'
sh 'python3 training.py'
}
}