Trouble with SVN post-commit and Jenkins

后端 未结 5 834
盖世英雄少女心
盖世英雄少女心 2021-01-05 06:07

I am trying to get CI going with Jenkins. To date, we have been performing two scheduled builds in our environment, but our dev staff wants to get CI working. I have follo

5条回答
  •  梦毁少年i
    2021-01-05 06:29

    Please take a look at your URL. Since Jenkins is a web application running in a servlet container the following one must work:

    http(s)://server_name:server_port/application_name/subversion/${UUID}/notifyCommit?rev=$REV"

    The idea is to pass

    "subversion/${UUID}/notifyCommit?rev=$REV"

    to the right place.

提交回复
热议问题