... | @@ -18,11 +18,11 @@ Tested the CI process localy using this command: |
... | @@ -18,11 +18,11 @@ Tested the CI process localy using this command: |
|
|
|
|
|
Tested CI process remotely.
|
|
Tested CI process remotely.
|
|
|
|
|
|
## Trouble solved:
|
|
## Troubles solved:
|
|
* cache .m2/repository to avoid to download for every steps all the maven dependency (https://gitlab.com/gitlab-org/gitlab-ce/issues/15167). Added this parameter to MAVEN_OPTS variables
|
|
* cache .m2/repository to avoid to download for every steps all the maven dependency (https://gitlab.com/gitlab-org/gitlab-ce/issues/15167). Added this parameter to MAVEN_OPTS variables
|
|
MAVEN_OPTS: -Dmaven.repo.local=/cache/maven.repository
|
|
MAVEN_OPTS: -Dmaven.repo.local=/cache/maven.repository
|
|
|
|
|
|
## Trouble not solved:
|
|
## Troubles not solved:
|
|
* Run docker build in dind: Cannot connect to the Docker daemon problem (https://docs.gitlab.com/ce/ci/docker/using_docker_build.html)
|
|
* Run docker build in dind: Cannot connect to the Docker daemon problem (https://docs.gitlab.com/ce/ci/docker/using_docker_build.html)
|
|
* Store variables from maven execution (p.es. version, etc)
|
|
* Store variables from maven execution (p.es. version, etc)
|
|
|
|
|
... | | ... | |