From 3e4301f725ee1050b55dacf8532a388b9b837a07 Mon Sep 17 00:00:00 2001 From: "Igor D.C" Date: Thu, 22 Oct 2020 16:59:46 +0000 Subject: [PATCH] Update Jenkins from 2.192 to 2.263 Additionally, adding quotes around the version number as I have previously seen a parsing issue where 2.2xx became an incorrect version number after parsing, thus failing installation. Change-Id: I9900b25b3fb3a9f5606df1df62255c64fefeee7b Signed-off-by: Igor D.C --- ci/vars.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/vars.yaml b/ci/vars.yaml index 2be8f5e..f1ad12e 100644 --- a/ci/vars.yaml +++ b/ci/vars.yaml @@ -1,6 +1,6 @@ --- jenkins_hostname: "{{ ansible_default_ipv4.address }}" -jenkins_version: 2.192 +jenkins_version: "2.263" jenkins_plugin_timeout: 360 jenkins_plugins: - gerrit-trigger -- 2.16.6