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

♀尐吖头ヾ 提交于 2019-12-11 04:23:08

问题


I have a jenkins project with few svn locations. How can I make them all checkout the same revision when using scm integration?


回答1:


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.



来源:https://stackoverflow.com/questions/6755157/how-to-make-few-locations-use-the-same-svn-revision-in-jenkins

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!