Homework sacred

This commit is contained in:
Mikołaj Pokrywka 2022-05-07 15:32:53 +02:00
parent 0647807189
commit 617af3bca3

3
Jenkinsfile vendored
View File

@ -21,7 +21,8 @@ pipeline {
withEnv(["EPOCH=${params.EPOCH}"]) {
copyArtifacts filter: '*', projectName: 's444463-create-dataset'
sh 'python3 ./deepl.py with "epochs=$EPOCH"'
archiveArtifacts artifacts: "model, my_runs"
mv _sources/deepl_* source.py
archiveArtifacts artifacts: "model, source.py"
build job: "s444463-evaluation/master"
}
}