Created
August 4, 2017 19:39
-
-
Save aweiteka/97daaa0087fa7c163fc43238392bc47b to your computer and use it in GitHub Desktop.
Include vars file proposal
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
async: optional | |
bindable: false | |
description: "Jenkins service with optional persistent storage and S2I build" | |
image: ansibleplaybookbundle/jenkins-apb | |
metadata: | |
console.openshift.io/iconClass: icon-jenkins | |
dependencies: | |
- "jenkins:latest" | |
displayName: "Jenkins (APB)" | |
documentationUrl: "https://docs.openshift.org/latest/using_images/other_images/jenkins.html" | |
longDescription: "This APB deploys a Jenkins server capable of managing OpenShift Pipeline builds and supporting OpenShift-based oauth login." | |
name: jenkins-apb | |
plans: | |
- | |
description: "This plan deploys a single Jenkins server" | |
free: true | |
metadata: | |
cost: $0.00 | |
displayName: Default | |
longDescription: "This plan deploys a Jenkins server capable of managing OpenShift pipeline builds" | |
name: default | |
parameters: | |
$ref: "file:vars.yaml" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment