Class JobUpdater


  • public class JobUpdater
    extends Object
    Utilities for the script console
    • Constructor Summary

      Constructors 
      Constructor Description
      JobUpdater()  
    • Constructor Detail

      • JobUpdater

        public JobUpdater()
    • Method Detail

      • updateBuilders

        public static boolean updateBuilders​(FreeStyleProject project)
                                      throws IOException
        Wrap all of the allowed BuildSteps on a freestyle project with a single conditional builder For freestyle project called 'xxx': import static org.jenkinsci.plugins.conditionalbuildstep.singlestep.JobUpdater.* def job = hudson.model.Hudson.instance.getItem('xxx') updateBuilders job Once executed, go to the configure page to check that everything looks OK, then save the configuration
        Throws:
        IOException