Added discord integration with pipeline

This commit is contained in:
Joseph Robinson
2020-05-15 22:10:27 -07:00
parent 50386a0373
commit df4727ead9

6
Jenkinsfile vendored
View File

@@ -21,5 +21,11 @@ git submodule update --init --recursive'''
}
}
stage('Report') {
steps {
discordSend 'https://discordapp.com/api/webhooks/695027453122445433/rijjbFyNPhgvTmgXHCCdMExGwR3vHBveH4PjYi0ScsP9d7rSdGbKMhId36WAypZjUj5h'
}
}
}
}