-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WIP]: Fix tag for output of jenkins master bc #32
Conversation
The deployment is looking for `jenkins:latest`, not `jenkins:2`.
Hmm, |
looks like a mismatch in templates from what CentOS CI has and upstream.. In CentOS CI:
|
Hmm, indeed. That's odd. In that case, I don't mind changing it to Or maybe... to keep the local dev flow simpler, we keep it as |
(Basically, given that the local workflow will be exercised much more often than the prod one, I'd rather we prioritized that one.) |
yeah I think that makes sense.. we may even be able to write something that grabs the "default" from |
@dustymabe Want to update this? |
yeah. i'll pick it back up. been digging out from the notification backlog in my inbox. will do shortly. |
marking as WIP |
This is now part of #53. Both CentOS CI and a local AFAICT, v3.6 templates live here: https://github.com/openshift/openshift-ansible/blob/release-3.6/roles/openshift_examples/files/examples/v3.6/quickstart-templates/jenkins-persistent-template.json, which does have I updated the commit message to clarify the confusion here:
|
Update the docs so that we can be more compatible with latest templates. We update the input ImageStreamTag for our jenkins deployment to match latest openshift (`jenkins:2`) related: coreos#32
Update the docs so that we can be more compatible with latest templates. We update the input ImageStreamTag for our jenkins deployment to match latest openshift (`jenkins:2`) related: coreos#32
Update the docs so that we can be more compatible with latest templates. We update the input ImageStreamTag for our jenkins deployment to match latest openshift (`jenkins:2`) related: coreos#32
Update the docs so that we can be more compatible with latest templates. We update the input ImageStreamTag for our jenkins deployment to match latest openshift (`jenkins:2`) related: coreos#32
Update the docs so that we can be more compatible with latest templates. We update the input ImageStreamTag for our Jenkins deployment to match latest OpenShift (`jenkins:2`) related: coreos#32
Update the docs so that we can be more compatible with latest templates. We update the input ImageStreamTag for our Jenkins deployment to match latest OpenShift (`jenkins:2`) related: coreos#32
Update the docs so that we can be more compatible with latest templates. We update the input ImageStreamTag for our Jenkins deployment to match latest OpenShift (`jenkins:2`) related: #32
The deployment is looking for
jenkins:latest
, notjenkins:2
.