rodrigonull commented on code in PR #2433:
URL:
https://github.com/apache/incubator-kie-tools/pull/2433#discussion_r1644720574
##########
.ci/jenkins/Jenkinsfile.ci-main:
##########
@@ -54,8 +53,7 @@ pipeline {
"https://github.com/${pipelineVars.githubRepositoryOrg}/${pipelineVars.githubRepositoryName}.git",
"${pipelineVars.kieToolsBotGithubCredentialsId}"
)
-
- BUILD_IMAGE_REQUIRED =
githubUtils.fileIsInChangeset('incubator-kie-tools-ci-build.Dockerfile')
+ BUILD_IMAGE_REQUIRED = (BRANCH_NAME != 'main' ||
githubUtils.fileIsInChangeset('incubator-kie-tools-ci-build.Dockerfile'))
Review Comment:
As I mentioned in my previous comment we already have the regular expression
filter applied in the jobs, so they will only be triggered for the main branch
and for the branches that have their names following this pattern: `0.0.x`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]