From 6817551094c5d8730b99b898539ef5dadfe56706 Mon Sep 17 00:00:00 2001 From: arthur tourneyrie Date: Sun, 15 Mar 2020 17:29:24 -0400 Subject: [PATCH] YEET --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) 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' } }