Skip to content

Commit

Permalink
Jenkinsfile jdk8
Browse files Browse the repository at this point in the history
  • Loading branch information
marcos-lg committed Jun 12, 2024
1 parent 32594a3 commit dd2b2a7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,10 @@ pipeline {
when {
allOf {
not { expression { params.RELEASE } };
branch 'dev';
anyOf {
branch 'dev';
branch 'dev_jdk8'
}
}
}
steps {
Expand Down

0 comments on commit dd2b2a7

Please sign in to comment.