Skip to content

Commit

Permalink
jenkins / slack message test CSPF-Founder#1 - added slack stage
Browse files Browse the repository at this point in the history
  • Loading branch information
hirosh7 committed Feb 22, 2019
1 parent cc7c6e2 commit 5f99d68
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions jenkins/dast_Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@ pipeline {
}
}
}
stage('Update to Slack') {
steps {
slackSend color: '#439FE0', message: 'Yabba Dabba Doo', token: 'SKoklc8CxgvUelO6vQOz7dDx'
}
}
stage('OWASP ZAP Scan') {
steps {
sh 'echo Scanning with OWASP ZAP'
Expand Down

0 comments on commit 5f99d68

Please sign in to comment.