Merge pull request #287 from this-is-r-gaurav/patch-1
SSH URL Update in The Repository Url
This commit is contained in:
commit
d49d2e40ca
|
|
@ -180,7 +180,7 @@ spec:
|
||||||
targets: "cicd/jobs/*.jenkins"
|
targets: "cicd/jobs/*.jenkins"
|
||||||
description: "Jenkins Operator repository"
|
description: "Jenkins Operator repository"
|
||||||
repositoryBranch: master
|
repositoryBranch: master
|
||||||
repositoryUrl: git@github.com:jenkinsci/kubernetes-operator.git
|
repositoryUrl: ssh://git@github.com:jenkinsci/kubernetes-operator.git
|
||||||
```
|
```
|
||||||
|
|
||||||
and create a Kubernetes Secret (name of secret should be the same from `credentialID` field):
|
and create a Kubernetes Secret (name of secret should be the same from `credentialID` field):
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue