Skip to content

Commit fa4cbe1

Browse files
Fix pipeline syntax
1 parent f1f369a commit fa4cbe1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -621,7 +621,7 @@ pipeline {
621621
}
622622
post {
623623
failure {
624-
channel: '@matthew.wilson', message: 'Build failed ${env.JOB_NAME} ${env.BUILD_NUMBER} (<${env.BUILD_URL}|Open>)', tokenCredentialId: 'slack-cics-node-dev'
624+
slackSend (channel: '@matthew.wilson', message: 'Build failed ${env.JOB_NAME} ${env.BUILD_NUMBER} (<${env.BUILD_URL}|Open>)', tokenCredentialId: 'slack-cics-node-dev')
625625
}
626626
}
627627
}

0 commit comments

Comments
 (0)