You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The build job on jenkins runs using the deployViaGitops() the gitops-build-lib is exposing. After successful builds, tests, image creation and also branch creation it failed when creating a PR against our SCM.
It failed due to some networking issue when creating the PR via API-call using curl. Due to this error, it did not open up an PR.
When trying to rerun the exact same build job it did not create a PR due to the branch containing the changes already exists.
Creating the PR is dependent from the branch being created within the same run.
Solutions:
Check whether the branch containing the changes already exists and create a PR if it is missing even though the branch was not created in this run
Implement retry mechanisms for the PR-creation
The text was updated successfully, but these errors were encountered:
Scenario:
The build job on jenkins runs using the
deployViaGitops()
thegitops-build-lib
is exposing. After successful builds, tests, image creation and also branch creation it failed when creating a PR against our SCM.It failed due to some networking issue when creating the PR via API-call using curl. Due to this error, it did not open up an PR.
When trying to rerun the exact same build job it did not create a PR due to the
branch
containing the changes already exists.Creating the PR is dependent from the branch being created within the same run.
Solutions:
The text was updated successfully, but these errors were encountered: