Jenkinsfile-training corrected
Some checks failed
s434742-training/pipeline/head There was a failure building this commit

This commit is contained in:
patrycjalazna 2021-05-07 18:35:19 +02:00
parent 7370c69d04
commit b94d7088fe

View File

@ -29,8 +29,8 @@ pipeline {
}
stage('training') {
steps {
sh 'chmod +x avocado-preprocessing.py'
sh 'python3 avocado-preprocessing.py ${EPOCHS} ${BATCH_SIZE}'
sh 'chmod +x avocado-training.py'
sh 'python3 avocado-training.py ${EPOCHS} ${BATCH_SIZE}'
}