slacksend

This commit is contained in:
arthur tourneyrie 2020-03-15 16:15:24 -04:00
parent 35415c5f18
commit 3619d67ff1

1
Jenkinsfile vendored
View file

@ -1,4 +1,5 @@
pipeline {
slackSend color: 'good', message: 'Message from Jenkins Pipeline'
agent any
stages {
stage('Build') {