Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
configuration
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
configuration
Commits
f97e4b7d
Commit
f97e4b7d
authored
Jun 27, 2017
by
hchen15
Committed by
GitHub
Jun 27, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3949 from edx/hchen/text-finder
add jenkins text finder plugin
parents
dc216f59
a37901a5
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletions
+4
-1
playbooks/roles/tools_jenkins/defaults/main.yml
+2
-1
playbooks/roles/tools_jenkins/meta/main.yml
+2
-0
No files found.
playbooks/roles/tools_jenkins/defaults/main.yml
View file @
f97e4b7d
...
...
@@ -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
...
...
playbooks/roles/tools_jenkins/meta/main.yml
View file @
f97e4b7d
...
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment