-
Bug
-
Resolution: Duplicate
-
Major
-
None
-
Jenkins: 2.322
Bitbucket-server-integration plugin: 3.1.0
Hi.
We have some issues with bb integration plugin. There is no build status feedback for some multibranch pipeline jobs. I did not find any identity to detect the error, just some log entry.
Example log for working build status:
The recommended git tool is: /usr/bin/git No credentials specified Fetching changes from the remote Git repository Using shallow fetch with depth 1 > /usr/bin/git rev-parse --resolve-git-dir /home/s/.git # timeout=10 > /usr/bin/git config remote.origin.url ssh://git@-----------:7999/-----------.git # timeout=10 Fetching upstream changes from ssh://git@-----------:7999/-----------.git > /usr/bin/git --version # timeout=10 > git --version # 'git version 2.11.0' > /usr/bin/git fetch --tags --progress --depth=1 -- ssh://git@-----------:7999/-----------.git +refs/heads/*:refs/remotes/origin/* # timeout=30 Checking out Revision 377b6fc21b28247dd71d0363cffdd8232b594b0b (refs/remotes/origin/-----------) Commit message: "-----------" First time build. Skipping changelog. Posting build status of INPROGRESS to bitbucket for commit id [377b6fc21b28247dd71d0363cffdd8232b594b0b] and ref 'refs/heads/-----------/-----------' > /usr/bin/git rev-parse refs/remotes/origin/-----------/-----------^{commit} # timeout=10 > /usr/bin/git config core.sparsecheckout # timeout=10 > /usr/bin/git checkout -f 377b6fc21b28247dd71d0363cffdd8232b594b0b # timeout=30
The build status in this job worked.
Example log for missing build status:
The recommended git tool is: NONE using credential …… Fetching changes from the remote Git repository Using shallow fetch with depth 1 > /usr/bin/git rev-parse --resolve-git-dir /home/s/.git # timeout=10 > /usr/bin/git config remote.origin.url ssh://git@------------:7999/--------.git # timeout=10 Fetching upstream changes from ssh://git@-----------:7999/------------.git > /usr/bin/git --version # timeout=10 > git --version # 'git version 2.11.0' using GIT_SSH to set credentials > /usr/bin/git fetch --tags --progress --depth=1 -- ssh://git@---------:7999/--------.git +refs/heads/*:refs/remotes/origin/* # timeout=30 Checking out Revision 522d461683833f19dde78a94bb138eb7610e6c95 (refs/remotes/origin/-----------) > /usr/bin/git rev-parse refs/remotes/origin/——^{commit} # timeout=10 > /usr/bin/git config core.sparsecheckout # timeout=10 > /usr/bin/git checkout -f 522d461683833f19dde78a94bb138eb7610e6c95 # timeout=30 Commit message: “———————————“ > /usr/bin/git rev-list --no-walk 522d461683833f19dde78a94bb138eb7610e6c95 # timeout=10
Missing "Posting build status" line in this job.
Can you help to identify this problem?
Can i get more log from the plugin with custom log recorder in Jenkins?
Thank you
BR,
Z
- duplicates
-
JENKINS-66922 Bitbucket Server branch source no longer initiates "Posting build status of ... to Bitbucket"
- Closed