Commit 021c4df0 authored by Abhishek's avatar Abhishek
Browse files

Update .gitlab-ci.yml file

parent 8fc359e7
Pipeline #11987 failed with stages
in 1 minute and 3 seconds
...@@ -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:"
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment