X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=ci%2FREADME.md;h=94fe85a89c460bb22e50bd5fec73f843da3a5dfc;hb=71cde293d4753a07a5da01f410a7c3f94b600ace;hp=d95a736a55700e2f8f4a9779baa1c057d5df4409;hpb=b82ae6975d26581802457364993bee061350ae32;p=icn.git diff --git a/ci/README.md b/ci/README.md index d95a736..94fe85a 100644 --- a/ci/README.md +++ b/ci/README.md @@ -37,6 +37,8 @@ git clone --recursive "https://gerrit.akraino.org/r/ci-management" git clone "https://gerrit.akraino.org/r/icn" # create the jjb config file before moving on # https://docs.releng.linuxfoundation.org/en/latest/jenkins-sandbox.html +# To install jenkins-job-builder, run 'pip install jenkins-job-builder' instead of 'apt install', +# because the verions in apt repo is too old to work for icn jenkins-jobs test ci-management/jjb:icn/ci/jjb icn-master-verify jenkins-jobs update ci-management/jjb:icn/ci/jjb icn-master-verify ``` @@ -55,3 +57,6 @@ user=admin password=admin url=http://localhost:8080 ``` + +4. There is [a bug](https://issues.jenkins-ci.org/browse/JENKINS-28466) of jenkins +which makes some environemtn variables not usable. To fix the bug, we need 'Manage Jenkins' > 'Configure System' > 'click save without any changes'.