This commit is contained in:
Mikołaj Pokrywka 2022-05-03 16:47:09 +02:00
parent 9162d914f7
commit c58b598dd5

2
Jenkinsfile vendored
View File

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