ref #4500 fix: update CI_COMMIT_BRANCH value to source branch in PRs bfbfd5c pat-s added the breaking label Dec 11, 2024 pat-s changed the title fix: set CI_COMMIT_BRANCH to source branch in PRs Set CI_COMMIT_BRANCH as source branch for PRs Dec 11, 2024 Collaborator woodpecke...
fix #3560 Commit.branch has been set to the BaseRef value in PRs for the linked forges, which equals the target branch. This then lead to a successful match with the default branch name in the when...
- gradle sonarqube -Dsonar.host.url=$SONAR_URL -Dsonar.login=$SONAR_LOGIN -Dsonar.gitlab.commit_sha=$CI_COMMIT_SHA -Dsonar.gitlab.ref_name=$CI_COMMIT_REF_NAME -Dsonar.branch.name=$CI_COMMIT_REF_NAME -Dsonar.gitlab.project_id=$CI_PROJECT_ID login的生成是在这块,可以填写一个名称(...