Skip to content

Commit

Permalink
fixed build webhook
Browse files Browse the repository at this point in the history
  • Loading branch information
supertick committed Jan 21, 2024
1 parent 60e5659 commit 7b2b253
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ pipeline {
if (currentBuild.result == 'SUCCESS'){
workyNoWorky = 'Worky !'
}
discordSend description: workyNoWorky, footer: '', link: env.BUILD_URL, result: currentBuild.currentResult, title: JOB_NAME, webhookURL: 'https://discord.com/api/webhooks/1015707773260005388/1i6svmKMHYKAFbTXBgen_4CClypYpeqg4WEBMFnc-46Vmf1TNWCxW-ASgDE7mDkkix3u'
discordSend description: workyNoWorky, footer: '', link: env.BUILD_URL, result: currentBuild.currentResult, title: JOB_NAME, webhookURL: 'https://discord.com/api/webhooks/1198481287380467862/Vk4Rcd3Z_fJ9h6g5NNQASK1ipbO7TuwxPjY-XLf8uV_ALkOVIMgQBZ6F9gEwKizG9H8B'
}
}

Expand Down

0 comments on commit 7b2b253

Please sign in to comment.