×
Any time
  • Any time
  • Past hour
  • Past 24 hours
  • Past week
  • Past month
  • Past year
Verbatim
Jenkins features a Groovy script console which allows one to run arbitrary Groovy scripts within the Jenkins controller runtime or in the runtime on agents. It ...
Jenkins has a built-in command line interface that allows users and administrators to access Jenkins from a script or shell environment.
The simplest way to retrieve the list of installed plugins and their versions is by using the Jenkins Script Console. Follow these steps: Open the Jenkins ...
This video provides basic instructions on how to write both Declarative and Scripted Pipelines. Writing a Pipeline script in Jenkins.
Search K. > User ... Script Console · Groovy Hook Scripts · Managing Nodes ... Script Approval" action appears in Manage Jenkins to allow the unsafe method.
Search K. > User Documentation Home. User ... Script Console · Groovy Hook Scripts · Managing Nodes ... This script can access classes in Jenkins and all the ...
Query the test-results of a completed build. Get objects representing the latest builds of a job. Search for artifacts by simple criteria. Block until jobs are ...
Search K. > User ... Script Console · Groovy Hook Scripts · Managing Nodes ... The Jenkins controller is the Jenkins service itself and where Jenkins is installed.
Dec 6, 2021 · Hello, how can I get a list of all nodes in a Jenkins system on the command line ? I would like to use this, to e.g. run a command (e.g. ...
The following examples are sourced from the the pipeline-examples repository on GitHub and contributed to by various members of the Jenkins project.