mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
Comment out deploying; we shouldn't need it here
This commit is contained in:
parent
fafdf31fa5
commit
257e04fa6f
1 changed files with 3 additions and 3 deletions
6
bootstrap/fabric/Jenkinsfile
vendored
6
bootstrap/fabric/Jenkinsfile
vendored
|
@ -5,7 +5,7 @@ pipeline {
|
||||||
jdk 'Java 17'
|
jdk 'Java 17'
|
||||||
}
|
}
|
||||||
|
|
||||||
parameters{
|
parameters {
|
||||||
booleanParam(defaultValue: false, description: 'Skip Discord notification', name: 'SKIP_DISCORD')
|
booleanParam(defaultValue: false, description: 'Skip Discord notification', name: 'SKIP_DISCORD')
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -25,7 +25,7 @@ pipeline {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
stage ('Deploy') {
|
/*stage ('Deploy') {
|
||||||
when {
|
when {
|
||||||
anyOf {
|
anyOf {
|
||||||
branch "java-1.18"
|
branch "java-1.18"
|
||||||
|
@ -56,7 +56,7 @@ pipeline {
|
||||||
serverId: "opencollab-artifactory"
|
serverId: "opencollab-artifactory"
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
}
|
}*/
|
||||||
}
|
}
|
||||||
|
|
||||||
post {
|
post {
|
||||||
|
|
Loading…
Reference in a new issue