Build only the Git branch that has been pushed to

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

    You can see there plugin of multiple branch configuring with Jenkins. Getting feedback for any branch from Jenkins is possible with that method.

    https://wiki.jenkins-ci.org/display/JENKINS/Multi-Branch+Project+Plugin

    I hope it may help.

提交回复
热议问题