开发者

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

开发者 https://www.devze.com 2023-03-21 18:46 出处:网络
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 @

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

精彩评论

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