Skip to content

Commit

Permalink
ANother test
Browse files Browse the repository at this point in the history
  • Loading branch information
llambeau committed Jan 21, 2020
1 parent b50a4f2 commit 22f3fbe
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,17 @@ pipeline {

stages {

stage ('Start') {
stage ('channel') {
steps {
sendNotifications('STARTED', SLACK_CHANNEL)
}
}

stage ('@llambeau') {
steps {
slackSend(color: 'good', message: 'just a test @llambeau', channel: SLACK_CHANNEL)
}
}
}

post {
Expand Down

0 comments on commit 22f3fbe

Please sign in to comment.