projects
/
Mograsim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
39059bf
)
Try modified pipeline with repository artifact
author
Christian Femers
<femers@in.tum.de>
Wed, 16 Oct 2019 19:09:56 +0000
(21:09 +0200)
committer
Christian Femers
<femers@in.tum.de>
Wed, 16 Oct 2019 19:09:56 +0000
(21:09 +0200)
.gitlab-ci.yml
patch
|
blob
|
history
diff --git
a/.gitlab-ci.yml
b/.gitlab-ci.yml
index
ff039db
..
64f1874
100644
(file)
--- a/
.gitlab-ci.yml
+++ b/
.gitlab-ci.yml
@@
-33,6
+33,7
@@
cache:
stages:
- validate
- test
+ - package_repo
default:
before_script:
@@
-50,6
+51,15
@@
test:
script:
- mvn $MAVEN_CLI_OPTS verify
artifacts:
+ when: on_failure
+ expire_in: 1 week
reports:
- junit:
- - tests/*/target/surefire-reports/TEST-*.xml
+ junit: tests/*/target/surefire-reports/TEST-*.xml
+
+package_repo:
+ stage: package_repo
+ when: manual
+ script:
+ - mvn $MAVEN_CLI_OPTS verify
+ artifacts:
+ paths: releng/net.mograsim.plugin.updatesite/target/*.zip