openshift / jenkins-plugin

Apache License 2.0
81 stars 50 forks source link

Trigger OpenShift Build Options #64

Closed anhnguyenbk closed 8 years ago

anhnguyenbk commented 8 years ago

Can I use options --from-file in Trigger Openshift Build. I using external Jenkins for build and Openshift Origin just for binary deployment. I want to start Openshift build from Jenkins Plugin with options --from-file.

How could I do?

Thanks.

gabemontero commented 8 years ago

There as been another recent request for this. It is not there currently. I believe we are going to create a trello card and get this in the scheduling pipeline. @bparees fyi

On Monday, September 12, 2016, Hoang Anh Nguyen notifications@github.com wrote:

Can I use options --from-file in Trigger Openshift Build. I using external Jenkins for build and Openshift Origin just for binary deployment. I want to start Openshift build from Jenkins Plugin with options --from-file.

How could I do?

Thanks.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/openshift/jenkins-plugin/issues/64, or mute the thread https://github.com/notifications/unsubscribe-auth/ADbadNx64ubAgwh_BtrN_VAAKHzUVvC5ks5qpjJLgaJpZM4J7TPm .

bparees commented 8 years ago

Added to trello: https://trello.com/c/kJrtI2kF

bparees commented 8 years ago

@anhnguyenbk for now you'd have to use the oc command line tool and a shell build step to accomplish your goal. The good news is that the oc client tool is already part of the openshift jenkins image.