Skip to content
Snippets Groups Projects
Commit 077413d4 authored by Dennis Eisold's avatar Dennis Eisold
Browse files
parents ff395c8e 333e3ba8
No related branches found
No related tags found
7 merge requests!80doc Ordner für Doku angelegt. Klassen Diagramm erstellt closes #24,!79doc Ordner für Doku angelegt. Klassen Diagramm erstellt closes x24,!75Fix für index out of range,!74closes #13,!73Walzen Variable als public,!72TODO aufgelöst: resetNachricht,!71Array zu String korrigiert in der Dokumentation
......@@ -4,14 +4,8 @@ cache:
key: EnigmaCache
stages:
- clean
- build
- test
- deploy
Clean Project files:
stage: clean
script: mvn clean
Compile new version:
stage: build
......@@ -24,13 +18,4 @@ Run JUnit tests and verify:
reports:
junit:
- target/surefire-reports/TEST-*.xml
- target/failsafe-reports/TEST-*.xml
Deploy new version as Release:
stage: deploy
script:
- mvn versions:set -DnewVersion=$CI_COMMIT_TAG
- mvn assembly:assembly
artifacts:
paths:
- target/*.jar
\ No newline at end of file
- target/failsafe-reports/TEST-*.xml
\ No newline at end of file
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