如何通过带有nodejs的api运行具有特定“分支”的作业?

时间:2016-08-26 20:15:46

标签: node.js git jenkins

我设法建立了这份工作 邮寄请求:

http://username:password@my-jenkins.com/job/JobName/build?token=token

enter image description here

似乎我需要使用'buildWithParameters'并将值放到'Branch Specifier'字段中,但我确定该怎么做。

我将不胜感激任何帮助。

提前致谢 丹尼斯

1 个答案:

答案 0 :(得分:0)

使用buildWithParameters:

  

http://username:password@my-jenkins.com/job/JobName/buildWithParameters?token=token&branch=your-branch-name

然后'your-branch-name'将绑定到$ branch并将在当前作业

中使用