jenkins Jenkins basics Execute command in script console println new ProcessBuilder( 'sh', '-c', 'uname -a').redirectErrorStream(true).start().text