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: Images do not appear when using an external-CI with a manual pipeline mode. #4114

Closed
2 tasks done
badal773 opened this issue Oct 17, 2023 · 0 comments · Fixed by #4113
Closed
2 tasks done

Bug: Images do not appear when using an external-CI with a manual pipeline mode. #4114

badal773 opened this issue Oct 17, 2023 · 0 comments · Fixed by #4113
Assignees
Labels
bug Something isn't working pager-duty Bugs / Issues found while on pager duty

Comments

@badal773
Copy link
Contributor

badal773 commented Oct 17, 2023

📜 Description

When using an external CI and making a curl request, it returns a 200 status code with no errors logged in Devtron. Additionally, the request successfully creates an entry in the database. However, the data is not displayed in the UI.

NOTE-: This issue only occurs when the pipeline is in manual mode. Switching the pipeline to auto mode resolves the problem.

👟 Reproduction steps

  • First, ensure your code is with the main repository.

  • Create a new application and configure the pipeline as an external CI.

  • Step 1: (WORKING FINE)

    • Transform your pipeline into an Auto mode.
    • Verify by making a cURL request, which should return a 200 status code and a new image will be deployed.
  • Step 2: (NOT WORKING)

    • Switch your pipeline to manual mode.
    • Perform a cURL request, which should still return a 200 status code.
    • However, in this case, the images won't appear on the build and deploy page.

👍 Expected behavior

The expected behavior is to function correctly, displaying images in the build and deploy page in the Manual mode pipeline.

👎 Actual Behavior

However, this is currently not performing as expected and is failing to display images on the build and deploy page.

☸ Kubernetes version

1.26

Cloud provider

aks

🌍 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?

AB#6276

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working pager-duty Bugs / Issues found while on pager duty
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants