<?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>Debug School: Medapati N V D Satyanarayana Reddy</title>
    <description>The latest articles on Debug School by Medapati N V D Satyanarayana Reddy (@mnvdsreddy93_576).</description>
    <link>https://www.debug.school/mnvdsreddy93_576</link>
    <image>
      <url>https://www.debug.school/images/CPDdQlGexClW9WOTxwLbEDeLKxuBxqind7bvkmstzXo/rs:fill:90:90/g:sm/mb:500000/ar:1/aHR0cHM6Ly90aGVw/cmFjdGljYWxkZXYu/czMuYW1hem9uYXdz/LmNvbS9pLzk5bXZs/c2Z1NXRmajltN2t1/MjVkLnBuZw</url>
      <title>Debug School: Medapati N V D Satyanarayana Reddy</title>
      <link>https://www.debug.school/mnvdsreddy93_576</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://www.debug.school/feed/mnvdsreddy93_576"/>
    <language>en</language>
    <item>
      <title>Assessment #1</title>
      <dc:creator>Medapati N V D Satyanarayana Reddy</dc:creator>
      <pubDate>Mon, 21 Aug 2023 12:53:57 +0000</pubDate>
      <link>https://www.debug.school/mnvdsreddy93_576/assessment-1-h57</link>
      <guid>https://www.debug.school/mnvdsreddy93_576/assessment-1-h57</guid>
      <description>&lt;h2&gt;
  
  
  Continuous Integration (CI)
&lt;/h2&gt;

&lt;p&gt;CI is the practice of frequently merging developer code changes into a shared repository like Git. With each code change, CI automatically builds the software and runs tests to catch bugs early. Fast feedback on each change lets developers easily improve code quality. &lt;/p&gt;

&lt;h2&gt;
  
  
  Continuous Delivery
&lt;/h2&gt;

&lt;p&gt;Continuous delivery takes the automated builds and tests from CI further. It automatically packages the code after testing and makes it easy to release rapidly with approval. The packages can be deployed to production manually at any time.&lt;/p&gt;

&lt;h2&gt;
  
  
  Continuous Deployment
&lt;/h2&gt;

&lt;p&gt;Continuous deployment automates releasing changes to users without manual intervention. Code changes flow automatically through the pipeline from commit to production via automated builds, tests, and deployments. Fast and frequent delivery of value.&lt;/p&gt;

&lt;h2&gt;
  
  
  Cloudbees
&lt;/h2&gt;

&lt;p&gt;Cloudbees provides a comprehensive platform for continuous integration, continuous delivery, and continuous deployment. It integrates popular DevOps tools like Jenkins, Docker, and Kubernetes to fully automate building, testing, and releasing software changes quickly and reliably.&lt;/p&gt;

&lt;h2&gt;
  
  
  Cloudbees CD RO
&lt;/h2&gt;

&lt;p&gt;Cloudbees Continuous Delivery Reference Architecture offers blueprints, patterns and best practices for implementing continuous delivery. It provides prescriptive guidance on pipelines, environments, deployments, infrastructure and more using Cloudbees tools.&lt;/p&gt;

&lt;h2&gt;
  
  
  Cloudbees CD RO Architecture
&lt;/h2&gt;

&lt;p&gt;The CD RO architecture specifies concepts like having a deployment pipeline with automated build, test, and release stages. Pre-production environments for testing. Safely deploying to production using blue-green or canary techniques. The focus is on safety, speed and automation.&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
