train.Jenkinsfile fix
Some checks failed
s434784-training/pipeline/head There was a failure building this commit
Some checks failed
s434784-training/pipeline/head There was a failure building this commit
This commit is contained in:
parent
f449b977c2
commit
6d06fbfe46
@ -7,7 +7,7 @@ pipeline {
|
|||||||
def image = docker.build('dock')
|
def image = docker.build('dock')
|
||||||
image.inside{
|
image.inside{
|
||||||
sh 'training.py'
|
sh 'training.py'
|
||||||
sh 'python3 ./training.py'
|
sh 'python3 training.py'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user