Homework sacred

This commit is contained in:
Mikołaj Pokrywka 2022-05-07 15:34:55 +02:00
parent e8d4fa8ed6
commit b5f78f6ada

2
Jenkinsfile vendored
View File

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