I am using Jenkins to build the application in the testing server, after that, jenkins executes a fabric script in which a chef script will be executed in the production server.
In the chef script, first i have to get the jar to be deployed from github, and i want to get the version generated during the testing phase, so the question is how can i get this version number.