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
|
||||
tools {
|
||||
gradle 'Gradle 7'
|
||||
jdk 'Java 16'
|
||||
jdk 'Java 17'
|
||||
}
|
||||
|
||||
parameters{
|
||||
|
@ -28,8 +28,7 @@ pipeline {
|
|||
stage ('Deploy') {
|
||||
when {
|
||||
anyOf {
|
||||
branch "java-1.16"
|
||||
branch "java-1.17"
|
||||
branch "java-1.18"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue