-
-
Notifications
You must be signed in to change notification settings - Fork 481
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Lack of --retry-while-unknown capability to gradle PactCanIDeployTask #1241
Comments
4.1.11 has been released |
Hi @uglyog Also, If possible can you create gradle task for createTag which can be useful in case service is not on ci-cd |
Can you create a separate issue for the createTag task? |
@uglyog Thank you for your reply. I checked and used correct variable(i think) Computer says no ?_(?)_/? |
@rarora-trip you need to use |
Also, checking the link I posted above, you need to configure it in your Gradle build file. You can't pass the values on the command line. |
CanIDeploy can be used with
--retry-while-unknown
parameter to poll Pact Broker until verification result be publishedhttps://docs.pact.io/pact_broker/client_cli/readme#can-i-deploy
gradle PactCanIDeployTask has no such capability
au.com.dius.pact.provider.gradle.PactCanIDeployTask
The text was updated successfully, but these errors were encountered: