<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Ci-Cd on Martijn's Notes</title><link>https://vandenboom.online/en/tags/ci-cd/</link><description>Recent content in Ci-Cd on Martijn's Notes</description><generator>Hugo</generator><language>en</language><copyright>Copyright © 2016-2026 van den &lt;span class='bold-rotate'&gt;B&lt;/span&gt;oom. All Rights Reserved.</copyright><lastBuildDate>Tue, 14 Apr 2026 19:01:00 +0200</lastBuildDate><atom:link href="https://vandenboom.online/en/tags/ci-cd/index.xml" rel="self" type="application/rss+xml"/><item><title>Azure DevOps — Part 2: Your First YAML Pipeline</title><link>https://vandenboom.online/en/posts/2026-azure-devops-pipelines-eerste-pipeline/</link><pubDate>Tue, 14 Apr 2026 19:01:00 +0200</pubDate><guid>https://vandenboom.online/en/posts/2026-azure-devops-pipelines-eerste-pipeline/</guid><description><![CDATA[<p>In <a href="../2026-azure-devops-repos-branches-policies-pull-requests/">part 1</a> the <code>azure-pipelines.yml</code> was merged into the <code>main</code> branch via a Pull Request. In this second part we attach that YAML to a pipeline and run it on a Microsoft-hosted Windows agent in the cloud.</p>

<h2 id="the-pipelines-section" data-numberify>The Pipelines section<a class="anchor ms-1" href="#the-pipelines-section"></a></h2>
<p>The Pipelines section in the sidebar contains more items than Repos:</p>
<ul>
<li><strong>Pipelines</strong> — the CI pipelines (build)</li>
<li><strong>Environments</strong> — deployment targets such as acceptance and production</li>
<li><strong>Releases</strong> — the classic visual release pipelines (older system, being replaced by multi-stage YAML)</li>
<li><strong>Library</strong> — variable groups and secure files</li>
<li><strong>Task groups</strong> — reusable task blocks that can be shared across multiple pipelines</li>
<li><strong>Deployment groups</strong> — self-hosted agents grouped per environment</li>
</ul>
<p>On a new project the Pipelines list is empty.</p>]]></description><enclosure url="https://vandenboom.online/posts/2026-azure-devops-pipelines-eerste-pipeline/cover.png" length="110910" type="image/png"/></item></channel></rss>