Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Andrea Lamparelli <[email protected]>
  • Loading branch information
radtriste and lampajr authored Aug 25, 2023
1 parent e753af0 commit a243ca8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .ci/jenkins/project/Jenkinsfile.nightly
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ pipeline {
}
stage('Build & Deploy KIE jpmml integration') {
when {
expression { isMainStream() }
expression { return isMainStream() }
}
steps {
script {
Expand Down
2 changes: 1 addition & 1 deletion .ci/jenkins/project/Jenkinsfile.release
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ pipeline {

stage('Build & Deploy KIE jpmml integration') {
when {
expression { isMainStream() }
expression { return isMainStream() }
}
steps {
script {
Expand Down
2 changes: 1 addition & 1 deletion .ci/jenkins/project/Jenkinsfile.setup-branch
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ pipeline {

stage('Init KIE jpmml integration') {
when {
expression { isMainStream() }
expression { return isMainStream() }
}
steps {
script {
Expand Down

0 comments on commit a243ca8

Please sign in to comment.