how to install pipeline
Answers
Answered by
1
Creating a Pipeline of a specific type.
...
To create a simple pipeline from the Jenkins interface, perform the following steps:
Click New Item on your Jenkins home page, enter a name for your (pipeline) job, select Pipeline, and click OK.
In the Script text area of the configuration screen, enter your pipeline syntax.
Similar questions