Version Differences for Stamping

Line 1:
  This page lists stamping scripts listed in the scripting site. These scripts were taken straight from the public JIRA site. Please note that some scripts may be snippets and probably WILL need modification to work properly for your situation. Treat these as templates that you can modify from.    This page lists stamping scripts listed in the scripting site. These scripts were taken straight from the public JIRA site. Please note that some scripts may be snippets and probably WILL need modification to work properly for your situation. Treat these as templates that you can modify from. 
       
    + = One-Liner Stamps =  
       
    + These stamps can be put directly into the stamp configuration screen on a workflow configuration page. They do not require any stamp context, and are simple calls made to the API to get basic things about a build.  
       
    + '''Current Build Life'''  
    + <pre>${bsh:BuildLifeLookup.getCurrent().getId();}</pre>  
       
    + '''Current Build Request'''  
    + <pre>${bsh:BuildRequestLookup.getCurrent().getId();}</pre>  
       
    + '''Current Time (Unix)'''  
    + <pre>${bsh:System.currentTimeMillis();}</pre>  
       
  = Stamping w/Time Stamp =    = Stamping w/Time Stamp =