<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>CI on Jose Castrillo</title>
    <link>https://jose.castrillo.eu/tags/ci/</link>
    <description>Recent content in CI on Jose Castrillo</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <lastBuildDate>Fri, 16 Jun 2023 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://jose.castrillo.eu/tags/ci/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Mastering GitLab CI/CD, Unleashing the Power of Pipelines</title>
      <link>https://jose.castrillo.eu/post/pipeline-gitlab-guide/</link>
      <pubDate>Fri, 16 Jun 2023 00:00:00 +0000</pubDate>
      <guid>https://jose.castrillo.eu/post/pipeline-gitlab-guide/</guid>
      <description>&lt;p&gt;Hey everyone! 👋 I hope you&amp;rsquo;re all having a fantastic summer time! 🌞&lt;/p&gt;
&lt;p&gt;I wanted to drop a quick note to let you know that I&amp;rsquo;m currently working on something special for all my fellow developers/operations and GitLab enthusiasts out there. 🤓✨&lt;/p&gt;
&lt;p&gt;In the upcoming posts, I&amp;rsquo;ll be sharing a treasure trove of valuable tips and tricks related to GitLab pipelines! based in my experiences 🏗️ Whether you&amp;rsquo;re a seasoned pro or just getting started with GitLab CI/CD, there&amp;rsquo;s bound to be something for everyone.&lt;/p&gt;</description>
    </item>
    <item>
      <title>How setup a Gitlab Runner (CI)</title>
      <link>https://jose.castrillo.eu/post/gitlab-runner1/</link>
      <pubDate>Wed, 08 Dec 2021 00:00:00 +0000</pubDate>
      <guid>https://jose.castrillo.eu/post/gitlab-runner1/</guid>
      <description>&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;https://castrillo.gitlab.io/figaro/runner_logo.png&#34; alt=&#34;&#34;  /&gt;
&lt;/p&gt;
&lt;h2 id=&#34;part-i--&#34;&gt;Part I -&lt;/h2&gt;
&lt;p&gt;I&amp;rsquo;m learning Gitlab Runner and how them works on CI implementation.&lt;/p&gt;
&lt;p&gt;GitLab Runner is an application that works with GitLab CI to run jobs in a pipeline, they are written in &lt;a href=&#34;https://golang.org/&#34;&gt;GO&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Summary the task I will do:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Install Gitlab-runner as container(podman).&lt;/li&gt;
&lt;li&gt;Runner registration.
&lt;ul&gt;
&lt;li&gt;Enter the GitLab instance URL&lt;/li&gt;
&lt;li&gt;registration token.&lt;/li&gt;
&lt;li&gt;runner description.&lt;/li&gt;
&lt;li&gt;tags.&lt;/li&gt;
&lt;li&gt;Select an &lt;a href=&#34;https://docs.gitlab.com/runner/executors/&#34;&gt;executor&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Create a gitlab-ci.yml&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Install runner:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Create the Volume:&lt;/li&gt;
&lt;/ol&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;podman volume create gitlab-runner-config
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Pull and start the container by &lt;strong&gt;register&lt;/strong&gt; command, then we will prompt the data need for register the runner into the project.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
