The GitHub project requires a rendered URL to the project. It does not
apparently properly render variables that are {} enclosed which means
that any vars needs to fully path separated properly
Issue: RELENG-188
Change-Id: Ie616752899453a0e614f1b6500eb2886e796d7a9
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
**jenkins-ssh-credential**: The name of the Jenkins Credential to use for ssh
connections.
-If you are using GitHub then there is one more parameter which
+If you are using GitHub then there are two more parameters which
will need to be placed in the defaults.yaml
+**git-url**: This should be set to the base URL of your GitHub. In
+general this should be https://github.com. If you are using GitHub
+Enterprise, or some other GitHub-style system, then it should be
+whatever your installation base URL is.
+
**github-org**: The name of the GitHub organization.
defaults.yaml:
properties:
- github:
- url: '${{GIT_URL}}{github-org}/{project}'
+ url: '{git-url}/{github-org}/{project}'
scm:
- lf-infra-github-scm:
properties:
- github:
- url: '${{GIT_URL}}{github-org}/{project}'
+ url: '{git-url}/{github-org}/{project}'
scm:
- lf-infra-github-scm:
properties:
- github:
- url: '${{GIT_URL}}{github-org}/{project}'
+ url: '{git-url}/{github-org}/{project}'
scm:
- lf-infra-github-scm:
properties:
- github:
- url: '${{GIT_URL}}{github-org}/{project}'
+ url: '{git-url}/{github-org}/{project}'
scm:
- lf-infra-github-scm: