Using the promote builds plugin to tag subversion repository in jenkins

Posted by mark on Server Fault See other posts from Server Fault or by mark
Published on 2011-06-23T07:19:31Z Indexed on 2011/06/23 8:23 UTC
Read the original article Hit count: 183

We have a task which builds based on data from 4 different SVN repositories.

I want to allow QA promote a build, so that the revisions participating in the build are tagged with the build number and some optional label.

I have encountered the following problem - the promoted build may not be the most recent build. How do I know the SVN revision of each of the four repositories used during that build? I know that each build has this information in the revision.txt and build.xml files associated with the build, but how does it become available in the context of promotion?

Thanks.

P.S.

Asked here before, but did not get a satisfying answer.

© Server Fault or respective owner

Related posts about hudson

Related posts about continuous-integration