Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • otb otb
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 207
    • Issues 207
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 12
    • Merge requests 12
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Main Repositories
  • otbotb
  • Merge requests
  • !523

CI: deploy

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Antoine Regimbeau requested to merge ci_deploy_script into develop Jun 19, 2019
  • Overview 0
  • Commits 16
  • Pipelines 10
  • Changes 4

This MR aims at adding a script to deploy binaries and documentation.
It adds a job that will be triggered on develop branch and on release branch.

For develop branch packages will be pushed as before, in a repository named by its production's date. A symlink latest will be created also.
For released packages will be pushed under a staging directory. During RC, one can launch manually a job with the variable RC_NUMBER set as follow : rc-0.0 and every packages will be suffix by -rc-0.0.

Edited Jun 24, 2019 by Antoine Regimbeau
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: ci_deploy_script