Rajashekar Navakoti
05/20/2022, 12:48 PMdocker run --rm -v ${PWD}:${PWD}
pactfoundation/pact-cli publish ${{ pact_folder_path }}
--consumer-app-version ${{ git_commit_version }}
--tag ${{ git_branch }}
--broker-base-url ${{ pact_broker_url }}
--broker-token ${{ pact_broker_token }}
Matt (pactflow.io / pact-js / pact-go)
Matt (pactflow.io / pact-js / pact-go)
Rajashekar Navakoti
05/23/2022, 11:55 AMMatt (pactflow.io / pact-js / pact-go)
Matt (pactflow.io / pact-js / pact-go)
Rajashekar Navakoti
05/24/2022, 11:03 AMRajashekar Navakoti
05/24/2022, 3:24 PM--team-uuid
tag in the command to assign webhook to a particular team. When we use both --consumer and --provider arguments in the command the webhook is not getting assigned to the team. But if are not passing both, the webhook is assigned to the team. Is this intentional function ? or bug ?
--consumer ${consumer}
--team-uuid ${team_uuid}
This works
--provider ${provider}
--team-uuid ${team_uuid}
This works
--consumer ${consumer}
--provider ${provider}
--team-uuid ${team_uuid}
This is not working. webhook is created by not assigned to team
Sorry, I know this can be done through pactflow UI, but our team wants to use less UI and do everything as part of pipeline