how to disable jenkins pipeline job
You can simply use the "Disable Project" option from Jenkins 2.89.4 onward in order to disable the pipeline Jobs.
- go to job configuration
- under "Build Triggers" select the "Disable this project"
- save
There is no option to disable jenkins-pipeline job.
The following jira ticket is tracking the issue:
https://issues.jenkins-ci.org/browse/JENKINS-27299