In the OpenShiftDSL.groovy only deploymentconfigs are supported but not deployments.
      So if I want to use a selector for deployments I only get:

      openshift.selector('d', name)
      openshift.selector('deployment', name)
      openshift.selector('deployments', name) 
      Unknown how to find resources related to kind: deployment 

      With the openshift update to version 4.14 DeploymentConfigs gets deprecated.
      Can you add the support for deployments please?

       

          [JENKINS-73182] Deployments are not supported

          Michael created issue -
          Michael made changes -
          Description Original: In the OpenShiftDSL.groovy only deploymentconfigs are supported but not deployments.
          So if I want to use a selector for deployments I only get:
          openshift.selector('d', name)
          openshift.selector('deployment', name)
          openshift.selector('deployments', name)
          Unknown how to find resources related to kind: deployment
          With the openshift update to version 4.14 DeploymentConfigs gets deprecated.
          Can you add the support for deployments please?
          New: In the OpenShiftDSL.groovy only deploymentconfigs are supported but not deployments.
          So if I want to use a selector for deployments I only get:


          {code:java}
          openshift.selector('d', name)
          openshift.selector('deployment', name)
          openshift.selector('deployments', name) {code}
          {code:java}
          Unknown how to find resources related to kind: deployment {code}
          With the openshift update to version 4.14 DeploymentConfigs gets deprecated.
          Can you add the support for deployments please?

           
          Michael made changes -
          Issue Type Original: New Feature [ 2 ] New: Task [ 3 ]

            jupierce Justin Pierce
            schulzman Michael
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: