Skip to content

Commit

Permalink
hopefully fixed jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Trinsdar committed Dec 8, 2024
1 parent 3578ab4 commit 18f1b10
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,11 @@ pipeline {
post {
always {
discordSend(
webhookURL: "https://discord.com/api/webhooks/1313642177083216073/H8EnQ65JusCjpqGTqLXDZI1BYBe4ArLJn3xSjEOWthg4Nwa7ZFSHu1SYag8fU4v4DB8k"
title: "Tesseract API ${TAG_NAME} #${BUILD_NUMBER}"
link: env.BUILD_URL
result: currentBuild.currentResult
webhookURL: "https://discord.com/api/webhooks/1313642177083216073/H8EnQ65JusCjpqGTqLXDZI1BYBe4ArLJn3xSjEOWthg4Nwa7ZFSHu1SYag8fU4v4DB8k",
thumbnail: "https://raw.githubusercontent.com/GT-Reimagined/gt-reimagined.github.io/refs/heads/main/icon.png",
title: "Tesseract API ${TAG_NAME} #${BUILD_NUMBER}",
link: env.BUILD_URL,
result: currentBuild.currentResult,
description: "Build: [${BUILD_NUMBER}](${env.BUILD_URL})\nStatus: ${currentBuild.currentResult}"
)
}
Expand Down

0 comments on commit 18f1b10

Please sign in to comment.