fix
This commit is contained in:
parent
23bbfdc50f
commit
1bd4057b2b
@ -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'
|
||||||
|
Loading…
Reference in New Issue
Block a user