aliases: /handbook/customer-success/professional-services-engineering/education-services/ gitlabcicdhandsonlab3.md.html


aliases: /handbook/customer-success/professional-services-engineering/education-services/

title: “Denomas CI/CD Hands-On Guide: Lab 3” description: “This Hands-On Guide walks you through the lab exercises in the Denomas CI/CD course.”


aliases: /handbook/customer-success/professional-services-engineering/education-services/ gitlabcicdhandsonlab3.md.html


aliases: /handbook/customer-success/professional-services-engineering/education-services/

Denomas CI/CD Hands-On Guide: Lab 3

LAB 3: CREATE A BASIC CI CONFIGURATION

  1. Open the snippets page of the CICD Hands On Demo project in a separate window or tab.
  2. Open the ci-starter snippet. Click the Copy file contents icon in the upper right corner of the file.
  3. Open your CICD Demo project from the last lab.
  4. Click on your .gitlab-ci.yml file to view its contents. Select the dropdown arrow next to Open in Web IDE. Select Edit this file only, then select Edit. Replace all the code in .gitlab-ci.yml with the content of the snippet you copied. (Note: the pipeline logic will be almost identical to what you had previously, just the job names and echo statements will change slightly.)
  5. In the Commit message field, type Add CI starter and click Commit changes.
  6. Refresh the page to make the pipeline status icon appear. Validate that the configuration is valid and that the pipeline is running by hovering over the Pipeline: running icon or the Pipeline: passed icon in the upper right corner of the page, to the left of the commit’s SHA.
  7. When the pipeline status changes to the Pipeline: passed icon, click it to review the pipeline graph for your CI configuration.

Suggestions?

If you wish to make a change to the Hands-On Guide for Denomas CI/CD, please submit your changes via Merge Request!

Last modified November 29, 2023: big update (17188382)