remotely trigger build with parameters
Hello.
I've tried to remotely trigger build with parameters using rest api and json.
What I should change in json?
{
"buildType": {
"id": "groupahead_app_EnterpriseBuild"
},
"properties": {
"property": [
{
"name": "groupkey",
"value": "the_founders"
}
]
}
}
Please sign in to leave a comment.
Do you get any specific error? Can you check the logs for errors with the request? Initially looks good to me.