Skip to content
This repository has been archived by the owner on Mar 22, 2018. It is now read-only.

Add jenkins example with nulecule specification #8

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

praveenkumar
Copy link

It is a single tier application and uses nulecule specification for deploying jenkins master on a node.

"name": "jenkins"
},
"spec": {
"replicas": 1,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Even replica count can be taken as env var, its always good make the manifests as much parameterized as possible. Guess you will not have to edit the manifest for Jenkins RC if you want replica count to 2.

params:
- name: image
description: Jenkins image to be used
default: kumarpraveen/centos-jenkins:latest
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

could you check if you can use this: https://hub.docker.com/r/openshift/jenkins-1-centos7/

@cdrage
Copy link
Member

cdrage commented Feb 8, 2016

any problem using jenkins' official image instead? is that possible? @praveenkumar

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants