Update Jenkinsfile

This commit is contained in:
Joseph Robinson
2020-05-16 11:24:59 -07:00
committed by GitHub
parent 61ea3d099a
commit b66c57f732

2
Jenkinsfile vendored
View File

@@ -26,7 +26,7 @@ git submodule update --init --recursive'''
stage('Report') {
steps {
discordSend '$DISCORD_WEBHOOK_URL'
discordSend \'$DISCORD_WEBHOOK_URL\'
}
}