From: Eric Ball Date: Tue, 24 May 2022 20:56:56 +0000 (-0700) Subject: Chore: Upgrade global-jjb to v0.77.0 X-Git-Url: https://gerrit.akraino.org/r/gitweb?p=ci-management.git;a=commitdiff_plain;h=e1345c86f32968188c471fc2c17a0922aef01ddf Chore: Upgrade global-jjb to v0.77.0 This version brings in the latest version of JJB, which is required for upgrading to the latest versions of some plugins. For compatibility with the latest version of global-jjb, this update includes the creation of the ansible.cfg managed file, and updates the default version of JJB used by CI jobs. Change-Id: I9af9386d8a171d9487a130edd7577dc1f5088040 Signed-off-by: Eric Ball --- diff --git a/global-jjb b/global-jjb index 77f06cb..2866593 160000 --- a/global-jjb +++ b/global-jjb @@ -1 +1 @@ -Subproject commit 77f06cb5e687962c7f999c80fbcf2a6b31042afd +Subproject commit 2866593326538d6cba981820f0e9b5ba99189492 diff --git a/jenkins-config/managed-config-files/custom/ansible-cfg/config-params.yaml b/jenkins-config/managed-config-files/custom/ansible-cfg/config-params.yaml new file mode 100644 index 0000000..d6dcf71 --- /dev/null +++ b/jenkins-config/managed-config-files/custom/ansible-cfg/config-params.yaml @@ -0,0 +1,3 @@ +--- +name: "ansible.cfg" +comment: "ansible config file" diff --git a/jenkins-config/managed-config-files/custom/ansible-cfg/content b/jenkins-config/managed-config-files/custom/ansible-cfg/content new file mode 100644 index 0000000..96c9117 --- /dev/null +++ b/jenkins-config/managed-config-files/custom/ansible-cfg/content @@ -0,0 +1,2 @@ +[defaults] +remote_tmp = ~/.ansible/tmp diff --git a/jjb/ci-management/ci-jobs.yaml b/jjb/ci-management/ci-jobs.yaml index 212fa90..e1ba32a 100644 --- a/jjb/ci-management/ci-jobs.yaml +++ b/jjb/ci-management/ci-jobs.yaml @@ -12,7 +12,7 @@ project: ci-management project-name: ci-management build-node: centos7-builder-2c-1g - jjb-version: 2.9.1 + jjb-version: 4.1.0 views: - project-view