| Summary: | [devexp_public_751] Need to update jenkins-master Readme doc and jenkins-slave template | ||
|---|---|---|---|
| Product: | OKD | Reporter: | XiuJuan Wang <xiuwang> |
| Component: | Documentation | Assignee: | Michal Fojtik <mfojtik> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | XiuJuan Wang <xiuwang> |
| Severity: | medium | Docs Contact: | Michal Fojtik <mfojtik> |
| Priority: | low | ||
| Version: | 3.x | CC: | aos-bugs, bparees, mmccomas |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-05-12 17:09:12 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
XiuJuan Wang
2016-03-16 07:04:24 UTC
(In reply to XiuJuan Wang from comment #0) > Document URL: > The steps number in > https://github.com/openshift/origin/blob/master/examples/jenkins-master/ > README.md is incorrecct. The steps are ok, see: https://raw.githubusercontent.com/openshift/origin/master/examples/jenkins-master/README.md It is Github Markdown rendering that mess up things. > Need updatge > https://github.com/openshift/origin/blob/master/examples/jenkins-master/ > jenkins-slave-template.json#L100 to make imagestreamtag customized. I think Ben already updated that template to make IST customizable. Ben? The templates all use imagestreams for inputs, you cannot choose the imagestream to reference, but you can choose the namespace for the imagestream. So you need to have an imagestream named "jenkins" defined. What that imagestream points to and what namespace you define it in, is up to you (the namespace value is a parameter and it defaults to "openshift") if the question is out the output tag, yes it appears to be a parameter now. Thanks ben and michal, Could use specified image in jenkins-slave and jenkins-master templates now. Since the steps numbers is a github thing, I will mark this bug as verified. |