X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=ci%2FREADME.md;h=3536070480950b75922f0713ce5d6e2d29b2c24b;hb=a9e5b6c6e3cefdd335dcecb6031e557db7cb2e30;hp=d3a4200791ea7de9fb05ddab432ee7dd4e366a57;hpb=2b13cdabadc19f96c1615756a2543a6e33375dc9;p=icn.git diff --git a/ci/README.md b/ci/README.md index d3a4200..3536070 100644 --- a/ci/README.md +++ b/ci/README.md @@ -41,7 +41,7 @@ jenkins-jobs test ci-management/jjb:icn/ci/jjb icn-master-verify jenkins-jobs update ci-management/jjb:icn/ci/jjb icn-master-verify ``` -A sample of jjb config file +A sample of jjb config file located at `~/.config/jenkins_jobs/jenkins_jobs.ini` ``` [job_builder] ignore_cache=True @@ -55,3 +55,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'.