[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>
This commit is contained in:
committed by
GitHub
parent
2ba24a0feb
commit
68fea1db1e
@@ -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,
|
||||
|
@@ -7,7 +7,7 @@
|
||||
|
||||
pipeline {
|
||||
agent {
|
||||
@@ -13,7 +14,7 @@
|
||||
@@ -18,7 +19,7 @@
|
||||
stage("Notify Discord") {
|
||||
steps {
|
||||
discordSend webhookURL: env.SSS_WEBHOOK,
|
||||
@@ -16,7 +16,7 @@
|
||||
link: env.BUILD_URL,
|
||||
result: 'SUCCESS',
|
||||
description: "Build: [${BUILD_NUMBER}](${env.BUILD_URL})"
|
||||
@@ -29,14 +30,14 @@
|
||||
@@ -34,14 +35,14 @@
|
||||
|
||||
stage("Build") {
|
||||
steps {
|
||||
@@ -33,12 +33,12 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -51,8 +52,8 @@
|
||||
@@ -56,8 +57,8 @@
|
||||
projectSlug: "craterlib",
|
||||
projectName: "${projectName}",
|
||||
projectIcon: "${projectIcon}",
|
||||
- modLoaders: "forge|neoforge|fabric|quilt",
|
||||
- minecraftVersions: "1.20.6",
|
||||
- modLoaders: "neoforge|fabric|quilt",
|
||||
- minecraftVersions: "1.21",
|
||||
+ modLoaders: "forge|fabric|quilt",
|
||||
+ minecraftVersions: "1.19.3|1.19.4",
|
||||
failWebhook: env.SSS_WEBHOOK,
|
||||
|
Reference in New Issue
Block a user