Mirror von
https://github.com/GeyserMC/Geyser.git
synchronisiert 2024-11-20 06:50:09 +01:00
Attempt to re-enable publishing
Dieser Commit ist enthalten in:
Ursprung
dd632ef4b1
Commit
91095beb52
6
bootstrap/fabric/Jenkinsfile
vendored
6
bootstrap/fabric/Jenkinsfile
vendored
@ -25,7 +25,7 @@ pipeline {
|
||||
}
|
||||
}
|
||||
|
||||
/*stage ('Deploy') {
|
||||
stage ('Deploy') {
|
||||
when {
|
||||
anyOf {
|
||||
branch "java-1.18"
|
||||
@ -42,6 +42,8 @@ pipeline {
|
||||
rtGradleResolver(
|
||||
id: "GRADLE_RESOLVER",
|
||||
serverId: "opencollab-artifactory",
|
||||
releaseRepo: "maven-deploy-release",
|
||||
snapshotRepo: "maven-deploy-snapshot"
|
||||
)
|
||||
rtGradleRun (
|
||||
usesPlugin: false,
|
||||
@ -56,7 +58,7 @@ pipeline {
|
||||
serverId: "opencollab-artifactory"
|
||||
)
|
||||
}
|
||||
}*/
|
||||
}
|
||||
}
|
||||
|
||||
post {
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren