-
Notifications
You must be signed in to change notification settings - Fork 244
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
Comments
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 But we have Pipelines support on our roadmap - #1238. If you have any suggestions or ideas feel free to continue the discussion on Pipelines epic /close |
@kadel: Closing this issue. In response to this:
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. |
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.
The text was updated successfully, but these errors were encountered: