Skip to content
Snippets Groups Projects

Handle multiple apps

Merged Mark Pundsack requested to merge 27193-handle-multiple-projects into master
5 unresolved threads

Makes:

  • production app use url: http://$CI_PROJECT_NAME.$KUBE_DOMAIN
  • staging app use url: http://$CI_PROJECT_NAME-staging.$KUBE_DOMAIN
  • review apps use url: http://$CI_PROJECT_NAME-$CI_ENVIRONMENT_SLUG.$KUBE_DOMAIN

Also uses $CI_BUILD_REF_SLUG in environment name instead of $CI_BUILD_REF_NAME, which may have odd characters (including more slashes).

e.g. foo.example.com, foo-staging.com, and foo-27193-handle-4f99a2.example.com

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/27193

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Zeger-Jan van de Weg
  • Only a few renames and this should be good to go!

  • added 7 commits

    • 07518aa7...377fcb81 - 6 commits from branch master
    • fee771b0 - Handle multiple apps

    Compare with previous version

  • added 1 commit

    Compare with previous version

  • Zeger-Jan van de Weg Approved this merge request

    Approved this merge request

  • @markpundsack I was renaming the rest anyway, to keep that up to date, so updated this too. It looked good to me, so I'm just going to merge this.

  • mentioned in commit 054bf206

  • Please register or sign in to reply
    Loading