This commit is contained in:
s434766 2021-05-10 11:32:14 +02:00
parent eb9be582ac
commit bf690de8d4
2 changed files with 1 additions and 2 deletions

View File

@ -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'
}
}

View File

@ -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'
}
}
}