...
Jenkins plugins: Gerrit-Trigger, Pipeline, Git
pod14-node1 is for test. pod14-node2 is for real CI workload.
The Gerrit-Trigger plugin watches the ICN project on Gerrit. If a patch is created/updated, Gerrit-Trigger triggers the Jenkins job to run CI test. The Jenkins job is a Pipeline job which pulls Jenkinsfile from ICN project root directory. Gerrit-Trigger votes for the patch based on the result of the test.
...