[DEV] Update modpublisher and fix nightbloom configs for jenkins

This commit is contained in:
2024-07-09 22:58:12 +02:00
parent d426b63fcc
commit 2da9f21784
23 changed files with 37 additions and 16 deletions

2
.gitattributes vendored
View File

@@ -2,7 +2,7 @@
*.bat text eol=crlf
*.patch text eol=lf
*.java text eol=lf
*.gradle text eol=crlf
*.gradle text eol=lf
*.png binary
*.gif binary
*.exe binary

View File

@@ -63,6 +63,7 @@ pipeline {
modLoaders: "${modLoaders}",
minecraftVersions: "${supportedMc}",
type: "snapshot",
dependsOn: "",
failWebhook: env.SSS_WEBHOOK,
publishWebhooks: "${env.SSS_WEBHOOK}|${env.FDD_WH}"

View File

@@ -2,7 +2,7 @@ plugins {
id 'java'
id 'com.github.johnrengelman.shadow' version '8.1.1' apply false
id "xyz.wagyourtail.unimined" version "1.2.4" apply false
id "com.hypherionmc.modutils.modpublisher" version "2.1.5"
id "com.hypherionmc.modutils.modpublisher" version "2.1.6"
id "com.hypherionmc.modutils.orion" version "1.0.+"
id 'maven-publish'
}

View File

@@ -63,6 +63,7 @@ pipeline {
modLoaders: "${modLoaders}",
minecraftVersions: "${supportedMc}",
type: "snapshot",
dependsOn: "",
failWebhook: env.SSS_WEBHOOK,
publishWebhooks: "${env.SSS_WEBHOOK}|${env.FDD_WH}"

View File

@@ -2,7 +2,7 @@ plugins {
id 'java'
id 'com.github.johnrengelman.shadow' version '8.1.1' apply false
id "xyz.wagyourtail.unimined" version "1.2.4" apply false
id "com.hypherionmc.modutils.modpublisher" version "2.1.5"
id "com.hypherionmc.modutils.modpublisher" version "2.1.6"
id "com.hypherionmc.modutils.orion" version "1.0.+"
id 'maven-publish'
}

View File

@@ -63,6 +63,7 @@ pipeline {
modLoaders: "${modLoaders}",
minecraftVersions: "${supportedMc}",
type: "snapshot",
dependsOn: "",
failWebhook: env.SSS_WEBHOOK,
publishWebhooks: "${env.SSS_WEBHOOK}|${env.FDD_WH}"

View File

@@ -2,7 +2,7 @@ plugins {
id 'java'
id 'com.github.johnrengelman.shadow' version '8.1.1' apply false
id "xyz.wagyourtail.unimined" version "1.2.4" apply false
id "com.hypherionmc.modutils.modpublisher" version "2.1.5"
id "com.hypherionmc.modutils.modpublisher" version "2.1.6"
id "com.hypherionmc.modutils.orion" version "1.0.+"
id 'maven-publish'
}

View File

@@ -63,6 +63,7 @@ pipeline {
modLoaders: "${modLoaders}",
minecraftVersions: "${supportedMc}",
type: "snapshot",
dependsOn: "",
failWebhook: env.SSS_WEBHOOK,
publishWebhooks: "${env.SSS_WEBHOOK}|${env.FDD_WH}"

View File

@@ -2,7 +2,7 @@ plugins {
id 'java'
id 'com.github.johnrengelman.shadow' version '8.1.1' apply false
id "xyz.wagyourtail.unimined" version "1.2.4" apply false
id "com.hypherionmc.modutils.modpublisher" version "2.1.5"
id "com.hypherionmc.modutils.modpublisher" version "2.1.6"
id "com.hypherionmc.modutils.orion" version "1.0.+"
id 'maven-publish'
}

View File

@@ -63,6 +63,7 @@ pipeline {
modLoaders: "${modLoaders}",
minecraftVersions: "${supportedMc}",
type: "snapshot",
dependsOn: "",
failWebhook: env.SSS_WEBHOOK,
publishWebhooks: "${env.SSS_WEBHOOK}|${env.FDD_WH}"

View File

@@ -2,7 +2,7 @@ plugins {
id 'java'
id 'com.github.johnrengelman.shadow' version '8.1.1' apply false
id "xyz.wagyourtail.unimined" version "1.2.4" apply false
id "com.hypherionmc.modutils.modpublisher" version "2.1.5"
id "com.hypherionmc.modutils.modpublisher" version "2.1.6"
id "com.hypherionmc.modutils.orion" version "1.0.+"
id 'maven-publish'
}

View File

@@ -63,6 +63,7 @@ pipeline {
modLoaders: "${modLoaders}",
minecraftVersions: "${supportedMc}",
type: "snapshot",
dependsOn: "",
failWebhook: env.SSS_WEBHOOK,
publishWebhooks: "${env.SSS_WEBHOOK}|${env.FDD_WH}"

View File

@@ -2,7 +2,7 @@ plugins {
id 'java'
id 'com.github.johnrengelman.shadow' version '8.1.1' apply false
id "xyz.wagyourtail.unimined" version "1.2.4" apply false
id "com.hypherionmc.modutils.modpublisher" version "2.1.5"
id "com.hypherionmc.modutils.modpublisher" version "2.1.6"
id "com.hypherionmc.modutils.orion" version "1.0.+"
id 'maven-publish'
}

View File

@@ -63,6 +63,7 @@ pipeline {
modLoaders: "${modLoaders}",
minecraftVersions: "${supportedMc}",
type: "snapshot",
dependsOn: "",
failWebhook: env.SSS_WEBHOOK,
publishWebhooks: "${env.SSS_WEBHOOK}|${env.FDD_WH}"

View File

@@ -2,7 +2,7 @@ plugins {
id 'java'
id 'com.github.johnrengelman.shadow' version '8.1.1' apply false
id "xyz.wagyourtail.unimined" version "1.2.4" apply false
id "com.hypherionmc.modutils.modpublisher" version "2.1.5"
id "com.hypherionmc.modutils.modpublisher" version "2.1.6"
id "com.hypherionmc.modutils.orion" version "1.0.+"
id 'maven-publish'
}

View File

@@ -1 +1 @@
d21bf13b4afa32351f0666b852a93e49564908a0
431400947954357e9afe1a9e3fbddc9c67d05fca

View File

@@ -40,7 +40,7 @@
}
}
}
@@ -48,20 +52,22 @@
@@ -48,21 +52,23 @@
post {
always {
@@ -54,6 +54,7 @@
- modLoaders: "${modLoaders}",
- minecraftVersions: "${supportedMc}",
- type: "snapshot",
- dependsOn: "",
- failWebhook: env.SSS_WEBHOOK,
- publishWebhooks: "${env.SSS_WEBHOOK}|${env.FDD_WH}"
-
@@ -69,6 +70,7 @@
+ modLoaders: "${modLoaders}",
+ minecraftVersions: "${supportedMc}",
+ type: "snapshot",
+ dependsOn: "",
+ failWebhook: env.SSS_WEBHOOK,
+ publishWebhooks: "${env.SSS_WEBHOOK}|${env.FDD_WH}"
+

View File

@@ -40,7 +40,7 @@
}
}
}
@@ -48,20 +52,22 @@
@@ -48,21 +52,23 @@
post {
always {
@@ -54,6 +54,7 @@
- modLoaders: "${modLoaders}",
- minecraftVersions: "${supportedMc}",
- type: "snapshot",
- dependsOn: "",
- failWebhook: env.SSS_WEBHOOK,
- publishWebhooks: "${env.SSS_WEBHOOK}|${env.FDD_WH}"
-
@@ -69,6 +70,7 @@
+ modLoaders: "${modLoaders}",
+ minecraftVersions: "${supportedMc}",
+ type: "snapshot",
+ dependsOn: "",
+ failWebhook: env.SSS_WEBHOOK,
+ publishWebhooks: "${env.SSS_WEBHOOK}|${env.FDD_WH}"
+

View File

@@ -40,7 +40,7 @@
}
}
}
@@ -48,20 +52,22 @@
@@ -48,21 +52,23 @@
post {
always {
@@ -54,6 +54,7 @@
- modLoaders: "${modLoaders}",
- minecraftVersions: "${supportedMc}",
- type: "snapshot",
- dependsOn: "",
- failWebhook: env.SSS_WEBHOOK,
- publishWebhooks: "${env.SSS_WEBHOOK}|${env.FDD_WH}"
-
@@ -69,6 +70,7 @@
+ modLoaders: "${modLoaders}",
+ minecraftVersions: "${supportedMc}",
+ type: "snapshot",
+ dependsOn: "",
+ failWebhook: env.SSS_WEBHOOK,
+ publishWebhooks: "${env.SSS_WEBHOOK}|${env.FDD_WH}"
+

View File

@@ -40,7 +40,7 @@
}
}
}
@@ -48,20 +52,22 @@
@@ -48,21 +52,23 @@
post {
always {
@@ -54,6 +54,7 @@
- modLoaders: "${modLoaders}",
- minecraftVersions: "${supportedMc}",
- type: "snapshot",
- dependsOn: "",
- failWebhook: env.SSS_WEBHOOK,
- publishWebhooks: "${env.SSS_WEBHOOK}|${env.FDD_WH}"
-
@@ -69,6 +70,7 @@
+ modLoaders: "${modLoaders}",
+ minecraftVersions: "${supportedMc}",
+ type: "snapshot",
+ dependsOn: "",
+ failWebhook: env.SSS_WEBHOOK,
+ publishWebhooks: "${env.SSS_WEBHOOK}|${env.FDD_WH}"
+

View File

@@ -40,7 +40,7 @@
}
}
}
@@ -48,20 +52,22 @@
@@ -48,21 +52,23 @@
post {
always {
@@ -54,6 +54,7 @@
- modLoaders: "${modLoaders}",
- minecraftVersions: "${supportedMc}",
- type: "snapshot",
- dependsOn: "",
- failWebhook: env.SSS_WEBHOOK,
- publishWebhooks: "${env.SSS_WEBHOOK}|${env.FDD_WH}"
-
@@ -69,6 +70,7 @@
+ modLoaders: "${modLoaders}",
+ minecraftVersions: "${supportedMc}",
+ type: "snapshot",
+ dependsOn: "",
+ failWebhook: env.SSS_WEBHOOK,
+ publishWebhooks: "${env.SSS_WEBHOOK}|${env.FDD_WH}"
+

View File

@@ -40,7 +40,7 @@
}
}
}
@@ -48,20 +52,22 @@
@@ -48,21 +52,23 @@
post {
always {
@@ -54,6 +54,7 @@
- modLoaders: "${modLoaders}",
- minecraftVersions: "${supportedMc}",
- type: "snapshot",
- dependsOn: "",
- failWebhook: env.SSS_WEBHOOK,
- publishWebhooks: "${env.SSS_WEBHOOK}|${env.FDD_WH}"
-
@@ -69,6 +70,7 @@
+ modLoaders: "${modLoaders}",
+ minecraftVersions: "${supportedMc}",
+ type: "snapshot",
+ dependsOn: "",
+ failWebhook: env.SSS_WEBHOOK,
+ publishWebhooks: "${env.SSS_WEBHOOK}|${env.FDD_WH}"
+

View File

@@ -33,7 +33,7 @@
}
}
}
@@ -48,20 +52,22 @@
@@ -48,21 +52,23 @@
post {
always {
@@ -47,6 +47,7 @@
- modLoaders: "${modLoaders}",
- minecraftVersions: "${supportedMc}",
- type: "snapshot",
- dependsOn: "",
- failWebhook: env.SSS_WEBHOOK,
- publishWebhooks: "${env.SSS_WEBHOOK}|${env.FDD_WH}"
-
@@ -62,6 +63,7 @@
+ modLoaders: "${modLoaders}",
+ minecraftVersions: "${supportedMc}",
+ type: "snapshot",
+ dependsOn: "",
+ failWebhook: env.SSS_WEBHOOK,
+ publishWebhooks: "${env.SSS_WEBHOOK}|${env.FDD_WH}"
+