Skip to content
Snippets Groups Projects
Commit 44e1d1c0 authored by Oleg Ivchenko's avatar Oleg Ivchenko
Browse files

Update .gitlab-ci.yml file

parent 996245c8
Branches main
No related merge requests found
Pipeline #246723 passed with warnings with stages
in 6 minutes and 10 seconds
......@@ -49,18 +49,18 @@ investigation:
tags:
- kuber
# mvn_build:
# image: maven:3-jdk-8
# stage: build
# script:
# - (cd 05_wordcount_java; mvn package)
# artifacts:
# when: on_success
# access: all
# expire_in: 30 minutes
# paths:
# - "${CI_PROJECT_DIR}/05_wordcount_java/target/*.jar"
# when: manual
mvn_build:
image: maven:3-jdk-8
stage: build
script:
- (cd 05_wordcount_java; mvn package)
artifacts:
when: on_success
access: all
expire_in: 30 minutes
paths:
- "${CI_PROJECT_DIR}/05_wordcount_java/target/*.jar"
when: manual
dind_job:
stage: build
......
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