Jenkinsfile-training corrected
Some checks failed
s434742-training/pipeline/head There was a failure building this commit
Some checks failed
s434742-training/pipeline/head There was a failure building this commit
This commit is contained in:
parent
7370c69d04
commit
b94d7088fe
@ -29,8 +29,8 @@ pipeline {
|
|||||||
}
|
}
|
||||||
stage('training') {
|
stage('training') {
|
||||||
steps {
|
steps {
|
||||||
sh 'chmod +x avocado-preprocessing.py'
|
sh 'chmod +x avocado-training.py'
|
||||||
sh 'python3 avocado-preprocessing.py ${EPOCHS} ${BATCH_SIZE}'
|
sh 'python3 avocado-training.py ${EPOCHS} ${BATCH_SIZE}'
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user