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
- Open the snippets page of the CICD Hands On Demo project in a separate window or tab.
- Open the ci-starter snippet. Click the Copy file contents icon in the upper right corner of the file.
- Open your CICD Demo project from the last lab.
- Click on your
.gitlab-ci.ymlfile 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.ymlwith 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.) - In the Commit message field, type
Add CI starterand click Commit changes. - 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.
- 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)
