OpenShift Plugin for Jenkins (jenkins-plugin): Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
Line 6: Line 6:
=Internal=
=Internal=


* [[OpenShift_CI/CD_Concepts#OpenShift_Plugin_for_Jenkins_Plugin_.28jenkins-plugin.29|OpenShift CI/CD Concepts]]
* [[OpenShift_CI/CD_Concepts#OpenShift_Plugin_for_Jenkins_.28jenkins-plugin.29|OpenShift CI/CD Concepts]]


=Overview=
=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)|OpenShift Jenkins Pipeline DSL Plugin (jenkins-client-plugin)]]. The
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

Revision as of 23:48, 8 December 2017

External

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