Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • S Server Manager
  • 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
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • EOLE
  • Zéphir
  • Services
  • Server Manager
  • Merge requests
  • !8

Merged
Created Mar 12, 2019 by William Petit@wpetitMaintainer

Build and publish image with Jenkins

  • Overview 0
  • Commits 1
  • Pipelines 1
  • Changes 2

Add a Jenkins pipeline to build and publish docker images on the DockerHub.

The images are built on every branches but only pusblished on staging and stable branches (i.e. develop and master by default).

Images are published with multiples tags:

  • <image_name>:<short_commit_ref>
  • <image_name>:<stable|staging>-latest
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: feature/jenkins-ci