如何进行参数化多分支管道触发?

时间:2017-04-05 12:56:54

标签: jenkins groovy jenkins-pipeline bitbucket-pipelines multibranch-pipeline

你能给我一个例子,说明如何通过curl http trigger-buildwithparameters触发Jenkinsfile配置吗?我试过了:

properties([parameters(
[string(defaultValue: 'nothing', 
        description: 'gitcommit', 
        name: 'somecommit')])])

但看起来这个管道不会被带有@somecommit参数的buildwithparameters触发。 bitbucket分支源/多分支管道可以通过传递参数的远程http调用触发吗?

0 个答案:

没有答案