Trouble with SVN post-commit and Jenkins

后端 未结 5 832
盖世英雄少女心
盖世英雄少女心 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:43

    In order to enable push mode in Jenkins, you should enable the Poll SCM build trigger in configuration page of your job. It tells Jenkins that it should build the job whenever SCM changes occur.

    Because you don't have to do any polling (you get the info from the hook) you can leave the field blank.

提交回复
热议问题