Giter VIP home page Giter VIP logo

Comments (3)

lionelve avatar lionelve commented on July 21, 2024 1

I can't find a nice way to replicate the functionality of openshiftVerifyDeployment in the new plugin. It'd be a shame to lose the features that this plugins does well.

UPDATE: Turns out oc rollout makes this very easy with the new plugin. It watches by default.

openshift.withCluster() { 
  openshift.withProject('myproject') {
    openshift.raw('rollout status dc/nodejs')
  }
}

from jenkins-plugin.

gabemontero avatar gabemontero commented on July 21, 2024

Yeah, with the upcoming 3.7 release of OpenShift (to be release any day now) we are declaring openshift-client-plugin supported (no longer experimental).

It will be officially supported in production envs at that point.

And yes, we'll need to update this readme to reflect that. And yes, while this plugin is still supported, openshift/jenkins-client-plugin is the strategic direction.

from jenkins-plugin.

bparees avatar bparees commented on July 21, 2024

I can't find a nice way to replicate the functionality of openshiftVerifyDeployment in the new plugin. It'd be a shame to lose the features that this plugins does well

This plugin won't be going anywhere for a while, we're just not going to be adding new capabilities.

Longer term, what we want to do is make the "oc" client binary more capable of these type of actions (verifying things, waiting for things to complete, etc). After all, someone scripting usage of oc outside of a jenkins job might want to verify a deployment too. Then the openshift client plugin would naturally inherit those capabilities.

@gabemontero assigning this to you for any cleanup that needs to be done in both plugin readmes to reflect the deprecated status of this plugin and the GA status of the client plugin.

from jenkins-plugin.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.