Unverified Commit 2af386c1 by Troy Sankey Committed by GitHub

Merge pull request #4491 from edx/pwnage101/add-jenkins-worker-label-to-build-jenkins-docker

Add jenkins-worker label to the build jenkins docker image
parents 83730862 23567f71
......@@ -38,3 +38,10 @@ jenkins_common_non_plugin_template_files:
# - security # intentionally left commented out
- seed_config
# Add the jenkins-worker label so that this jenkins master will work
# out-of-the-box for running most kinds of jobs. This makes integration
# testing easier, and is easier for the openedx community.
jenkins_common_main_labels:
- 'dsl-seed-runner'
- 'backup-runner'
- 'jenkins-worker' # added this
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment