Please add git commit SHA parameter to Trigger Pipeline endpoint along with
branch
and
tag
. I have a use case for rollback action to a particular commit. Example payload:
{
"sha": "ebf73d7382bcc3271f7878434e892ac9142dfa99",
"parameters": {
"deploy_prod": true
}
}