diff --git a/vars/audit.groovy b/vars/audit.groovy index ad4c0cf..e985820 100644 --- a/vars/audit.groovy +++ b/vars/audit.groovy @@ -39,23 +39,23 @@ def call() { } } - post { - failure { - wrap([$class: 'BuildUser']) { - rocketSend ( - avatar: 'https://jenkins.cadol.es/static/b5f67753/images/headshot.png', - message: """ - Le test de sécurité pour `${params.url}` a échoué: + // post { + // failure { + // wrap([$class: 'BuildUser']) { + // rocketSend ( + // avatar: 'https://jenkins.cadol.es/static/b5f67753/images/headshot.png', + // message: """ + // Le test de sécurité pour `${params.url}` a échoué: - [Voir le job](${env.RUN_DISPLAY_URL}) + // [Voir le job](${env.RUN_DISPLAY_URL}) - @${env.BUILD_USER_ID ? env.BUILD_USER_ID : 'here'} - """.stripIndent(), - rawMessage: true - ) - } - } - } + // @${env.BUILD_USER_ID ? env.BUILD_USER_ID : 'here'} + // """.stripIndent(), + // rawMessage: true + // ) + // } + // } + // } } }