fork download
  1. def modelName = "GX"
  2. def bufferedSN = "0004567890"
  3.  
  4. def timestamp = System.currentTimeMillis();
  5.  
  6. String fileName = "${modelName}_${bufferedSN}"_Reporting_Policy_${timestamp}.xml";
  7.  
  8. print fileName
Runtime error #stdin #stdout 0.93s 218880KB
stdin
Standard input is empty
stdout
Standard output is empty