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 {
|
when {
|
||||||
anyOf {
|
anyOf {
|
||||||
branch "java-1.18"
|
branch "java-1.18"
|
||||||
|
@ -42,6 +42,8 @@ pipeline {
|
||||||
rtGradleResolver(
|
rtGradleResolver(
|
||||||
id: "GRADLE_RESOLVER",
|
id: "GRADLE_RESOLVER",
|
||||||
serverId: "opencollab-artifactory",
|
serverId: "opencollab-artifactory",
|
||||||
|
releaseRepo: "maven-deploy-release",
|
||||||
|
snapshotRepo: "maven-deploy-snapshot"
|
||||||
)
|
)
|
||||||
rtGradleRun (
|
rtGradleRun (
|
||||||
usesPlugin: false,
|
usesPlugin: false,
|
||||||
|
@ -56,7 +58,7 @@ pipeline {
|
||||||
serverId: "opencollab-artifactory"
|
serverId: "opencollab-artifactory"
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
}*/
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
post {
|
post {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue