Multipipeline #wip
Some checks failed
s434780-training/pipeline/head There was a failure building this commit
Some checks failed
s434780-training/pipeline/head There was a failure building this commit
This commit is contained in:
parent
da40e1a0e6
commit
7a8025ef93
@ -18,7 +18,7 @@ pipeline {
|
|||||||
def img = docker.build('s434780/ium:1.0')
|
def img = docker.build('s434780/ium:1.0')
|
||||||
img.inside {
|
img.inside {
|
||||||
sh 'chmod +x train-tensorflow.py'
|
sh 'chmod +x train-tensorflow.py'
|
||||||
sh 'python3 ./train.tensorflow.py'
|
sh 'python3 ./train-tensorflow.py'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user