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
c0ccfecf
Commit
c0ccfecf
authored
Jul 10, 2017
by
Feanil Patel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove plugins list.
parent
706b205e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
49 deletions
+2
-49
playbooks/roles/jenkins_admin/defaults/main.yml
+1
-48
playbooks/roles/jenkins_admin/meta/main.yml
+1
-1
No files found.
playbooks/roles/jenkins_admin/defaults/main.yml
View file @
c0ccfecf
...
...
@@ -86,54 +86,7 @@ jenkins_admin_gem_pkgs:
jenkins_admin_redhat_pkgs
:
[]
jenkins_admin_plugins
:
-
{
name
:
"
greenballs"
,
version
:
"
1.14"
}
-
{
name
:
"
rebuild"
,
version
:
"
1.21"
}
-
{
name
:
"
build-user-vars-plugin"
,
version
:
"
1.1"
}
-
{
name
:
"
matrix-auth"
,
version
:
"
1.2"
}
-
{
name
:
"
matrix-project"
,
version
:
"
1.3"
}
-
{
name
:
"
mailer"
,
version
:
"
1.9"
}
-
{
name
:
"
build-user-vars-plugin"
,
version
:
"
1.3"
}
-
{
name
:
"
credentials"
,
version
:
"
1.15"
}
-
{
name
:
"
ssh-credentials"
,
version
:
"
1.7.1"
}
-
{
name
:
"
ssh-agent"
,
version
:
"
1.4.1"
}
-
{
name
:
"
token-macro"
,
version
:
"
1.10"
}
-
{
name
:
"
parameterized-trigger"
,
version
:
"
2.25"
}
-
{
name
:
"
multiple-scms"
,
version
:
"
0.3"
}
-
{
name
:
"
maven-plugin"
,
version
:
"
2.5"
}
-
{
name
:
"
copy-project-link"
,
version
:
"
1.2"
}
-
{
name
:
"
scriptler"
,
version
:
"
2.6.1"
}
-
{
name
:
"
rebuild"
,
version
:
"
1.21"
}
-
{
name
:
"
ssh-slaves"
,
version
:
"
1.6"
}
-
{
name
:
"
translation"
,
version
:
"
1.11"
}
-
{
name
:
"
dynamicparameter"
,
version
:
"
0.2.0"
}
-
{
name
:
"
hipchat"
,
version
:
"
0.1.6"
}
-
{
name
:
"
throttle-concurrents"
,
version
:
"
1.8.3"
}
-
{
name
:
"
mask-passwords"
,
version
:
"
2.7.2"
}
-
{
name
:
"
jquery"
,
version
:
"
1.7.2-1"
}
-
{
name
:
"
dashboard-view"
,
version
:
"
2.9.4"
}
-
{
name
:
"
build-pipeline-plugin"
,
version
:
"
1.4.3"
}
-
{
name
:
"
s3"
,
version
:
"
0.6"
}
-
{
name
:
"
tmpcleaner"
,
version
:
"
1.1"
}
-
{
name
:
"
jobConfigHistory"
,
version
:
"
2.8"
}
-
{
name
:
"
build-timeout"
,
version
:
"
1.14"
}
-
{
name
:
"
next-build-number"
,
version
:
"
1.1"
}
-
{
name
:
"
nested-view"
,
version
:
"
1.14"
}
-
{
name
:
"
timestamper"
,
version
:
"
1.5.14"
}
-
{
name
:
"
github-api"
,
version
:
"
1.55"
}
-
{
name
:
"
postbuild-task"
,
version
:
"
1.8"
}
-
{
name
:
"
notification"
,
version
:
"
1.5"
}
-
{
name
:
"
copy-to-slave"
,
version
:
"
1.4.3"
}
-
{
name
:
"
github"
,
version
:
"
1.9.1"
}
-
{
name
:
"
copyartifact"
,
version
:
"
1.31"
}
-
{
name
:
"
shiningpanda"
,
version
:
"
0.21"
}
-
{
name
:
"
htmlpublisher"
,
version
:
"
1.3"
}
-
{
name
:
"
github-oauth"
,
version
:
"
0.20"
}
-
{
name
:
"
build-name-setter"
,
version
:
"
1.3"
}
-
{
name
:
"
jenkins-flowdock-plugin"
,
version
:
"
1.1.3"
}
-
{
name
:
"
simple-parameterized-builds-report"
,
version
:
"
1.3"
}
-
{
name
:
"
git-client"
,
version
:
"
1.19.0"
}
-
{
name
:
"
git"
,
version
:
"
2.4.0"
}
jenkins_admin_plugins
:
[]
# Plugins installed manually, not tracked here.
# See templates directory for potential basic jobs you could add to your jenkins.
jenkins_admin_jobs
:
[]
...
...
playbooks/roles/jenkins_admin/meta/main.yml
View file @
c0ccfecf
...
...
@@ -22,7 +22,7 @@ dependencies:
-
common
-
edxapp_common
-
role
:
jenkins_master
jenkins_plugins
:
[]
jenkins_plugins
:
"
{{
jenkins_admin_plugins
}}"
jenkins_version
:
"
{{
jenkins_admin_version
}}"
jenkins_deb_url
:
"
https://pkg.jenkins.io/debian/binary/jenkins_{{
jenkins_version
}}_all.deb"
jenkins_custom_plugins
:
[]
...
...
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