From 0e5fba0a607dfb43ff68b91701a83cfd7d128f1c Mon Sep 17 00:00:00 2001 From: syedimranhassan Date: Sat, 16 Oct 2021 08:59:06 +0500 Subject: [PATCH] chore: Update jenkins war --- .github/workflows/ci.yml | 2 +- local_env.sh.sample | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bc16f82..118c9cf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: tests: runs-on: ubuntu-20.04 env: - JENKINS_VERSION: 'jenkins_2.263.4' + JENKINS_VERSION: 'jenkins_2.303.3' BOKCHOY_HEADLESS: true CI_SYSTEM: 'GitHub_CI' CONFIG_PATH: 'test_data' diff --git a/local_env.sh.sample b/local_env.sh.sample index 627d867..74a74ce 100644 --- a/local_env.sh.sample +++ b/local_env.sh.sample @@ -12,7 +12,7 @@ export PLUGIN_CONFIG='test_data/plugins.yml' # change this variable export JENKINS_WAR_SOURCE='https://s3.amazonaws.com/edx-testeng-tools/jenkins' -export JENKINS_VERSION='jenkins_2.263.4' +export JENKINS_VERSION='jenkins_2.303.3' export CONTAINER_NAME='jenkins' export IMAGE_NAME='localjenkins'