Fix source code clean up in Jenkins
[icn.git] / ci / README.md
index d3a4200..3536070 100644 (file)
@@ -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'.