dcendents When filing regression bugs, it is helpful to include the steps to reproduce, expected results, and actual results as described in the Issue Reporting documentation. As a courtesy, I have taken the liberty of providing this information below:
Steps to reproduce
- Install Jenkins in a clean Jenkins home.
- Go through the setup wizard and install the suggested plugin set.
- Install Blue Ocean and Jira Integration for Blue Ocean.
- Restart Jenkins.
- Observe that in ${JENKINS_URL/pluginManager/installed Jira Integration for Blue Ocean can be disabled but Jira cannot. Disable Jira Integration for Blue Ocean.
- Observe that ${JENKINS_HOME}/plugins/blueocean-jira.jpi.disabled was created.
- Restart Jenkins.
- Attempt to disable Jira.
Expected results
Note: These are the actual results prior to 2.325.
Jira can be disabled, because Jira Integration for Blue Ocean was disabled previously.
Actual results
Jira cannot be disabled. The enabled slider is grayed out. Hovering over the ⓧ on the right hand side, the UI says (erroneously!): "This plugin cannot be uninstalled. It has one or more installed dependencts. Jira Integration for Blue Ocean"
Evaluation
Bisection reveals this regression was introduced in 2.325 in jenkinsci/jenkins#5916 (JENKINS-68285).
dcendents When filing regression bugs, it is helpful to include the steps to reproduce, expected results, and actual results as described in the Issue Reporting documentation. As a courtesy, I have taken the liberty of providing this information below:
Steps to reproduce
Expected results
Note: These are the actual results prior to 2.325.
Jira can be disabled, because Jira Integration for Blue Ocean was disabled previously.
Actual results
Jira cannot be disabled. The enabled slider is grayed out. Hovering over the ⓧ on the right hand side, the UI says (erroneously!): "This plugin cannot be uninstalled. It has one or more installed dependencts. Jira Integration for Blue Ocean"
Evaluation
Bisection reveals this regression was introduced in 2.325 in jenkinsci/jenkins#5916 (
JENKINS-68285).