Install Pipeline plugin in Jenkins

The Pipeline in Jenkins is a concept that used to define the necessary actions in Jenkins to deploy our application into production, including build, test, deploy… These actions can be executed in a single build of the Jenkins job. To implement a Pipeline in Jenkins, we need to install its Pipeline plugin. How it is in details? We will learn how to install Pipeline plugin in Jenkins in this tutorial!

First of all, you need to log into Jenkins using the admin account then go to Manage Jenkins, select Manage Plugins, then select the Available tab. In this Available tab, let find the Pipeline plugin with description “Pipeline”:

Install Pipeline plugin in Jenkins

Click on it then click “Install without restart” button.

A number of Jenkins plugins will be installed with this plugin:

Install Pipeline plugin in Jenkins

Wait until all the plugins are installed, please click the link Go back to the top page to start using the Pipeline plugin!

Click on the New Item link, you will see the option for the Pipeline project as follows:

Install Pipeline plugin in Jenkins

Add Comment