diff --git a/core/src/main/resources/hudson/model/Computer/_script.jelly b/core/src/main/resources/hudson/model/Computer/_script.jelly index ca26f7207955dbdf443952a518fc83a173932818..bcb7e1645ffa08c00573acadb25d1c746e725c4f 100644 --- a/core/src/main/resources/hudson/model/Computer/_script.jelly +++ b/core/src/main/resources/hudson/model/Computer/_script.jelly @@ -29,8 +29,9 @@ THE SOFTWARE.
println System.getenv("PATH")
+
println "uname -a".execute().text

${%This execution happens in the slave agent JVM.}

-
\ No newline at end of file +