Skip to content
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

Update jenkinsfile to run pact verification on PR as well #862

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

reespozzi
Copy link
Contributor

This is making it hard to test/diagnose what is currently causing pact-verification failures as it only runs on master branch

If you're adding a new secret then do the following

Run the script in ./bin/set-secret-in-all-vaults <microservice-name> and paste the output below
This will ensure the secret is in all the vaults it needs to be

Does this PR introduce a breaking change? (check one with "x")

[ ] Yes
[ ] No

@@ -41,9 +41,13 @@ withPipeline(type, product, component) {
disableLegacyDeployment()
syncBranchesWithMaster(branchesToSync)
expires(expiresAfter)

onPR() {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
onPR() {
onPR {

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants