Tags: caicloud/cyclone
Tags
fix(github): use BasicAuthTransport (#1568) Co-authored-by: Jian Zeng <[email protected]>
fix(sonarqube): support java projects with multiple modules (#1557) Co-authored-by: Jian Zeng <[email protected]>
[cps-2.10-dood] fix(resolver::git): refine repos cloning and fix `git… … checkout` (#1513) * fix(resolver::git): refine repos cloning and fix `git checkout` simplify the way we clone repos, and don't pass `-f` to `git checkout` so that git won't fail silently. * refactor: prevent word splitting & refactor retry logic * fix: fix depth flag Co-authored-by: Jian Zeng <[email protected]>
fix: delete project name in workflow pod env (#1509) PROJECT_NAME is a very likely conflict word with other systems, like ourselves SonarQube scanner program,do not inject it as an Env into the WorkflowRun pod. TODO: - change the Env key name(add a prefix like CYCLONE_PROJECT_NAME) and inject it in the future.
PreviousNext