Jenkins - Configure Jenkins to poll changes in SCM

前端 未结 3 494
难免孤独
难免孤独 2021-02-02 05:36

I am working with jenkins and I would like to run the maven goals when there is a change in the svn repository. I\'ve attached a picture with my current configuration.

I

3条回答
  •  自闭症患者
    2021-02-02 05:46

    I think your cron is not correct. According to what you described, you may need to change cron schedule to

    */5 * * * *
    

    What you put in your schedule now mean it will poll the SCM at 5 past of every hour.

提交回复
热议问题