Eric Bartusch
Eric Bartusch
Is there a way to disable checkboxes in Jenkins without resorting to some nasty Javascript? I have something here, but it's pretty gross: https://github.com/EricBartusch/slack-plugin/blob/826703b593f56e4073dae593c7eeecbcaa7ed712/src/main/resources/jenkins/plugins/slack/SlackNotifier/config.jelly#L126-L152 I know there's a readonly attribute,...
Just brainstorming here: What if the other options get checked and disabled when the failure option is selected, and unchecked and enabled when `notifyEveryFailure` gets unselected, and then add a...
Unfortunately, the file exists within the .ootrs archive which is just a renamed zip, so a .gitignore won't catch it. Maybe a workflow could be added to unzip the archive...