Jenkins script console

The particular nodes can be accessed via the script console (in browser UI) and if allowed execute also the shell commands.

It can be found when clicked on specific node:
../_images/jenkins_script_console.png
And then on “Script console” in left menu:
../_images/jenkins_script_console_2.png

The edit text area will appear with some example how should prompts look like.

E.g. you can remove some docker images from the particular node, in following example we remove the mobile-app docker image from local docker registry:

../_images/jenkins_script_console_editor.png