Homework sacred

This commit is contained in:
Mikołaj Pokrywka 2022-05-07 15:40:46 +02:00
parent 4dde326a9b
commit 0835211dc0

2
Jenkinsfile vendored
View File

@ -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"'
archiveArtifacts artifacts: "model, my_runs/_sources/*" archiveArtifacts artifacts: "model, my_runs/*/*"
build job: "s444463-evaluation/master" build job: "s444463-evaluation/master"
} }
} }