branch develop updated (b6643734 -> 9b4e6d2a)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository echobase. See https://gitlab.nuiton.org/codelutin/echobase.git from b6643734 Build with jdk11. Quick test using tomcat7:run shows that it seems ok running (build is ok with jdk17 but run is buggy) new 9b4e6d2a Update .gitlab-ci.yml 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 9b4e6d2aab7d0969d556094da0ff0149bafc23cd Author: Andrés Maldonado <maldonado@codelutin.com> Date: Fri Jul 8 17:39:58 2022 +0200 Update .gitlab-ci.yml Summary of changes: .gitlab-ci.yml | 23 +++++++++++++++-------- 1 file changed, 15 insertions(+), 8 deletions(-) -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository echobase. See https://gitlab.nuiton.org/codelutin/echobase.git commit 9b4e6d2aab7d0969d556094da0ff0149bafc23cd Author: Andrés Maldonado <maldonado@codelutin.com> Date: Fri Jul 8 17:39:58 2022 +0200 Update .gitlab-ci.yml --- .gitlab-ci.yml | 23 +++++++++++++++-------- 1 file changed, 15 insertions(+), 8 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 455fd8c3..1748d380 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,17 +1,18 @@ variables: - PAGES_TARGET: "infracl" - PAGES_DOMAIN: "echobase.codelutin.com, echobase.cloud.codelutin.com" + SP_TARGET: "FSN1" + SP_DOMAINS: "echobase.codelutin.com, echobase.cloud.codelutin.com" + #SP_OLD_DOMAINS: ifremer.page.nuiton.org/echobase/ # Pas encore prêt include: - project: 'codelutin/ci' - file: '/cloudpages_base.yml' + file: '/swarmpages_base.yml' stages: - build - check-releasable - sonar - pages -- cloudpages +- swarmpages build:compile-only: image: registry.nuiton.org/codelutin/dockerfiles:maven-release-mvn3-6-3-openjdk11 @@ -71,19 +72,25 @@ pages: changes: - src/site/* when: always + - if: '$CI_PIPELINE_SOURCE == "web"' + when: always -cloudpages-build-docker: - extends: .cloudpages-build-docker +swarmpages-build-docker: + extends: .swarmpages-build-docker rules: - if: '$CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_BRANCH == "master"' changes: - src/site/* when: always + - if: '$CI_PIPELINE_SOURCE == "web"' + when: always -cloudpages-deploy: - extends: .cloudpages-deploy +swarmpages-deploy: + extends: .swarmpages-deploy rules: - if: '$CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_BRANCH == "master"' changes: - src/site/* when: always + - if: '$CI_PIPELINE_SOURCE == "web"' + when: always -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
participants (1)
-
codelutin.com scm