| Another to disable automatic building after the scan is if you have all your jobs in jobdsl and frequently rebuild it. We use Jenkins which is 100% configured with code running in a container. If there is a major configuration change (i.e. changing plugins), the container needs to be re-created. For this reason we also don't persist the workspace. If you re-create the container and it does a scan, you get a gazillion jobs running all of a sudden. For this reason we ditched multibranch. However I'm on another project now that uses Github Organizations, which uses multibranch implicitly so having to face this again now. Also from what I've read if you can disable automatic SCM triggering as a workaroud, but this will also disable builds from webhooks (correct me if I'm wrong) |