Homework sacred
This commit is contained in:
parent
9e60e8e2ce
commit
0647807189
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -20,7 +20,7 @@ pipeline {
|
|||||||
steps {
|
steps {
|
||||||
withEnv(["EPOCH=${params.EPOCH}"]) {
|
withEnv(["EPOCH=${params.EPOCH}"]) {
|
||||||
copyArtifacts filter: '*', projectName: 's444463-create-dataset'
|
copyArtifacts filter: '*', projectName: 's444463-create-dataset'
|
||||||
sh 'python3 ./deepl.py with "epochs=$EPOCHS"'
|
sh 'python3 ./deepl.py with "epochs=$EPOCH"'
|
||||||
archiveArtifacts artifacts: "model, my_runs"
|
archiveArtifacts artifacts: "model, my_runs"
|
||||||
build job: "s444463-evaluation/master"
|
build job: "s444463-evaluation/master"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user