Commit 6d824c77 by Stu Young Committed by GitHub

Merge pull request #3920 from UmanShahzad/uman/unpin-jenkins-jdk7

Unpin Jenkins JDK 7 requirement.
parents 0bffae39 5fb9cc3c
- Role: jenkins_master
- Update pinned use of JDK7 in Jenkins installs to default JDK version from role `oraclejdk`.
- Role: notifier
- Added `NOTIFIER_DATABASE_ENGINE`, `NOTIFIER_DATABASE_NAME`, `NOTIFIER_DATABASE_USER`, `NOTIFIER_DATABASE_PASSWORD`, `NOTIFIER_DATABASE_HOST`, and `NOTIFIER_DATABASE_PORT` to be able to configure the `notifier` service to use a database engine other than sqlite. Defaults to local sqlite.
- Deprecated: `NOTIFIER_DB_DIR`: Please use `NOTIFIER_DATABASE_NAME` instead.
......
......@@ -3,7 +3,3 @@ dependencies:
- common
- role: oraclejdk
tags: java
oraclejdk_version: "7u51"
oraclejdk_base: "jdk1.7.0_51"
oraclejdk_build: "b13"
oraclejdk_link: "/usr/lib/jvm/java-7-oracle"
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