Multipipeline #wip
Some checks failed
s434780-training/pipeline/head There was a failure building this commit

This commit is contained in:
sadurska@trui.pl 2021-05-16 21:42:59 +02:00
parent da40e1a0e6
commit 7a8025ef93

View File

@ -18,7 +18,7 @@ pipeline {
def img = docker.build('s434780/ium:1.0')
img.inside {
sh 'chmod +x train-tensorflow.py'
sh 'python3 ./train.tensorflow.py'
sh 'python3 ./train-tensorflow.py'
}
}
}