diff --git a/Jenkinsfile_sacred b/Jenkinsfile_sacred index dfbe4c9..477a7eb 100644 --- a/Jenkinsfile_sacred +++ b/Jenkinsfile_sacred @@ -30,8 +30,8 @@ pipeline { stage('Main train'){ steps { copyArtifacts filter: '*', projectName: 's478815-create-dataset' - sh 'python3 ./DL.py $EPOCHS' - archiveArtifacts artifacts: 'modelP.pkl', followSymlinks: false + sh 'python3 ./sacred.py $EPOCHS' + archiveArtifacts artifacts: 'modelP.pkl,*', followSymlinks: false build job: 's478815-evaluation/master/' }