Added posts
This commit is contained in:
parent
7f3b305cc9
commit
3f0f274eb3
7
data/Jenkinsfile
vendored
7
data/Jenkinsfile
vendored
@ -22,4 +22,9 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
post {
|
||||||
|
success {
|
||||||
|
build job: 's434700-training'
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
9
evaluation/Jenkinsfile
vendored
9
evaluation/Jenkinsfile
vendored
@ -36,4 +36,13 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
post{
|
||||||
|
success {
|
||||||
|
mail body: 'SUCCESS EVALUATION', subject: 's434700', to: '26ab8f35.uam.onmicrosoft.com@emea.teams.ms'
|
||||||
|
}
|
||||||
|
|
||||||
|
failure {
|
||||||
|
mail body: 'FAILURE EVALUATION', subject: 's434700', to: '26ab8f35.uam.onmicrosoft.com@emea.teams.ms'
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
12
learning/Jenkinsfile
vendored
12
learning/Jenkinsfile
vendored
@ -29,4 +29,16 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
post {
|
||||||
|
success {
|
||||||
|
build job: 's434700-evaluation/master'
|
||||||
|
mail body: 'SUCCESS TRAINING', subject: 's434700', to: '26ab8f35.uam.onmicrosoft.com@emea.teams.ms'
|
||||||
|
}
|
||||||
|
|
||||||
|
failure {
|
||||||
|
mail body: 'FAILURE TRAINING', subject: 's434700', to: '26ab8f35.uam.onmicrosoft.com@emea.teams.ms'
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user