From df4727ead99bbb0aa82547d1b468720b34adc3fb Mon Sep 17 00:00:00 2001 From: Joseph Robinson Date: Fri, 15 May 2020 22:10:27 -0700 Subject: [PATCH] Added discord integration with pipeline --- Jenkinsfile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Jenkinsfile b/Jenkinsfile index def58c30d..2d8080d54 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -21,5 +21,11 @@ git submodule update --init --recursive''' } } + stage('Report') { + steps { + discordSend 'https://discordapp.com/api/webhooks/695027453122445433/rijjbFyNPhgvTmgXHCCdMExGwR3vHBveH4PjYi0ScsP9d7rSdGbKMhId36WAypZjUj5h' + } + } + } } \ No newline at end of file