Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Not able to delete a pipeline job in Jenkins

I am new to Jenkins and to check the functionality of Jenkins pipeline, I have created a pipeline job with some name under my main project. Now I want to delete the pipeline job but I am not able to see any delete option. Here is the screenshot:

enter image description here

Any help on this is appreciated.

like image 813
Amit Jash Avatar asked Mar 09 '18 06:03

Amit Jash


1 Answers

If you have delete permission you will be able to see this option : delete Pipeline

If you don't see this then check that you are added to this job's role and that this role also has delete permission : role

like image 177
Siddhant Mishra Avatar answered Jan 01 '23 19:01

Siddhant Mishra