w3af: injection de BUILD_USER_ID en cas d'échec du pipeline
This commit is contained in:
parent
161fe3092c
commit
c6f1a2a2ef
|
@ -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() {
|
|||
)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue