Loading .gitlab-ci.yml +3 −2 Original line number Diff line number Diff line Loading @@ -6,14 +6,15 @@ stages: download_jar: stage: prepare variables: LOGGING_STRATEGY: "-q" LOGGING_STRATEGY: "" image: maven:3.9.5-ibm-semeru-17-focal script: - 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/ - ls artifacts: paths: - target/org.etsi.osl.tmf.api-1.2.0-SNAPSHOT-exec.jar - target/ build_image: stage: build Loading Loading
.gitlab-ci.yml +3 −2 Original line number Diff line number Diff line Loading @@ -6,14 +6,15 @@ stages: download_jar: stage: prepare variables: LOGGING_STRATEGY: "-q" LOGGING_STRATEGY: "" image: maven:3.9.5-ibm-semeru-17-focal script: - 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/ - ls artifacts: paths: - target/org.etsi.osl.tmf.api-1.2.0-SNAPSHOT-exec.jar - target/ build_image: stage: build Loading