X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=README.md;h=928c3aaf65f1f0ad9b7d8ebd19f7be03640337da;hb=835131321e782839a6fc7b972ae11462d6597a96;hp=9446e68b156e503f6ed3183d705790be2aae16a2;hpb=f7b9e699258b3dd2dcfca8d09629aee8bccbb6da;p=releng%2Fglobal-jjb.git diff --git a/README.md b/README.md index 9446e68b..928c3aaf 100644 --- a/README.md +++ b/README.md @@ -33,12 +33,6 @@ configuration. - [Environment Injector Plugin](https://plugins.jenkins.io/envinject) - [Git plugin](https://plugins.jenkins.io/git) - [Post Build Script](https://plugins.jenkins.io/postbuildscript) - - Due to security concerns Post Build Script is not available through - the Jenkins update center and must install it manually. You can - download it - [here](https://updates.jenkins-ci.org/download/plugins/postbuildscript/). - - [SSH Agent](https://plugins.jenkins.io/ssh-agent) - [Workspace Cleanup](https://plugins.jenkins.io/ws-cleanup) @@ -71,7 +65,11 @@ versioned git tags. # Add the new submodule to ci-management's jjb directory. # Note: Perform once per ci-management repo. cd jjb/ - git submodule add https://gerrit.linuxfoundation.org/infra/releng/global-jjb + + # For production deployments: + git submodule add https://github.com/lfit/releng-global-jjb global-jjb + # For test deployments comment the above and uncomment the below + # git submodule add https://gerrit.linuxfoundation.org/infra/releng/global-jjb # Checkout the version of global-jjb you wish to deploy. cd global-jjb