<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Cool dev automations using GitLab CI in NSO Developer Hub Discussions</title>
    <link>https://community.cisco.com/t5/nso-developer-hub-discussions/cool-dev-automations-using-gitlab-ci/m-p/3494086#M985</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for sharing, this is great! As leaders in automation, it's particularly valuable to get inspiration and blueprints from you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 18 Sep 2017 10:20:02 GMT</pubDate>
    <dc:creator>Jan Lindblad</dc:creator>
    <dc:date>2017-09-18T10:20:02Z</dc:date>
    <item>
      <title>Cool dev automations using GitLab CI</title>
      <link>https://community.cisco.com/t5/nso-developer-hub-discussions/cool-dev-automations-using-gitlab-ci/m-p/3494085#M984</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN&gt;We have a fairly advanced git / CI setup for building NEDs, compiling our own NSO service code and packaging it all up in container images. Some of those bits can get a bit tedious over time and I recently wrote a bit about it and I thought I'd share here, &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://plajjan.github.io/automating-git" rel="nofollow" target="_blank"&gt;https://plajjan.github.io/automating-git&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Mar 2019 11:59:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/nso-developer-hub-discussions/cool-dev-automations-using-gitlab-ci/m-p/3494085#M984</guid>
      <dc:creator>kristian.larsson1</dc:creator>
      <dc:date>2019-03-01T11:59:48Z</dc:date>
    </item>
    <item>
      <title>Re: Cool dev automations using GitLab CI</title>
      <link>https://community.cisco.com/t5/nso-developer-hub-discussions/cool-dev-automations-using-gitlab-ci/m-p/3494086#M985</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for sharing, this is great! As leaders in automation, it's particularly valuable to get inspiration and blueprints from you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Sep 2017 10:20:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/nso-developer-hub-discussions/cool-dev-automations-using-gitlab-ci/m-p/3494086#M985</guid>
      <dc:creator>Jan Lindblad</dc:creator>
      <dc:date>2017-09-18T10:20:02Z</dc:date>
    </item>
    <item>
      <title>Re: Cool dev automations using GitLab CI</title>
      <link>https://community.cisco.com/t5/nso-developer-hub-discussions/cool-dev-automations-using-gitlab-ci/m-p/3494087#M986</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Agreed! I follow all of Kristian's blogs, repos and podcast appearances. Very helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Sep 2017 19:23:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/nso-developer-hub-discussions/cool-dev-automations-using-gitlab-ci/m-p/3494087#M986</guid>
      <dc:creator>Jason Belk</dc:creator>
      <dc:date>2017-09-25T19:23:40Z</dc:date>
    </item>
    <item>
      <title>Re: Cool dev automations using GitLab CI</title>
      <link>https://community.cisco.com/t5/nso-developer-hub-discussions/cool-dev-automations-using-gitlab-ci/m-p/3494088#M987</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you tried the same operations with Jenkins?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Sep 2017 13:37:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/nso-developer-hub-discussions/cool-dev-automations-using-gitlab-ci/m-p/3494088#M987</guid>
      <dc:creator>eric.n.dunn.ctr</dc:creator>
      <dc:date>2017-09-27T13:37:21Z</dc:date>
    </item>
    <item>
      <title>Re: Cool dev automations using GitLab CI</title>
      <link>https://community.cisco.com/t5/nso-developer-hub-discussions/cool-dev-automations-using-gitlab-ci/m-p/3494089#M988</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Pardon late reply, I don't login here very often.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have not tried this with Jenkins. While I have used Jenkins in the past I have fairly limited experience with it. I think as a system, it was born in a different day and age than GitLab CI. Based on what I want to do and my expectations of what the CI system should do for me, GitLab CI is a better fit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, per default GitLab CI will create a clean environment (a container) in which it checks out your code and executes the test. After it's done, that environment is removed. There is never a problem of tainting one test through the actions run by a different test. Jenkins however, does not do this for you, per default. You can configure it, but it just requires more time and care to do what GitLab CI will do out of the box. That's why we use GitLab CI.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2017 08:20:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/nso-developer-hub-discussions/cool-dev-automations-using-gitlab-ci/m-p/3494089#M988</guid>
      <dc:creator>kristian.larsson1</dc:creator>
      <dc:date>2017-11-15T08:20:30Z</dc:date>
    </item>
  </channel>
</rss>

