diff --git a/Jenkinsfile b/Jenkinsfile index 7a2f7944b..67f9923ac 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -4,6 +4,7 @@ pipeline { stages { stage('Build') { steps { + slackSend channel: 'notif', message: "Successful build!" sh './mvnw package' } }