mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
Attempt to re-enable publishing
This commit is contained in:
parent
dd632ef4b1
commit
91095beb52
1 changed files with 4 additions and 2 deletions
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 {
|
||||
|
|
Loading…
Reference in a new issue