Skip to content

Commit

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

0 comments on commit 6905cc5

Please sign in to comment.