[no-orbit] [DEV] Fix some jenkins configs

This commit is contained in:
fdd-orbit
2024-06-09 15:49:42 +00:00
parent 2ba24a0feb
commit 9855e53204
54 changed files with 166 additions and 166 deletions

View File

@@ -7,9 +7,9 @@
- image "registry.firstdark.dev/java21:latest"
+ image "registry.firstdark.dev/java17:latest"
alwaysPull true
args '-v gradle-cache:/home/gradle/.gradle'
}
}
@@ -10,7 +10,7 @@
@@ -15,7 +15,7 @@
stage("Notify Discord") {
steps {
discordSend webhookURL: env.FDD_WH_ADMIN,
@@ -18,7 +18,7 @@
link: env.BUILD_URL,
result: 'SUCCESS',
description: "Build: [${BUILD_NUMBER}](${env.BUILD_URL})"
@@ -39,7 +39,7 @@
@@ -44,7 +44,7 @@
deleteDir()
discordSend webhookURL: env.FDD_WH_ADMIN,