<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: FarhanYaseen</title>
    <description>The latest articles on DEV Community by FarhanYaseen (@farhanyaseen).</description>
    <link>https://dev.to/farhanyaseen</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F70370%2F3f6ee46c-9650-42c7-a6f9-f7fd8730a28e.png</url>
      <title>DEV Community: FarhanYaseen</title>
      <link>https://dev.to/farhanyaseen</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/farhanyaseen"/>
    <language>en</language>
    <item>
      <title>How to upgrade Jenkins on Ubuntu</title>
      <dc:creator>FarhanYaseen</dc:creator>
      <pubDate>Mon, 27 Jul 2020 09:12:36 +0000</pubDate>
      <link>https://dev.to/farhanyaseen/how-to-upgrade-jenkins-on-ubuntu-70h</link>
      <guid>https://dev.to/farhanyaseen/how-to-upgrade-jenkins-on-ubuntu-70h</guid>
      <description>&lt;p&gt;To upgrade a Jenkins on the Ubuntu&lt;/p&gt;

&lt;p&gt;First, update the apt packages to fetch the latest versions&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight"&gt;&lt;pre class="highlight plaintext"&gt;&lt;code&gt;sudo apt-get update
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;



&lt;p&gt;Use the following commands to upgrade Jenkins:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight"&gt;&lt;pre class="highlight plaintext"&gt;&lt;code&gt;sudo apt-get --only-upgrade install jenkins
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;



&lt;p&gt;And then restart the Jenkins server using the command&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight"&gt;&lt;pre class="highlight plaintext"&gt;&lt;code&gt;sudo systemctl restart jenkins
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;



</description>
      <category>jenkins</category>
    </item>
  </channel>
</rss>
