test parameters

This commit is contained in:
Mikołaj Pokrywka 2022-05-06 22:55:45 +02:00
parent 689fe9682d
commit fcd2e2f5ab

2
Jenkinsfile vendored
View File

@ -22,7 +22,7 @@ pipeline {
copyArtifacts filter: '*', projectName: 's444463-create-dataset'
sh 'python3 ./deepl.py $EPOCH'
archiveArtifacts artifacts: "model"
build job: "s444380-evaluation/master"
build job: "s444463-evaluation/master"
}
}
}