Files
CraterLib/patches/1.19.2/.jenkins/Jenkinsfile.deploy.patch

18 lines
631 B
Diff
Raw Normal View History

2024-05-19 19:08:42 +02:00
--- a/.jenkins/Jenkinsfile.deploy
+++ b/.jenkins/Jenkinsfile.deploy
@@ -1,4 +1,4 @@
-def JDK = "21"
+def JDK = "17"
2024-05-19 19:08:42 +02:00
pipeline {
agent {
@@ -17,7 +17,7 @@
2024-05-19 19:08:42 +02:00
stage("Notify Discord") {
steps {
discordSend webhookURL: env.FDD_WH_ADMIN,
- title: "Deploy Started: CraterLib Port Deploy #${BUILD_NUMBER}",
+ title: "Deploy Started: CraterLib 1.19.2 Deploy #${BUILD_NUMBER}",
link: env.BUILD_URL,
result: 'SUCCESS',
description: "Build: [${BUILD_NUMBER}](${env.BUILD_URL})"