add full uri any git repos
All checks were successful
docker-build / Build image (push) Successful in 43s
All checks were successful
docker-build / Build image (push) Successful in 43s
This commit is contained in:
@@ -34,7 +34,9 @@ type GitlabJobRunnerSpec struct {
|
||||
// +required
|
||||
GitlabSecretRef string `json:"gitlabSecretRef"`
|
||||
|
||||
// repositoryURL is the GitLab repository to clone
|
||||
// repositoryURL is the GitLab repository URL (full URL or relative path like "group/project")
|
||||
// Full URL: https://gitlab.example.com/group/project.git
|
||||
// Relative path: group/project (requires GITLAB_URL in secret)
|
||||
// +required
|
||||
RepositoryURL string `json:"repositoryURL"`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user