-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
CentOS: Linux staging.lan 3.10.0-957.1.3.el7.x86_64 #1 SMP Thu Nov 29 14:49:43 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
Jenkins: 1.6.3
Pipeline: 2.6
Build statuses are not working for any of my pipeline jobs due to an empty list being returned from getCommitRepoMap (https://github.com/jenkinsci/bitbucket-build-status-notifier-plugin/blob/master/src/main/java/org/jenkinsci/plugins/bitbucket/scm/GitScmAdapter.java#L50)
I previously noticed that this warning would sometimes occur and statuses wouldn't be updated, but I am now getting this warning on every pipeline build for 2 different projects.
Feb 04, 2019 12:19:43 PM org.jenkinsci.plugins.bitbucket.scm.GitScmAdapter getCommitRepoMap WARNING: Build data could not be found
If there is any more information I can provide please let me know, right now I'm still trying to figuring out what caused this.
This issue is due to the git 4.0 rc library being updated. Downgrading to git 3.9 has resolved the issue (scddev).