-
Notifications
You must be signed in to change notification settings - Fork 9
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
Aligne resourceMapping #375
Comments
alezander86
pushed a commit
that referenced
this issue
Dec 9, 2024
MykolaMarusenko
pushed a commit
that referenced
this issue
Dec 10, 2024
alezander86
pushed a commit
that referenced
this issue
Dec 10, 2024
SergK
pushed a commit
that referenced
this issue
Dec 10, 2024
alezander86
pushed a commit
that referenced
this issue
Dec 13, 2024
MykolaMarusenko
pushed a commit
that referenced
this issue
Dec 13, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The CI/CD pipeline's Sonar task is failing due to an incorrectly formatted base_image variable. The variable lacks a '/' character, which is causing the base image to be incorrectly parsed, leading to pipeline execution failures.
Steps to Reproduce:
Expected Result:
The Sonar task should execute successfully using the correct base image, allowing the pipeline to continue to subsequent tasks without errors.
Actual Result:
The pipeline fails during the Sonar task due to an incorrect base_image variable formatting, preventing further pipeline progress.
Environment Details:
Acceptance Criteria:
The text was updated successfully, but these errors were encountered: