This tutorial provides basic information about the pipeline in Jenkins. We’ll walk through add-ons installation, job creation, and move on to the process of processing the code in the stage. When installing Jenkins, the system prompts you to install the pipeline plugin by default. Probably in our system exist it. But if the plugin is […]
Tag: Jenkins
How to install Jenkins on Ubuntu
The Jenkins web application is written in java and we will additionally install the openjdk package for its operation. This instruction is written on the example of Ubuntu Server 20.04. System preparation We will update the list of packages, set the correct server time and configure the firewall. Updating the list of packages in repositories […]