Skip to content

Conversation

@iamayushm
Copy link
Contributor

@iamayushm iamayushm commented Mar 24, 2023

Description

This PR fixes Select image button for CD pipeline. Currently it is not working for external webook.
Fixes #3188

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

  • By checking that select image is working for external CI pipeline.
  • By checking select image is working for pipelines other then linked CI pipeline.

Checklist:

  • The title of the PR states what changed and the related issues number (used for the release note).
  • Does this PR requires documentation updates?
  • I've updated documentation as required by this PR.
  • I have performed a self-review of my own code.
  • I have commented my code, particularly in hard-to-understand areas.
  • I have tested it for all user roles.
  • I have added all the required unit/api test cases.

Does this PR introduce a user-facing change?


// if webhook continue
continue
}
if err != nil {
Copy link
Member

Choose a reason for hiding this comment

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

handle error before condition

@iamayushm iamayushm merged commit 853a29e into main Mar 24, 2023
@iamayushm iamayushm deleted the fix_external_webhook branch March 24, 2023 12:10
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bug: select image not working for external webook pipeline.

3 participants