Answer the question
In order to leave comments, you need to log in
Why isn't Jenkins merging a commit?
We have an account in Bitbucket Cloud, a server with Jenkins. I set up the Jenkins + BB connection, also installed the pull request plugin, the task is to test PR before merging in master. Everything seems to be nothing BUT, sometimes for some unknown reason, Jenkins writes that everything is buzzing when receiving changes from the repository, writes that the commit has merged, and fails the tests, because we have
1. PR in which there are changes with errors
2. Tests fail - that's all logical
3. We have a PR update in the update and the test should pass
4. The test fails.
I check the Jenkins console log - there are no errors. This nonsense has happened several times already. I can not understand where to dig and where to look for the problem.
Since I’m making a commit in PR that has an error - Jenkins crashes the task on a merge conflict - that is, the merge seems to work, but it seems that it doesn’t always ... crawl and merge a commit to master after which the tests pass ...
I also noticed that Jenkins writes to me
git merge --ff cc0998bfde8a85e4febd663fb93ce15e95158da9 # timeout=10
git log -n1
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question