Skip to content

Commit

Permalink
Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
marcos-lg committed Jun 18, 2024
1 parent 9774433 commit 8e13e47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ pipeline {
not { expression { params.RELEASE } };
anyOf {
branch 'dev';
branch 'suggest_fallback'
branch 'dev_jdk8'
}
}
}
Expand Down Expand Up @@ -115,7 +115,7 @@ pipeline {
when {
allOf {
not { expression { params.RELEASE } };
branch 'suggest_fallback';
branch 'dev_jdk8';
}
}
steps {
Expand Down

0 comments on commit 8e13e47

Please sign in to comment.