From: chengli3 Date: Wed, 27 May 2020 08:20:30 +0000 (+0800) Subject: Update ci readme file to add one note X-Git-Tag: v0.4.0~20^2 X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=commitdiff_plain;h=ca74050185250fce90de559a62442f3541907ed3;p=icn.git Update ci readme file to add one note Change-Id: I9e8f4593910555b186520c6f50a67d31d8ea84dd Signed-off-by: chengli3 --- diff --git a/ci/README.md b/ci/README.md index 3536070..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 ```