Skip to content
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

Jenkins support with odo commands #1852

Closed
chandrapersi opened this issue Jun 24, 2019 · 2 comments
Closed

Jenkins support with odo commands #1852

chandrapersi opened this issue Jun 24, 2019 · 2 comments

Comments

@chandrapersi
Copy link

oc command supports Jenkins creation and creation of build pipeline.
But it seems same support is lacking with odo commands.
For ex. following command works
oc create -f https://raw.githubusercontent.com/openshift/origin/master/examples/jenkins/pipeline/nodejs-sample-pipeline.yaml

But same command with odo doesn't.

Is there any documentation which demonstrate odo commands instruction to setup Jenkins and Pipeline.

@kadel
Copy link
Member

kadel commented Jun 24, 2019

Hi @chaitanyaenr,

Odo is targeting developers, and we want to make developers life easier. One of the ideas behind odo is that developers shouldn't need to write any yaml definitions, You won't be able to directly apply yaml file using odo as you can do with oc. This is not even on odo roadmap.

But we have Pipelines support on our roadmap - #1238.
I don't have any details right now. I don't know when we get to it, but some future odo version will definitely have support for Pipelines in some form.

If you have any suggestions or ideas feel free to continue the discussion on Pipelines epic
issue #1238

/close

@openshift-ci-robot
Copy link
Collaborator

@kadel: Closing this issue.

In response to this:

Hi @chaitanyaenr,

Odo is targeting developers, and we want to make developers life easier. One of the ideas behind odo is that developers shouldn't need to write any yaml definitions, You won't be able to directly apply yaml file using odo as you can do with oc. This is not even on odo roadmap.

But we have Pipelines support on our roadmap - #1238.
I don't have any details right now. I don't know when we get to it, but some future odo version will definitely have support for Pipelines in some form.

If you have any suggestions or ideas feel free to continue the discussion on Pipelines epic
issue #1238

/close

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

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

No branches or pull requests

3 participants