branch develop updated (88c97b73 -> c35d1eed)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository topia. See https://gitlab.nuiton.org/nuiton/topia.git from 88c97b73 [jgitflow-maven-plugin]Updating develop poms back to pre merge state new c35d1eed Minimum viable gitlab CI The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit c35d1eedc73c8a91e5d12434809f23a67110e14e Author: Brendan Le Ny <bleny@codelutin.com> Date: Wed Sep 18 17:43:17 2019 +0200 Minimum viable gitlab CI Summary of changes: .gitlab-ci.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .gitlab-ci.yml -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository topia. See https://gitlab.nuiton.org/nuiton/topia.git commit c35d1eedc73c8a91e5d12434809f23a67110e14e Author: Brendan Le Ny <bleny@codelutin.com> Date: Wed Sep 18 17:43:17 2019 +0200 Minimum viable gitlab CI --- .gitlab-ci.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 00000000..eeaa38ad --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,18 @@ +maven: + image: registry.nuiton.org/codelutin/dockerfiles:maven-release + stage: build + script: mvn --batch-mode clean package + except: + - master + - /^release/.*$/ + artifacts: + paths: + - ./*/target/*.war + expire_in: 2 weeks + +maven-verify: + image: registry.nuiton.org/codelutin/dockerfiles:maven-release + stage: check-can-release + script: mvn --batch-mode clean verify -DperformRelease + only: + - develop -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
participants (1)
-
nuiton.org scm