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'