Homework sacred
This commit is contained in:
parent
617af3bca3
commit
e8d4fa8ed6
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -21,7 +21,7 @@ pipeline {
|
|||||||
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=$EPOCH"'
|
sh 'python3 ./deepl.py with "epochs=$EPOCH"'
|
||||||
mv _sources/deepl_* source.py
|
mv 'my_runs/_sources/deepl_* source.py'
|
||||||
archiveArtifacts artifacts: "model, source.py"
|
archiveArtifacts artifacts: "model, source.py"
|
||||||
build job: "s444463-evaluation/master"
|
build job: "s444463-evaluation/master"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user