I have a simple groovy script:node ("master"){ echo "I am about to try to use String.format" def jjj = String.format("bob") echo jjj } If I put this script ...
確定! 回上一頁