Commit 4e95a3fa authored by Vishal Vaddadhi's avatar Vishal Vaddadhi

debugging

parent 3b674b3d
Pipeline #1643 failed with stage
in 14 seconds
...@@ -14,16 +14,16 @@ before_script: ...@@ -14,16 +14,16 @@ before_script:
- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN https://gitlab.mynisum.com/ - docker login -u gitlab-ci-token -p $CI_JOB_TOKEN https://gitlab.mynisum.com/
stages: stages:
- build # - build
- docker - docker
maven-build: # maven-build:
image: maven:3-jdk-8 # image: maven:3-jdk-8
stage: build # stage: build
script: "mvn -f ./backend/order-management/pom.xml clean package -B" # script: "mvn -f ./backend/order-management/pom.xml clean package -B"
artifacts: # artifacts:
paths: # paths:
- target/*jar # - target/*jar
docker-build: docker-build:
stage: docker stage: docker
......
Markdown is supported
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