jenkinsci / jenkinsci/workflow-multibranch-plugin
[JENKINS-61772] Multibranch pipeline cannot be disabled in GUI, only in config.xml
- Dominant language
- Java
- Stars
- 87
- Forks
- 131
- PR merge metrics
- No merged PRs in 30d
Description
It would be great to let users disable/enable multibranch pipeline job, similarly as onther jobs. Especially if the logic is there already and working. If I manually edit the config.xml and set true the job can't be executed, but it does not indicate that's disabled - this should be rated as a bug actually. Thank you for hearing us!
---
Originally reported by lhotakj, imported from: Multibranch pipeline cannot be disabled in GUI, only in config.xml
Raw content of original issue
It would be great to let users disable/enable multibranch pipeline job, similarly as onther jobs. Especially if the logic is there already and working. If I manually edit the config.xml and set <disabled>true</disabled> the job can't be executed, but it does not indicate that's disabled - this should be rated as a bug actually. Thank you for hearing us!
environment
```
Jenkins ver. 2.204.1 (in official docker LTS image)
Pipeline: Multibranch ver 2.21
Oracle OpenJDK Runtime Environment 1.8.0_232
CentOS Linux release 7.6.1810 (Core)
```
Contributor guide
Assessment
This issue has not been assessed yet.