mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-12-23 15:00:37 +01:00
Update Jenkinsfile
This commit is contained in:
parent
5089067e4d
commit
fafdf31fa5
1 changed files with 2 additions and 3 deletions
5
bootstrap/fabric/Jenkinsfile
vendored
5
bootstrap/fabric/Jenkinsfile
vendored
|
@ -2,7 +2,7 @@ pipeline {
|
||||||
agent any
|
agent any
|
||||||
tools {
|
tools {
|
||||||
gradle 'Gradle 7'
|
gradle 'Gradle 7'
|
||||||
jdk 'Java 16'
|
jdk 'Java 17'
|
||||||
}
|
}
|
||||||
|
|
||||||
parameters{
|
parameters{
|
||||||
|
@ -28,8 +28,7 @@ pipeline {
|
||||||
stage ('Deploy') {
|
stage ('Deploy') {
|
||||||
when {
|
when {
|
||||||
anyOf {
|
anyOf {
|
||||||
branch "java-1.16"
|
branch "java-1.18"
|
||||||
branch "java-1.17"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue