w3af: injection de BUILD_USER_ID en cas d'échec du pipeline

This commit is contained in:
wpetit 2019-12-26 13:50:00 +01:00
parent 161fe3092c
commit c6f1a2a2ef
1 changed files with 13 additions and 11 deletions

View File

@ -167,6 +167,7 @@ def call() {
]
}
failure {
wrap([$class: 'BuildUser']) {
rocketSend (
avatar: 'https://jenkins.cadol.es/static/b5f67753/images/headshot.png',
message: """
@ -180,6 +181,7 @@ def call() {
)
}
}
}
}
}