Skip to content
Snippets Groups Projects
Commit 99b14f54 authored by Stefan E. Funk's avatar Stefan E. Funk
Browse files

Add dep test

parent abe45bf5
No related branches found
No related tags found
No related merge requests found
Pipeline #275674 passed with warnings
variables: variables:
# defaults to java 11 (https://docs.gitlab.com/ee/user/application_security/dependency_scanning/#configuring-specific-analyzers-used-by-dependency-scanning)
DS_JAVA_VERSION: 8
# This will suppress any download for dependencies and plugins or upload messages which would clutter the console log. # This will suppress any download for dependencies and plugins or upload messages which would clutter the console log.
# `showDateTime` will show the passed time in milliseconds. You need to specify `--batch-mode` to make this work. # `showDateTime` will show the passed time in milliseconds. You need to specify `--batch-mode` to make this work.
MAVEN_OPTS: "-Dhttps.protocols=TLSv1.2 -Dmaven.repo.local=$CI_PROJECT_DIR/.m2/repository -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=WARN -Dorg.slf4j.simpleLogger.showDateTime=true -Djava.awt.headless=true" MAVEN_OPTS: "-Dhttps.protocols=TLSv1.2 -Dmaven.repo.local=$CI_PROJECT_DIR/.m2/repository -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=WARN -Dorg.slf4j.simpleLogger.showDateTime=true -Djava.awt.headless=true"
...@@ -12,6 +14,9 @@ variables: ...@@ -12,6 +14,9 @@ variables:
# File for storing the POM project.version # File for storing the POM project.version
VARIABLES_FILE: ./variables.txt VARIABLES_FILE: ./variables.txt
include:
- template: Dependency-Scanning.gitlab-ci.yml
################### ###################
### TEMPLATES ### ### TEMPLATES ###
################### ###################
...@@ -32,6 +37,7 @@ variables: ...@@ -32,6 +37,7 @@ variables:
- fi - fi
stages: stages:
- test
- build_version - build_version
- deploy_java - deploy_java
- deploy_deb - deploy_deb
......
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