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
6d06fbfe46
commit
e180be0f1c
@ -6,7 +6,7 @@ pipeline {
|
|||||||
script {
|
script {
|
||||||
def image = docker.build('dock')
|
def image = docker.build('dock')
|
||||||
image.inside{
|
image.inside{
|
||||||
sh 'training.py'
|
sh 'chmod +x training.py'
|
||||||
sh 'python3 training.py'
|
sh 'python3 training.py'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user