Fix overwrite model in train
All checks were successful
s434804-training/pipeline/head This commit looks good
All checks were successful
s434804-training/pipeline/head This commit looks good
This commit is contained in:
parent
575dca6139
commit
f7515627a5
@ -15,8 +15,9 @@ pipeline {
|
|||||||
}
|
}
|
||||||
stage('training') {
|
stage('training') {
|
||||||
steps {
|
steps {
|
||||||
sh 'chmod +x tensor.py'
|
//sh 'chmod +x tensor.py'
|
||||||
sh 'python3 tensor.py'
|
//sh 'python3 tensor.py'
|
||||||
|
sh 'rm -rf country_vaccination'
|
||||||
sh 'chmod +x mlflow_model.py'
|
sh 'chmod +x mlflow_model.py'
|
||||||
sh 'python3 mlflow_model.py'
|
sh 'python3 mlflow_model.py'
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user