Fix conditional for deploying

This commit is contained in:
RednedEpic 2022-04-24 12:11:50 -05:00
parent 7ca3b8d433
commit 4dbfd5f66e
1 changed files with 4 additions and 2 deletions

2
Jenkinsfile vendored
View File

@ -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(