-
Bug
-
Resolution: Fixed
-
Minor
-
-
4.1.2
"Ignore Committer Strategy" is no longer honored after plugin upgrade to 4.0.0.
Instead, I get endless build loops in my multibranch pipelines.
Maybe the following helps (from the log):
a plugin upgrade is requesting migration of branch from class jenkins.plugins.git.GitBranchSCMHead to class com.atlassian.bitbucket.jenkins.internal.scm.BitbucketBranchSCMHead
[...]
Sep 25, 2023 3:27:59 PM SEVERE au.com.versent.jenkins.plugins.ignoreCommitterStrategy.IgnoreCommitterStrategy isAutomaticBuild
[JENKINS-72071] "Ignore Committer Strategy" broken
Description |
Original:
"Ignore Committer Strategy" is no longer honored after plugin upgrade to 4.0.0.
Instead, I get endless build loops. Maybe the following helps (from the log): {noformat} Sep 25, 2023 3:27:59 PM SEVERE au.com.versent.jenkins.plugins.ignoreCommitterStrategy.IgnoreCommitterStrategy isAutomaticBuild{noformat} |
New:
"Ignore Committer Strategy" is no longer honored after plugin upgrade to 4.0.0.
Instead, I get endless build loops. Maybe the following helps (from the log): {noformat} a plugin upgrade is requesting migration of branch from class jenkins.plugins.git.GitBranchSCMHead to class com.atlassian.bitbucket.jenkins.internal.scm.BitbucketBranchSCMHead{noformat} [...] {noformat} Sep 25, 2023 3:27:59 PM SEVERE au.com.versent.jenkins.plugins.ignoreCommitterStrategy.IgnoreCommitterStrategy isAutomaticBuild{noformat} |
Description |
Original:
"Ignore Committer Strategy" is no longer honored after plugin upgrade to 4.0.0.
Instead, I get endless build loops. Maybe the following helps (from the log): {noformat} a plugin upgrade is requesting migration of branch from class jenkins.plugins.git.GitBranchSCMHead to class com.atlassian.bitbucket.jenkins.internal.scm.BitbucketBranchSCMHead{noformat} [...] {noformat} Sep 25, 2023 3:27:59 PM SEVERE au.com.versent.jenkins.plugins.ignoreCommitterStrategy.IgnoreCommitterStrategy isAutomaticBuild{noformat} |
New:
"Ignore Committer Strategy" is no longer honored after plugin upgrade to 4.0.0.
Instead, I get endless build loops in my multibranch pipelines. Maybe the following helps (from the log): {noformat} a plugin upgrade is requesting migration of branch from class jenkins.plugins.git.GitBranchSCMHead to class com.atlassian.bitbucket.jenkins.internal.scm.BitbucketBranchSCMHead{noformat} [...] {noformat} Sep 25, 2023 3:27:59 PM SEVERE au.com.versent.jenkins.plugins.ignoreCommitterStrategy.IgnoreCommitterStrategy isAutomaticBuild{noformat} |
Labels | New: triaged |
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
I was able to work around this issue by using the competing plugin "cloudbees-bitbucket-branch-source" instead.