<?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: ashish</title>
    <description>The latest articles on Debug School by ashish (@ashish21meta_623).</description>
    <link>https://www.debug.school/ashish21meta_623</link>
    <image>
      <url>https://www.debug.school/images/axcvB3TKfVwVhr9rDdkZOV7xZbyXuK2WjWNCjVLf0es/rs:fill:90:90/g:sm/mb:500000/ar:1/aHR0cHM6Ly93d3cu/ZGVidWcuc2Nob29s/L3VwbG9hZHMvdXNl/ci9wcm9maWxlX2lt/YWdlLzc2Ny9iMDll/NDk0Yi1hNzI5LTQ2/NTUtODY1NS0zOTVh/OTA2OGE3NDYucG5n</url>
      <title>Debug School: ashish</title>
      <link>https://www.debug.school/ashish21meta_623</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://www.debug.school/feed/ashish21meta_623"/>
    <language>en</language>
    <item>
      <title>Jenkins</title>
      <dc:creator>ashish</dc:creator>
      <pubDate>Thu, 15 Feb 2024 12:05:59 +0000</pubDate>
      <link>https://www.debug.school/ashish21meta_623/jenkins-1aid</link>
      <guid>https://www.debug.school/ashish21meta_623/jenkins-1aid</guid>
      <description>&lt;p&gt;1.Jenkin workflow &lt;br&gt;
 different tools at each stage &lt;br&gt;
 jenkins -CI integeration from -SCAN --&amp;gt; Compile---&amp;gt; UT----&amp;gt; Package ---&amp;gt;Archive &lt;/p&gt;

&lt;p&gt;2.Pointers to be careful about while building the flow &lt;/p&gt;

&lt;p&gt;Question#1 – What is your programming Language&lt;br&gt;
        JAVA&lt;br&gt;
Question#2 – Where is the source code for project?&lt;br&gt;
        Github&lt;br&gt;
&lt;a href="https://github.com/devopsschool-demo-labs-projects/helloworld-java-maven"&gt;https://github.com/devopsschool-demo-labs-projects/helloworld-java-maven&lt;/a&gt;&lt;br&gt;
Question#3 – How Frequently you want this JOB to be triggered?&lt;br&gt;
        daily&lt;br&gt;
Question#4 – What is your Builders?&lt;br&gt;
        maven           ant         gradle&lt;br&gt;
        pom.xml         build.xml       build.gradle&lt;br&gt;
        goal            target          task&lt;br&gt;
        ===================================================&lt;br&gt;
        compile - compile   compile         compile &lt;br&gt;
        test    - test&lt;br&gt;
        package - package&lt;br&gt;
Question# 5 – Whom you want to deliver Feedback of Job&lt;br&gt;
            email &lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Learn to publish the test results Jnit
5.Archive the package -Archiving 
7.package installation --Sonar qube  --for code scan &lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;6.Automating the CI &lt;/p&gt;

&lt;p&gt;(5-6) different options  ( poll scm,git webhook( git hub integration --push triggers the build ),post build (upstream and downstream flow), build periodically ,build after other project are built)&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Docker commands</title>
      <dc:creator>ashish</dc:creator>
      <pubDate>Tue, 13 Feb 2024 12:14:50 +0000</pubDate>
      <link>https://www.debug.school/ashish21meta_623/docker-commands-1cg</link>
      <guid>https://www.debug.school/ashish21meta_623/docker-commands-1cg</guid>
      <description>&lt;p&gt;1.docker run &lt;br&gt;
       -i   = interactive&lt;br&gt;
       -t   = tty, psudo terminal&lt;br&gt;
       -d   = ditached mode - &lt;br&gt;
       --rm = create container and interact with it. when interaction finished just delete. i.e. launch ephemeral container.  | -d should not be used &lt;/p&gt;

&lt;p&gt;2.docker run --name deleteme  -i -t  --rm alpine:3.18 sh&lt;/p&gt;

&lt;p&gt;3.docker run -d --name  -p : &lt;br&gt;
4.docker inspect&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;which docker
 which dockerd
ps -eaf | grep ocker
which containerd
ps -eaf | grep usr/bin/docker
ps -eaf | gre containerd
ps -eaf | grep containerd
 docker version
 docker info&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;connect container&lt;br&gt;
    docker exec -it mydb sh&lt;/p&gt;

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