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