Build only the Git branch that has been pushed to

前端 未结 6 627
时光说笑
时光说笑 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:33

    Actually, there seems to be an answer to precisely this question on the Jenkins GitHub plugin page :

    Trigger a build when a change is pushed to GitHub

提交回复
热议问题