Hide Forgot
Document URL: The steps number in https://github.com/openshift/origin/blob/master/examples/jenkins-master/README.md is incorrecct. Need updatge https://github.com/openshift/origin/blob/master/examples/jenkins-master/jenkins-slave-template.json#L100 to make imagestreamtag customized. Section Number and Name: Describe the issue: Suggestions for improvement: Additional information:
(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.