Skip to content

Commit 5f99d68

Browse files
committed
jenkins / slack message test CSPF-Founder#1 - added slack stage
1 parent cc7c6e2 commit 5f99d68

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

jenkins/dast_Jenkinsfile

+5
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,11 @@ pipeline {
4242
}
4343
}
4444
}
45+
stage('Update to Slack') {
46+
steps {
47+
slackSend color: '#439FE0', message: 'Yabba Dabba Doo', token: 'SKoklc8CxgvUelO6vQOz7dDx'
48+
}
49+
}
4550
stage('OWASP ZAP Scan') {
4651
steps {
4752
sh 'echo Scanning with OWASP ZAP'

0 commit comments

Comments
 (0)