Skip to content

Commit

Permalink
updated Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Trinsdar committed Dec 8, 2024
1 parent 95144f2 commit 3578ab4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ pipeline {
always {
discordSend(
webhookURL: "https://discord.com/api/webhooks/1313642177083216073/H8EnQ65JusCjpqGTqLXDZI1BYBe4ArLJn3xSjEOWthg4Nwa7ZFSHu1SYag8fU4v4DB8k"
title: "GTCore ${TAG_NAME} #${BUILD_NUMBER}"
title: "Tesseract API ${TAG_NAME} #${BUILD_NUMBER}"
link: env.BUILD_URL
result: currentBuild.currentResult
description: "Build: [${BUILD_NUMBER}](${env.BUILD_URL})\nStatus: ${currentBuild.currentResult}"
)
}
}
}
}

0 comments on commit 3578ab4

Please sign in to comment.