Jenkins参数化构建

时间:2016-06-07 08:20:36

标签: jenkins

我正在配置post commit钩子,并且希望能够在已提交的分支上触发构建。

到目前为止,我已经设置了post-commit挂钩文件

curl http://jenkins.local:8080/git/notifyCommit?url=GITHUB_URL/REPO_NAME.git

在詹金斯内,我已经设置了

This build is parameterized

**String Paramenter**
Name: branch

Branches to build: $branch

我怎样才能让jenkins建立刚刚提交的分支?

1 个答案:

答案 0 :(得分:0)

请参阅http://<Your Jenkins>/job/<Your job's name>/api/

  

执行构建

     

如果构建包含参数,请发布到this URL [http://<Your Jenkins>/job/<Your job's name>/buildWithParameters]并将参数作为表单数据提供。