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
016e70ec
Commit
016e70ec
authored
7 years ago
by
Hannah Chen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add email extension plugin and mysql to tools-jenkins
parent
f94779d4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
13 additions
and
2 deletions
+13
-2
playbooks/roles/jenkins_master/defaults/main.yml
+1
-1
playbooks/roles/jenkins_master/meta/main.yml
+1
-0
playbooks/roles/tools_jenkins/defaults/main.yml
+10
-0
playbooks/roles/tools_jenkins/meta/main.yml
+1
-1
No files found.
playbooks/roles/jenkins_master/defaults/main.yml
View file @
016e70ec
...
...
@@ -7,7 +7,7 @@ jenkins_nginx_port: 80
jenkins_protocol_https
:
true
jenkins_version
:
"
1.638"
jenkins_deb_url
:
"
http
://pkg.jenkins-ci.org/debian
/binary/jenkins_{{
jenkins_version
}}_all.deb"
jenkins_deb_url
:
"
http
s://pkg.jenkins.io/debian-stable
/binary/jenkins_{{
jenkins_version
}}_all.deb"
jenkins_deb
:
"
jenkins_{{
jenkins_version
}}_all.deb"
# Jenkins jvm args are set when starting the Jenkins service, e.g., "-Xmx1024m"
jenkins_jvm_args
:
"
"
...
...
This diff is collapsed.
Click to expand it.
playbooks/roles/jenkins_master/meta/main.yml
View file @
016e70ec
---
dependencies
:
-
common
-
nginx
-
role
:
oraclejdk
tags
:
java
This diff is collapsed.
Click to expand it.
playbooks/roles/tools_jenkins/defaults/main.yml
View file @
016e70ec
...
...
@@ -46,6 +46,7 @@ jenkins_tools_plugins:
-
{
name
:
"
gradle"
,
version
:
"
1.25"
}
-
{
name
:
"
credentials-binding"
,
version
:
"
1.9"
}
-
{
name
:
"
envinject"
,
version
:
"
1.92.1"
}
-
{
name
:
"
email-ext"
,
version
:
"
2.57.2"
}
# matrix-auth is now pinned to avoid Jenkins overriding
# 1.3 and later requires icon-shim
...
...
@@ -66,3 +67,12 @@ jenkins_tools_bundled_plugins:
-
"
pam-auth"
-
"
ssh-credentials"
-
"
ssh-slaves"
jenkins_debian_pkgs
:
-
nginx
-
git
-
maven
-
daemon
-
python-pycurl
-
psmisc
-
mysql-client-core-5.6
This diff is collapsed.
Click to expand it.
playbooks/roles/tools_jenkins/meta/main.yml
View file @
016e70ec
...
...
@@ -6,6 +6,6 @@ dependencies:
-
role
:
jenkins_master
jenkins_plugins
:
"
{{
jenkins_tools_plugins
}}"
jenkins_version
:
"
{{
jenkins_tools_version
}}"
jenkins_deb_url
:
"
http
://pkg.jenkins-ci.org
/debian-stable/binary/jenkins_{{
jenkins_version
}}_all.deb"
jenkins_deb_url
:
"
http
s://pkg.jenkins.io
/debian-stable/binary/jenkins_{{
jenkins_version
}}_all.deb"
jenkins_custom_plugins
:
[]
jenkins_bundled_plugins
:
"
{{
jenkins_tools_bundled_plugins
}}"
This diff is collapsed.
Click to expand it.
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