Files
CraterLib/patches/1.20.2/.jenkins/Jenkinsfile.deploy.patch
orbit-brancher[bot] 68fea1db1e [DEV] Fix some jenkins configs (#10)
* [no-orbit] [DEV] Fix some jenkins configs

* [DEV] Fix Patches and use correct MCFormatter versions for older MC versions

* [CHORE] Update readme and remove GitHub action

---------

Co-authored-by: fdd-orbit <orbit@firstdark.dev>
Co-authored-by: hypherionmc <hypherionmc@gmail.com>
2024-06-09 19:55:05 +02:00

30 lines
1.3 KiB
Diff

--- a/.jenkins/Jenkinsfile.deploy
+++ b/.jenkins/Jenkinsfile.deploy
@@ -1,7 +1,7 @@
pipeline {
agent {
docker {
- image "registry.firstdark.dev/java21:latest"
+ image "registry.firstdark.dev/java17:latest"
alwaysPull true
args '-v gradle-cache:/home/gradle/.gradle'
}
@@ -15,7 +15,7 @@
stage("Notify Discord") {
steps {
discordSend webhookURL: env.FDD_WH_ADMIN,
- title: "Deploy Started: CraterLib Port Deploy #${BUILD_NUMBER}",
+ title: "Deploy Started: CraterLib 1.20.2 Deploy #${BUILD_NUMBER}",
link: env.BUILD_URL,
result: 'SUCCESS',
description: "Build: [${BUILD_NUMBER}](${env.BUILD_URL})"
@@ -44,7 +44,7 @@
deleteDir()
discordSend webhookURL: env.FDD_WH_ADMIN,
- title: "CraterLib Port Deploy #${BUILD_NUMBER}",
+ title: "CraterLib 1.20.2 Deploy #${BUILD_NUMBER}",
link: env.BUILD_URL,
result: currentBuild.currentResult,
description: "Build: [${BUILD_NUMBER}](${env.BUILD_URL})\nStatus: ${currentBuild.currentResult}"