我在 Jenkins 中使用 github 插件,我的自动构建大部分都在工作。但是,构建仅在第二次推送到分支之后发生。当我使用 git push origin branch_name:branch_name 创建一个新分支时,jenkins 构建不会启动。我必须再次提交到同一个分支才能工作。我怎样才能解决这个问题?
github jenkins
github ×1
jenkins ×1