This commit is contained in:
Mikołaj Pokrywka 2022-05-03 16:38:46 +02:00
parent 739a791f78
commit 828e26dc84

2
Jenkinsfile vendored
View File

@ -20,7 +20,7 @@ pipeline {
steps {
withEnv(["EPOCH=${params.CUTOFF}"]) {
copyArtifacts filter: '*', projectName: 's444463-create-dataset'
sh 'python3 ./deepl.py $EPOCHS'
sh 'python3 ./deepl.py $EPOCH'
archiveArtifacts artifacts: "model"
}
}