fixup! Web security audit base pipeline

This commit is contained in:
wpetit 2019-04-15 18:40:32 +02:00
parent 1246eb6943
commit 5b57e78e9e
1 changed files with 15 additions and 15 deletions

View File

@ -39,23 +39,23 @@ def call() {
} }
} }
post { // post {
failure { // failure {
wrap([$class: 'BuildUser']) { // wrap([$class: 'BuildUser']) {
rocketSend ( // rocketSend (
avatar: 'https://jenkins.cadol.es/static/b5f67753/images/headshot.png', // avatar: 'https://jenkins.cadol.es/static/b5f67753/images/headshot.png',
message: """ // message: """
Le test de sécurité pour `${params.url}` a échoué: // 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'} // @${env.BUILD_USER_ID ? env.BUILD_USER_ID : 'here'}
""".stripIndent(), // """.stripIndent(),
rawMessage: true // rawMessage: true
) // )
} // }
} // }
} // }
} }
} }