Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion local_env.sh.sample
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down