Commit f97e4b7d by hchen15 Committed by GitHub

Merge pull request #3949 from edx/hchen/text-finder

add jenkins text finder plugin
parents dc216f59 a37901a5
......@@ -47,6 +47,7 @@ jenkins_tools_plugins:
- { name: "credentials-binding", version: "1.9" }
- { name: "envinject", version: "1.92.1" }
- { name: "email-ext", version: "2.57.2" }
- { name: "text-finder", version: "1.10"}
# matrix-auth is now pinned to avoid Jenkins overriding
# 1.3 and later requires icon-shim
......@@ -68,7 +69,7 @@ jenkins_tools_bundled_plugins:
- "ssh-credentials"
- "ssh-slaves"
jenkins_debian_pkgs:
jenkins_tools_debian_pkgs:
- nginx
- git
- maven
......
......@@ -9,3 +9,4 @@ dependencies:
jenkins_deb_url: "https://pkg.jenkins.io/debian-stable/binary/jenkins_{{ jenkins_version }}_all.deb"
jenkins_custom_plugins: []
jenkins_bundled_plugins: "{{ jenkins_tools_bundled_plugins }}"
jenkins_debian_pkgs: "{{ jenkins_tools_debian_pkgs }}"
\ No newline at end of file
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