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