Build only the Git branch that has been pushed to

前端 未结 6 623
时光说笑
时光说笑 2020-12-09 02:43

I have a Jenkins job to build the master branch of my GitHub repo. It triggers nicely when I push a commit to master, and I\'m very happy about it.

6条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-09 03:19

    Found there's an whitelist config listed in Build Trigger section:

    There you can specify to build/test which branch the PR will be merged into.

提交回复
热议问题