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

Bug: Ci build fails in app created from api #2653

Closed
2 tasks done
kartik-579 opened this issue Nov 17, 2022 · 1 comment · Fixed by #2652
Closed
2 tasks done

Bug: Ci build fails in app created from api #2653

kartik-579 opened this issue Nov 17, 2022 · 1 comment · Fixed by #2652
Assignees
Labels
bug Something isn't working

Comments

@kartik-579
Copy link
Member

📜 Description

Ci Build fails in app created using app create api due to empty check of build type in backward compatibility handling for buildpack story.

👟 Reproduction steps

  1. Create app using app create api.
  2. Trigger a ci

👍 Expected behavior

The ci build should work fine.

👎 Actual Behavior

The ci build is failing.

☸ Kubernetes version

1.22

Cloud provider

🌍 Browser

Chrome

🧱 Your Environment

No response

✅ Proposed Solution

No response

👀 Have you spent some time to check if this issue has been raised before?

  • I checked and didn't find any similar issue

🏢 Have you read the Code of Conduct?

@kartik-579
Copy link
Member Author

RCA: Payload for Ci build config was not updated in app create api which caused default data (empty for most of the fields) to be saved in database. This caused the build to get failed as there was no data on how to build the image.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants