mirror of
https://github.com/GeyserMC/Geyser.git
synced 2026-01-03 22:16:31 +00:00
Update Jenkinsfile
This commit is contained in:
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"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user