OpenShift Plugin for Jenkins (jenkins-plugin): Difference between revisions
Jump to navigation
Jump to search
Line 11: | Line 11: | ||
This is the oldest Jenkins/OpenShift integration plugin, which executes inside Jenkins and implements a series of REST flows that interface with the OpenShift master server via its exposed API. This plugin '''does not require''' the [[oc]] binary to be present on the host that executes the plugin logic. Other plugin that may be used starting with OpenShift 3.7 is [[OpenShift_Jenkins_Pipeline_DSL_Plugin_(jenkins-client-plugin)|OpenShift Jenkins Pipeline DSL Plugin (jenkins-client-plugin)]]. The "OpenShift Plugin for Jenkins" is currently in maintenance mode. | This is the oldest Jenkins/OpenShift integration plugin, which executes inside Jenkins and implements a series of REST flows that interface with the OpenShift master server via its exposed API. This plugin '''does not require''' the [[oc]] binary to be present on the host that executes the plugin logic. Other plugin that may be used starting with OpenShift 3.7 is [[OpenShift_Jenkins_Pipeline_DSL_Plugin_(jenkins-client-plugin)|OpenShift Jenkins Pipeline DSL Plugin (jenkins-client-plugin)]]. The "OpenShift Plugin for Jenkins" is currently in maintenance mode. | ||
=Pipeline Examples= |
Revision as of 23:51, 8 December 2017
External
- https://github.com/openshift/jenkins-plugin
- https://github.com/jenkinsci/openshift-pipeline-plugin (associated repository)
Internal
Overview
This is the oldest Jenkins/OpenShift integration plugin, which executes inside Jenkins and implements a series of REST flows that interface with the OpenShift master server via its exposed API. This plugin does not require the oc binary to be present on the host that executes the plugin logic. Other plugin that may be used starting with OpenShift 3.7 is OpenShift Jenkins Pipeline DSL Plugin (jenkins-client-plugin). The "OpenShift Plugin for Jenkins" is currently in maintenance mode.