forked from ISTI-ansible-roles/ansible-roles
The JDK on the jenkins master must have graphical capabilities. Do not install the headless version.
This commit is contained in:
parent
da60534b12
commit
36a2164ab9
|
@ -11,6 +11,11 @@ jenkins_rh_stable_repo_key: https://pkg.jenkins.io/redhat-stable/jenkins.io.key
|
||||||
jenkins_rh_latest_repo: https://pkg.jenkins.io/redhat
|
jenkins_rh_latest_repo: https://pkg.jenkins.io/redhat
|
||||||
jenkins_rh_latest_repo_key: https://pkg.jenkins.io/redhat/jenkins.io.key
|
jenkins_rh_latest_repo_key: https://pkg.jenkins.io/redhat/jenkins.io.key
|
||||||
|
|
||||||
|
# The JDK on the jenkins master must have graphical capabilities
|
||||||
|
openjdk_pkgs:
|
||||||
|
- jre
|
||||||
|
- jdk
|
||||||
|
|
||||||
jenkins_packages:
|
jenkins_packages:
|
||||||
- jenkins
|
- jenkins
|
||||||
|
|
||||||
|
@ -18,6 +23,7 @@ jenkins_deb_package_requirements:
|
||||||
- imagemagick
|
- imagemagick
|
||||||
- graphviz
|
- graphviz
|
||||||
- fonts-dejavu
|
- fonts-dejavu
|
||||||
|
- libjfreechart-java
|
||||||
|
|
||||||
jenkins_rh_package_requirements:
|
jenkins_rh_package_requirements:
|
||||||
- docbook-utils-pdf
|
- docbook-utils-pdf
|
||||||
|
|
Loading…
Reference in New Issue