diff --git a/Jenkinsfile_evaluation b/Jenkinsfile_evaluation index 4b249a6..eadaeb2 100644 --- a/Jenkinsfile_evaluation +++ b/Jenkinsfile_evaluation @@ -29,9 +29,12 @@ pipeline { stages { stage('First'){ steps { - copyArtifacts filter: '*', projectName: 's478815-create-dataset' - sh 'python3 ./DL.py $EPOCHS' + copyArtifacts filter: '*', projectName: 's478815-training' + + sh 'python3 ./DL.py $EPOCHS' archiveArtifacts artifacts: 'modelP.pkl', followSymlinks: false + + build job: 's478815-evaluation/master/' } }