About 10 results
Open links in new tab
  1. Update `.gitlab-ci.yml` templates to use new variables

    Description Our CI templates include references to things like CI_BUILD_REF_NAME that are now deprecated. We should update our own examples to use the new variables.

  2. Using bash Here Documents (heredoc) in `.gitlab-ci.yml`

    .gitlab-ci.yml partial examples excerpts from https://gitlab.com/gitlab-org/apilab/blob/bdc2a916df9eede2f75e57803e0ba8e7b8e14f2e/.gitlab-ci.yml#L56

  3. Make Maven .gitlab-ci.yml template clearer about deployment

    Proposal Make the template clearer, with links to documentation/examples on how to make it work.

  4. Update Gradle CI example to show proper cache usage - GitLab

    We should update the example to be more like our Ruby or Maven examples that show caching/sharing of downloaded 3rd party dependencies between all builds. Additionally, …

  5. merge examples from CI docs (#13) · Issues - GitLab

    https://docs.gitlab.com/ce/ci/examples/README.html contains some examples not here. Would be nice if efforts could be merged to reduce duplication and needing to look in multiple locations.

  6. GitLab

    In [vendor/gitlab-ci-yml/Maven.gitlab-ci.yml#L72](https://gitlab.com/gitlab-org/gitlab-ce/blob/12200391/vendor/gitlab-ci-yml/Maven.gitlab-ci.yml#L72) it's stated:\n\n\u003e To get …

  7. Add Scala/SBT template (!5) · Merge requests - GitLab

    The scala-sbt example project uses a similar definition. A succeeding build here: https://gitlab.com/gitlab-examples/scala-sbt/builds/1883293. That project also does test …

  8. GitLab

    Behavior if used in ~CE or ~\"EE Starter\" as include is only ~\"EE Premium\" (yet)\n\n### Examples\n\nAuto-DevOps.gitlab-ci.yml:\n```yaml\ninclude: https://gitlab.com/gitlab-org/gitlab …

  9. GitLab

    {"id":4293482,"iid":15,"description":"How do I use bash [Here Documents (heredoc)](http://www.tldp.org/LDP/abs/html/here-docs.html) in `.gitlab-ci.yml`?\r\n\r\nIs there …