Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Jenkins Pipeline - Why does the Pipeline option not show up

I have Jenkins Jenkins ver. 2.82 running and would like to use the Pipeline function when creating a new job. But I dont see this listed as option. I can only choose between free-style Project, maven Project, external Project and multiconfigruation. How can I use the Pipeline option, as for example explained here: http://www.jhipster.tech/setting-up-ci-jenkins2/ . I tried to find a solution, but yet I was not successfull. Any help is very much appreciated.

like image 609
curlie Avatar asked Nov 02 '25 11:11

curlie


1 Answers

You need to install the Pipeline plugin.

like image 172
StephenKing Avatar answered Nov 04 '25 06:11

StephenKing