Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • stamp-devops-poc stamp-devops-poc
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • STAMP
  • stamp-devops-pocstamp-devops-poc
  • Wiki
  • Home

Home · Changes

Page history
nibertaz created page: home authored Mar 09, 2017 by Nicola Bertazzo's avatar Nicola Bertazzo
Hide whitespace changes
Inline Side-by-side
home.md
View page @ ffe68ab0
# SUMMARY
Created the project stamp-devops-poc in OW2 gitLab repository (https://gitlab.ow2.org/stamp/stamp-devops-poc/tree/master) (Daniele Gagliardi Issue stamp/h2020#94)
Created a project to tests GitLab CI/CD (Nicola Bertazzo Issue stamp/h2020#95).
* Created the project stamp-devops-poc in OW2 gitLab repository (https://gitlab.ow2.org/stamp/stamp-devops-poc/tree/master) (Daniele Gagliardi Issue stamp/h2020#94)
* Created a project to tests GitLab CI/CD (Nicola Bertazzo Issue stamp/h2020#95).
Installed and configured an docker GitLab Runner (Martin Hamant Issue stamp/h2020#96)
Created the file .gitlab-ci.yml to configure the continuous integration delivery process (Nicola Bertazzo Issue stamp/h2020#95).
Tested the continuous integration process that contains these steps:
* build: executes "mvn clean compile" command into a container based on maven:3.3.9-jdk-8 image
* test: executes "mvn test" command into a container based on maven:3.3.9-jdk-8 image
* package: executes "mvn package" into a container based on maven:3.3.9-jdk-8 image
* int-test: executes "mvn verify" into a container based on maven:3.3.9-jdk-8 image
Tested the CI process localy using this command:
gitlab-runner exec docker package
Tested CI process remotely.
* Created the file .gitlab-ci.yml to configure the continuous integration delivery process (Nicola Bertazzo Issue stamp/h2020#95).
* Tested the continuous integration process that contains these steps:
* build: executes "mvn clean compile" command into a container based on maven:3.3.9-jdk-8 image
* test: executes "mvn test" command into a container based on maven:3.3.9-jdk-8 image
* package: executes "mvn package" into a container based on maven:3.3.9-jdk-8 image
* int-test: executes "mvn verify" into a container based on maven:3.3.9-jdk-8 image
*Tested the CI process localy using this command:
`gitlab-runner exec docker package`
* Tested CI process remotely.
## 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
......
Clone repository
  • Home