Skip to content
Snippets Groups Projects
Commit e7a34f62 authored by Andreas Romeyke's avatar Andreas Romeyke
Browse files

- init packaging-job

parent 9beab1ae
No related branches found
No related tags found
No related merge requests found
Pipeline #3129 failed
...@@ -7,7 +7,17 @@ ...@@ -7,7 +7,17 @@
# See https://docs.gitlab.com/ee/ci/variables/#cicd-variable-precedence # See https://docs.gitlab.com/ee/ci/variables/#cicd-variable-precedence
stages: stages:
- test - test
- packaging
sast: sast:
stage: test stage: test
include: include:
- template: Security/SAST.gitlab-ci.yml - template: Security/SAST.gitlab-ci.yml
packaging-job:
stage: packaging
timeout: 3h
script:
- make clean all
artifacts:
paths:
- build/*.jar
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment