<?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: Ananya Awasthi </title>
    <description>The latest articles on Debug School by Ananya Awasthi  (@aa04awasthi).</description>
    <link>https://www.debug.school/aa04awasthi</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: Ananya Awasthi </title>
      <link>https://www.debug.school/aa04awasthi</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://www.debug.school/feed/aa04awasthi"/>
    <language>en</language>
    <item>
      <title>#Assignment 1</title>
      <dc:creator>Ananya Awasthi </dc:creator>
      <pubDate>Mon, 21 Aug 2023 13:09:20 +0000</pubDate>
      <link>https://www.debug.school/aa04awasthi/assignment-1-49g2</link>
      <guid>https://www.debug.school/aa04awasthi/assignment-1-49g2</guid>
      <description>&lt;h1&gt;
  
  
  Assignment#1
&lt;/h1&gt;

&lt;p&gt;ques- What is CI?&lt;br&gt;&lt;br&gt;
Solution-&lt;br&gt;
CI stands for continuous integration. It is one of the fundamental concept in Devops.  CI is software dev. practice where team members integrate their work.&lt;br&gt;
In CI ,whenever developer writes , makes changes to code and pushes it to the source code repo., those changes are automatically integrated and the code is made to undergo stages like build,test deploy. This process happens frequently and helps in reduced defects in code, better code quality and better feedback.&lt;/p&gt;

&lt;p&gt;Ques-What is continuous delivery &lt;br&gt;
Solution-&lt;br&gt;
Continous delivery is a practice in Devops which involves continual pushing of code changes to an environment (from dev to test and later to prod ) after multiple stages of testing  ensuring that new features are ready for release any time. In Continous delivery pushing releases to prod require manual trigger.&lt;/p&gt;

&lt;p&gt;Ques-What is continuous deployment &lt;br&gt;
Solution-&lt;br&gt;
Continous deployment   involves continual pushing of code changes to an environment (from dev to test and later to prod ) after multiple stages of  testing  ensuring that new features are ready for release any time. In Continous delivery pushing releases to prod happens automatically and no manual trigger is involved.&lt;/p&gt;

&lt;p&gt;Ques-What is Cloudbees? &lt;br&gt;
Solution-&lt;br&gt;
Cloudbees is a compnay that provides  tools for automating the software development lifecycle. They offer platform to automate software development process like building, testing ,deploying ,releasing  applications.&lt;/p&gt;

&lt;p&gt;Ques-&lt;br&gt;
What is Cloudbees CD RO? &lt;br&gt;
Solution-&lt;br&gt;
Cloudbees CDRO is a software release automation tool that simplifies provisioning, building and release of multi tier applications.&lt;/p&gt;

&lt;p&gt;Ques-What is Cloudbees CD RO Architecture? - &lt;br&gt;
Solution-&lt;br&gt;
Cloudbees CDRO is a software release automation tool that simplifies provisioning, building and release of multi tier applications.&lt;br&gt;
It allows teams to coordinate multiple pipelines and releases across hybrid infrastructure in efficient way.&lt;br&gt;
It consists of 3 tier architecture involving  -- &lt;br&gt;
Agents, Database and Cloudbees CDRO Server.&lt;/p&gt;

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