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