[CHORE] Update Discord Webhooks library
This commit is contained in:
36
Jenkinsfile
vendored
36
Jenkinsfile
vendored
@@ -1,36 +0,0 @@
|
|||||||
pipeline {
|
|
||||||
agent {
|
|
||||||
label "master"
|
|
||||||
}
|
|
||||||
tools {
|
|
||||||
jdk "JAVA17"
|
|
||||||
}
|
|
||||||
stages {
|
|
||||||
stage("Notify Discord") {
|
|
||||||
steps {
|
|
||||||
discordSend webhookURL: env.FDD_WH_ADMIN,
|
|
||||||
title: "Build Started: SDLink-Core #${BUILD_NUMBER}",
|
|
||||||
link: env.BUILD_URL,
|
|
||||||
description: "Build: [${BUILD_NUMBER}](${env.BUILD_URL})"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
stage("Publish") {
|
|
||||||
steps {
|
|
||||||
sh "chmod +x ./gradlew"
|
|
||||||
sh "./gradlew clean spotlessCheck publish"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
post {
|
|
||||||
always {
|
|
||||||
sh "./gradlew --stop"
|
|
||||||
deleteDir()
|
|
||||||
|
|
||||||
discordSend webhookURL: env.FDD_WH_ADMIN,
|
|
||||||
title: "Build Finished: SDLink-Core #${BUILD_NUMBER}",
|
|
||||||
link: env.BUILD_URL,
|
|
||||||
result: currentBuild.currentResult,
|
|
||||||
description: "Build: [${BUILD_NUMBER}](${env.BUILD_URL})\nStatus: ${currentBuild.currentResult}"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
@@ -1,13 +1,13 @@
|
|||||||
version_major=0
|
version_major=0
|
||||||
version_minor=0
|
version_minor=0
|
||||||
version_patch=49
|
version_patch=50
|
||||||
|
|
||||||
shade_group=com.hypherionmc.sdlink.shaded.
|
shade_group=com.hypherionmc.sdlink.shaded.
|
||||||
|
|
||||||
# Core Dependencies
|
# Core Dependencies
|
||||||
jda=5.0.0-beta.17
|
jda=5.0.0-beta.17
|
||||||
chewtils=2.0-SNAPSHOT
|
chewtils=2.0-SNAPSHOT
|
||||||
webhooks=0.7.5
|
webhooks=0.8.4
|
||||||
commons4=4.4
|
commons4=4.4
|
||||||
oshi=5.8.5
|
oshi=5.8.5
|
||||||
moonconfig=1.0.9
|
moonconfig=1.0.9
|
||||||
|
Reference in New Issue
Block a user