Have your post build step write the build number etc to a file. The other builds read the file. Just use echo abc >> somefile.txt
-------- Original Message -------- From: Kayla Lewis <k.le...@f5.com> Sent: Mon, Mar 5, 2012 13:08 To: jenkinsci-users@googlegroups.com CC: Subject: Passing information from one build to another >I want to have a post build action that's triggered only when the build >succeeds. The build number will need to be passed in to the post build script. >Does anyone have suggestions on how to do this or what plugin to use? >