Configure Jenkins to work with SVN branches

前端 未结 3 1583
慢半拍i
慢半拍i 2021-02-01 06:58

I am currently setting up Jenkins to work with SVN repository. Currently it works fine for the trunk. Now I want to set up Jenkins to take care of newly created branches. I don\

3条回答
  •  被撕碎了的回忆
    2021-02-01 07:20

    The Subversion plugin should include a drop-down build parameter option. You can include your base repository and then select either the branches, tags, or trunk.

    Check this out: How to configure a single Jenkins job to make the release process from trunk or branches?

    And more info here: https://issues.jenkins-ci.org/browse/JENKINS-10678

提交回复
热议问题