开发者

How to make few locations use the same svn revision in jenkins

I have a jenkins projec开发者_如何转开发t with few svn locations. How can I make them all checkout the same revision when using scm integration?


As far as I understand your question you could use the @Revision-syntax.

Syntax:
<SVNURL>@Revision

Example 1:
svn://server/projectA/trunk/@1234

The above example would checkout the trunk of projectA at revision 1234.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜