Hi there,
when i use trigger by curl, i pass the value jira
inside the --data parameter
curl https://app.bitrise.io/app/build/start.json --data '{"triggered_by":"jira"}'
but how get the value of triggered_by? there is any variable for that? i need to used that value at in the same build
thanks