From 002b1b22a320404ffe28086e6363351ef991d14d Mon Sep 17 00:00:00 2001 From: William Petit Date: Mon, 15 Apr 2019 20:56:52 +0200 Subject: [PATCH] fixup! Web security audit base pipeline --- vars/audit.groovy | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/vars/audit.groovy b/vars/audit.groovy index 07c24e5..21e71fe 100644 --- a/vars/audit.groovy +++ b/vars/audit.groovy @@ -98,21 +98,21 @@ def call() { reportName: "Rapport d'audit" ] } - failure { - // wrap([$class: 'BuildUser']) { - // rocketSend ( - // avatar: 'https://jenkins.cadol.es/static/b5f67753/images/headshot.png', - // message: """ - // Le test de sécurité pour `${params.targetUrl}` a échoué: + // failure { + // wrap([$class: 'BuildUser']) { + // rocketSend ( + // avatar: 'https://jenkins.cadol.es/static/b5f67753/images/headshot.png', + // message: """ + // Le test de sécurité pour `${params.targetUrl}` 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 + // ) + // } + // } } }