Skip to content

Commit 174c3fc

Browse files
authored
No more changelog
1 parent d56f5ab commit 174c3fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.jenkins

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,10 @@ pipeline {
5555

5656
post {
5757
success {
58-
discordSend description: getChangeLog(), title: "silph-bot ${env.TAG_NAME} has been deployed", result: 'SUCCESS', link: "${env.RUN_DISPLAY_URL}", footer: 'build.silph.io', webhookURL: 'https://discordapp.com/api/webhooks/752970236331819081/TdglUImHWn5Xttzp1faEC9EKw82plrsdkRj92r9XjNGOmyjdgNXTqFgizlpdUEHp0Wbd'
58+
discordSend description: "", title: "silph-bot ${env.TAG_NAME} has been deployed", result: 'SUCCESS', link: "${env.RUN_DISPLAY_URL}", footer: 'build.silph.io', webhookURL: 'https://discordapp.com/api/webhooks/752970236331819081/TdglUImHWn5Xttzp1faEC9EKw82plrsdkRj92r9XjNGOmyjdgNXTqFgizlpdUEHp0Wbd'
5959
}
6060
failure {
61-
discordSend description: getChangeLog(), title: "silph-bot ${env.TAG_NAME} failed deploy", result: 'FAILURE', footer: 'build.silph.io', link: "${env.RUN_DISPLAY_URL}", webhookURL: 'https://discordapp.com/api/webhooks/752970236331819081/TdglUImHWn5Xttzp1faEC9EKw82plrsdkRj92r9XjNGOmyjdgNXTqFgizlpdUEHp0Wbd'
61+
discordSend description: "", title: "silph-bot ${env.TAG_NAME} failed deploy", result: 'FAILURE', footer: 'build.silph.io', link: "${env.RUN_DISPLAY_URL}", webhookURL: 'https://discordapp.com/api/webhooks/752970236331819081/TdglUImHWn5Xttzp1faEC9EKw82plrsdkRj92r9XjNGOmyjdgNXTqFgizlpdUEHp0Wbd'
6262
}
6363
}
6464
}

0 commit comments

Comments
 (0)