All Downloads are FREE. Search and download functionalities are using the official Maven repository.

hudson.model.Hudson._script.jelly Maven / Gradle / Ivy



  
    

    
      

Script Console

Type in an arbitrary Groovy script and execute it on the server. Useful for trouble-shooting and diagnostics. Use the 'println' command to see the output (if you use System.out, it will go to the server's stdout, which is harder to see.) Example:

println(hudson.model.Hudson.instance.pluginManager.plugins)
      

Result

${output}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy