Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
CoTA
cota-backend
Commits
021c4df0
Commit
021c4df0
authored
Oct 12, 2025
by
Abhishek
Browse files
Update .gitlab-ci.yml file
parent
8fc359e7
Pipeline
#11987
failed with stages
in 1 minute and 3 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
021c4df0
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
# Container Scanning customization: https://docs.gitlab.com/ee/user/application_security/container_scanning/#customizing-the-container-scanning-settings
# Container Scanning customization: https://docs.gitlab.com/ee/user/application_security/container_scanning/#customizing-the-container-scanning-settings
# Note that environment variables can be set in several places
# Note that environment variables can be set in several places
# See https://docs.gitlab.com/ee/ci/variables/#cicd-variable-precedence
# See https://docs.gitlab.com/ee/ci/variables/#cicd-variable-precedence
image
:
maven:3.9.0
-jdk
-21
image
:
eclipse-temurin:21
-jdk
services
:
services
:
-
docker:20.10.16-dind
-
docker:20.10.16-dind
...
@@ -23,6 +23,7 @@ variables:
...
@@ -23,6 +23,7 @@ variables:
before_script
:
before_script
:
-
echo "🔍 Checking Docker setup..."
-
echo "🔍 Checking Docker setup..."
-
apt-get update && apt-get install -y maven curl jq git
-
docker version
-
docker version
-
until docker info > /dev/null 2>&1; do echo "Waiting for Docker daemon..."; sleep 3; done
-
until docker info > /dev/null 2>&1; do echo "Waiting for Docker daemon..."; sleep 3; done
-
echo "🧱 Maven and Java versions:"
-
echo "🧱 Maven and Java versions:"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment