Archive predictions
All checks were successful
s444380-training/pipeline/head This commit looks good
All checks were successful
s444380-training/pipeline/head This commit looks good
This commit is contained in:
parent
ca2e0dd13a
commit
9efe7bd128
@ -29,7 +29,7 @@ pipeline {
|
||||
steps {
|
||||
sh "chmod u+x ./train_model.py"
|
||||
sh "python3 ./train_model.py $EPOCHS"
|
||||
archiveArtifacts artifacts: "model/*", onlyIfSuccessful: true
|
||||
archiveArtifacts artifacts: "model/*, out.csv", onlyIfSuccessful: true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user