Skip to content
Snippets Groups Projects
Commit f7f70dbd authored by Dimitrios Giannopoulos's avatar Dimitrios Giannopoulos
Browse files

debugging commands

parent 361abdc4
No related branches found
No related tags found
2 merge requests!36Merging 2024Q2_RC into main, creating 2024Q2 Release,!7Resolve "Create a pipeline to build and publish the docker image in gitlab registry"
Pipeline #3643 failed
...@@ -6,14 +6,15 @@ stages: ...@@ -6,14 +6,15 @@ stages:
download_jar: download_jar:
stage: prepare stage: prepare
variables: variables:
LOGGING_STRATEGY: "-q" LOGGING_STRATEGY: ""
image: maven:3.9.5-ibm-semeru-17-focal image: maven:3.9.5-ibm-semeru-17-focal
script: script:
- echo "Maven logging strategy set to quiet. For more verbosity, change LOGGING_STRATEGY in the job configuration." - echo "Maven logging strategy set to quiet. For more verbosity, change LOGGING_STRATEGY in the job configuration."
- mvn -s ci_settings.xml $LOGGING_STRATEGY dependency:get -Dartifact=org.etsi.osl:org.etsi.osl.tmf.api:1.2.0-SNAPSHOT -Ddest=target/ - mvn -s ci_settings.xml $LOGGING_STRATEGY dependency:get -Dartifact=org.etsi.osl:org.etsi.osl.tmf.api:1.2.0-SNAPSHOT -Ddest=target/
- ls
artifacts: artifacts:
paths: paths:
- target/org.etsi.osl.tmf.api-1.2.0-SNAPSHOT-exec.jar - target/
build_image: build_image:
stage: build stage: build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment