-
Bug
-
Resolution: Unresolved
-
Minor
Tested versions:
Bitbucket plugin: 223.vd12f2bca5430
Jenkins version: 2.375.1
Previously working on: 2.332.4
Issue: In Jenkins console log, the status returns as "class@ID" instead of "INPROGRESS"/"SUCCESSFUL". For example it now shows this:
Posting build status of com.atlassian.bitbucket.jenkins.internal.model.BitbucketBuildStatus@1234abcd to <Company> Bitbucket Server for commit id [abcdefg...etc] and ref 'refs/heads/JIRA-1234-THIS-IS-AN-EXAMPLE'
Note that functionally, it IS communicating with our Bitbucket server and it IS setting the "Builds" status correctly there.
This seems to be the offending class: https://javadoc.jenkins-ci.org/plugin/atlassian-bitbucket-server-integration/index.html?com/atlassian/bitbucket/jenkins/internal/status/package-summary.html
Letting the community be aware of this.
Thanks