diff --git a/pytorch-training-eval/Jenkinsfile-eval b/pytorch-training-eval/Jenkinsfile-eval index 4149aed..38203da 100644 --- a/pytorch-training-eval/Jenkinsfile-eval +++ b/pytorch-training-eval/Jenkinsfile-eval @@ -18,11 +18,11 @@ pipeline { stage('checkout') { steps { copyArtifacts fingerprintArtifacts: true, projectName: 's434766-create-dataset', selector: buildParameter('WHICH_BUILD_DATA') - copyArtifacts fingerprintArtifacts: true, projectName: 's434766-training', selector: buildParameter('WHICH_BUILD_TRAIN') } } stage('Docker'){ steps{ + copyArtifacts fingerprintArtifacts: true, projectName: 's434766-training', selector: buildParameter('WHICH_BUILD_TRAIN') sh 'python3 "./stroke-pytorch-eval.py" >> eval.txt' } } diff --git a/pytorch-training-eval/Jenkinsfile-train b/pytorch-training-eval/Jenkinsfile-train index 868da18..6485c46 100644 --- a/pytorch-training-eval/Jenkinsfile-train +++ b/pytorch-training-eval/Jenkinsfile-train @@ -43,7 +43,6 @@ pipeline { emailext body: currentBuild.result ?: 'SUCCESS', subject: 's434766 training', to: '26ab8f35.uam.onmicrosoft.com@emea.teams.ms' - build job: 's434766-evaluation' } } }