Skip to content

Instantly share code, notes, and snippets.

@sherl0cks
Created October 11, 2016 04:55
Show Gist options
  • Save sherl0cks/f011e36dc4f1ccec65b6496be0782bd6 to your computer and use it in GitHub Desktop.
Save sherl0cks/f011e36dc4f1ccec65b6496be0782bd6 to your computer and use it in GitHub Desktop.
{
"openshift_clusters": [
{
"openshift_host_env": "10.1.2.2:8443",
"openshift_resources": {
"projects": [
{
"name": "pipeline-dev",
"display_name": "Pipeline - Dev",
"environment_type": "build",
"apps": [
{
"name": "jenkins",
"scm_url": "https://github.com/sherl0cks/openshift-jenkins-s2i-config.git",
"scm_ref": "fixing-seed-jobs",
"base_image": "jenkins"
}
]
},
{
"name": "pipeline-uat",
"display_name": "Pipeline - UAT",
"environment_type": "promotion",
"apps": [
{
"name": "jenkins",
"base_image": "jenkins"
}
]
},
{
"name": "pipeline-delivery",
"display_name": "Pipeline - Delivery",
"environment_type": "promotion",
"apps": [
{
"name": "jenkins",
"base_image": "jenkins"
}
]
}
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment