s11
This commit is contained in:
parent
eb9be582ac
commit
bf690de8d4
@ -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'
|
||||
}
|
||||
}
|
||||
|
@ -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'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user