3
0
Mirror von https://github.com/GeyserMC/Geyser.git synchronisiert 2024-09-08 20:43:04 +02:00

Fix conditional for deploying

Dieser Commit ist enthalten in:
RednedEpic 2022-04-24 12:11:50 -05:00
Ursprung 7ca3b8d433
Commit 4dbfd5f66e

2
Jenkinsfile vendored
Datei anzeigen

@ -22,9 +22,11 @@ pipeline {
stage ('Deploy') { stage ('Deploy') {
when { when {
anyOf {
branch "master" branch "master"
branch "feature/extensions" branch "feature/extensions"
} }
}
steps { steps {
rtGradleDeployer( rtGradleDeployer(