Changed path to archive
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
c15b0632d1
commit
ca2e0dd13a
@ -29,7 +29,7 @@ pipeline {
|
|||||||
steps {
|
steps {
|
||||||
sh "chmod u+x ./train_model.py"
|
sh "chmod u+x ./train_model.py"
|
||||||
sh "python3 ./train_model.py $EPOCHS"
|
sh "python3 ./train_model.py $EPOCHS"
|
||||||
archiveArtifacts artifacts: "./model/*", onlyIfSuccessful: true
|
archiveArtifacts artifacts: "model/*", onlyIfSuccessful: true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user