fixup! Web security audit base pipeline
This commit is contained in:
parent
3d3d43e029
commit
002b1b22a3
@ -98,21 +98,21 @@ def call() {
|
|||||||
reportName: "Rapport d'audit"
|
reportName: "Rapport d'audit"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
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.targetUrl}` a échoué:
|
// 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'}
|
// @${env.BUILD_USER_ID ? env.BUILD_USER_ID : 'here'}
|
||||||
// """.stripIndent(),
|
// """.stripIndent(),
|
||||||
// rawMessage: true
|
// rawMessage: true
|
||||||
// )
|
// )
|
||||||
// }
|
// }
|
||||||
}
|
// }
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user