你能给我一个例子,说明如何通过curl http trigger-buildwithparameters触发Jenkinsfile配置吗?我试过了:
properties([parameters(
[string(defaultValue: 'nothing',
description: 'gitcommit',
name: 'somecommit')])])
但看起来这个管道不会被带有@somecommit参数的buildwithparameters触发。 bitbucket分支源/多分支管道可以通过传递参数的远程http调用触发吗?