You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: core/src/main/resources/lib/hudson/scriptConsole.properties
+3-7Lines changed: 3 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -22,13 +22,9 @@
22
22
23
23
description=\
24
24
Type in an arbitrary <a href="https://www.groovy-lang.org">Groovy script</a> and \
25
-
execute it on the server. Useful for trouble-shooting and diagnostics. \
26
-
Use the ‘println’ command to see the output (if you use <code>System.out</code>, \
27
-
it will go to the server’s stdout, which is harder to see.) Example:
25
+
execute it on the server. Useful for trouble-shooting and diagnostics.
28
26
29
-
description2=\
30
-
All the classes from all the plugins are visible. <code>jenkins.*</code>, <code>jenkins.model.*</code>, <code>hudson.*</code>, and <code>hudson.model.*</code> are pre-imported.
31
-
clickToCopy=Click to copy
32
-
successfullyCopied=Copied to clipboard
27
+
instructions=\
28
+
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). All the classes from all the plugins are visible. <code>jenkins.*</code>, <code>jenkins.model.*</code>, <code>hudson.*</code>, and <code>hudson.model.*</code> are pre-imported.
33
29
impossibleOffline=It is not possible to run scripts when agent is offline.
0 commit comments