X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=README.md;h=63cdff37508f0fe357435bffbad24466dd67bd99;hb=2c2e5fda72d41b63bb67055519cc0028a779c2c3;hp=61b8739fec0fc80005ed22665afb7fd06a7acf3c;hpb=0786d5870812545b09f27699d7f71d197a257575;p=releng%2Fglobal-jjb.git diff --git a/README.md b/README.md index 61b8739f..63cdff37 100644 --- a/README.md +++ b/README.md @@ -78,9 +78,18 @@ Trigger global configuration. **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. + +**git-clone-url**: This is the clone prefix used by GitHub jobs. This +should be set to either the same thing as **git-url** or the +'git@github.com:' including the trailing ':' + **github-org**: The name of the GitHub organization. defaults.yaml: @@ -187,3 +196,13 @@ in the same structure as configured in the archives directory. In this method a job can define a globstar for example ``**/*.log`` which then causes the archive script to do a globstar search for that pattern and archives any files it finds matching. + +## Appendix + +### ShellCheck + +If ShellCheck is being used to lint global-jjb or any projects that include +global-jjb as part of their project (common with ci-management repos) then +a minimum version of ShellCheck 0.4.x is required as the shell scripts in +this repo uses annotations that were introduced in 0.4.. +