fix
Some checks failed
s444417-training/pipeline/head This commit looks good
s444417-evaluation/pipeline/head There was a failure building this commit

This commit is contained in:
s444417 2022-05-04 15:58:17 +02:00
parent 23bbfdc50f
commit 1bd4057b2b

View File

@ -17,17 +17,15 @@ pipeline {
} }
} }
} }
}
options {
copyArtifactPermission('s444417-evaluation');
}
stages {
stage('Starting eval job') { stage('Starting eval job') {
steps { steps {
build job: 's444417-evaluation/master', wait: false build job: 's444417-evaluation/master', wait: false
} }
} }
} }
options {
copyArtifactPermission('s444417-evaluation');
}
post { post {
always { always {
emailext body: "${currentBuild.currentResult}", subject: 's444417-testing build status', to: 'e19191c5.uam.onmicrosoft.com@emea.teams.ms' emailext body: "${currentBuild.currentResult}", subject: 's444417-testing build status', to: 'e19191c5.uam.onmicrosoft.com@emea.teams.ms'