CI CD Pipeline Using Jenkins | Continuous Integration and Deployment | Intellipaat

    10
    43



    🤝🤝🤝Join Intellipaat Meetup community: https://www.meetup.com/Intellipaat/
    Join Intellipaat’s Meetup Community for free online webinar sessions and gain free knowledge on various trending topics like Python, Data Science, Machine Learning, Cloud, DevOps, Hadoop, Business Intelligence and many more.
    🔥Intellipaat Devops training course: https://intellipaat.com/devops-certification-training/
    📕Read complete devops tutorial here: https://intellipaat.com/blog/tutorial/devops-tutorial/
    #Jenkins #CICDPipelineUsingJenkins #JenkinsTutorialforBeginners #ContinuousIntegrationandDeployment #ContinuousIntegration #CiCdDevops #Intellipaat

    📌 Do subscribe to Intellipaat channel & get regular updates on videos: https://goo.gl/hhsGWb

    💡Know about DevOps certification here: https://intellipaat.com/blog/devops-certification/

    📔Interested to learn devops still more? Please check similar what is devops blog here: https://intellipaat.com/blog/what-is-devops/

    ⭐Preparing for devops interview? Watch devops interview questions & answers: https://bit.ly/2CUV5en

    —————————-
    Intellipaat Edge
    1. 24*7 Life time Access & Support
    2. Flexible Class Schedule
    3. Job Assistance
    4. Mentors with +14 yrs
    5. Industry Oriented Course ware
    6. Life time free Course Upgrade
    ——————————

    Why devops is important?

    DevOps implementation is going through the roof with most of the largest software organizations around the world invested heavily in its implementation. The core values of devops is effectively based on the Agile Manifesto but with one slight change which moves the focus from creating a working software to one that is more interested in the end-to-end software service mechanism and delivery.

    Why should you opt for a DevOps career?

    For very long times the development and the operations teams of any software enterprise have stayed at arm’s length. But this organizational cultural shift thanks to devops a lot of changes are happening in forward-thinking enterprises. Learning devops will help you master all the skills needed in order to successfully build, operate, monitor, measure and improve the various processes in IT enterprises by better integrating development and operations. You will grab the best jobs in top MNCs after finishing this Intellipaat devops online training. The entire Intellipaat devops course is in line with the industry needs. There is a huge demand for devops certified professional. The salaries for devops professional are very good. Hence this Intellipaat devops project is your stepping stone to a successful career!
    ——————————
    For more information:
    Please write us to [email protected] or call us at: +91-7847955955

    Website: https://intellipaat.com/devops-certification-training/

    Facebook: https://www.facebook.com/intellipaatonline

    LinkedIn: https://www.linkedin.com/in/intellipaat/

    Twitter: https://twitter.com/Intellipaat

    source

    Previous articleAzure DevOps | Build Pipelines Classic
    Next articleSource Control with Power BI – Can it be done?

    43 COMMENTS

    1. Hi I have a query regarding Jenkins script

      1. I want to run a Jenkins script which gets executed at every day 9: 30 PM Monday to Friday and pause the GCP node pool and also the SQL data base

      2. And also one more script which gets excited at every day 9: 30 AM Monday to Friday and resume the GCP node pool and also the SQL data base without changes in cluster

      3. Second query I have an artifact and my application is running in multi-cloud on GCP,AWS,Azuer through Jenkins in automated way that artifact should move at the same time into all application servers

      feel free waiting for ur guidance.

    2. After restarting my Jenkins's master & slave, i cannot connect them again. i tried using the same command from Putty/ssh: " java -jar agent.jar -jnlpUrl http://3.23.94.229:8080/computer/staging/slave-agent.jnlp -secret 2f3e927ab701b4f345083245e5d7410bf64ffce0b407e15af7360dec0e357423 -workDir "/home/ubuntu/jenkins"
      , but still didnt work, error msg is: "failed to connect (connection refused)". do u have any idea to solve this issue? thank you

    3. Facing the below error in the build website job

      Running as SYSTEM

      Building remotely on Staging in workspace /home/ubuntu/jenkins/workspace/Build-website

      [Build-website] $ /bin/sh -xe /tmp/jenkins8026012688458663422.sh

      + sudo docker rm -f

      "docker rm" requires at least 1 argument.

      See 'docker rm –help'.

      Usage: docker rm [OPTIONS] CONTAINER [CONTAINER…]

      Remove one or more containers

      Build step 'Execute shell' marked build as failure

      Finished: FAILURE

    4. very well explained ..I have a issue facing while running build-website in jenkins,getting below error while executing it

      Started by user Neha Das
      Running as SYSTEM
      Building remotely on staging in workspace /home/ubuntu/jenkins/workspace/build-website
      [build-website] $ /bin/sh -xe /tmp/jenkins8854131112252464492.sh
      + sudo docker ps -a -q
      + sudo docker rm -f
      "docker rm" requires at least 1 argument.
      See 'docker rm –help'.

      Usage: docker rm [OPTIONS] CONTAINER [CONTAINER…]

      Remove one or more containers
      Build step 'Execute shell' marked build as failure
      Finished: FAILURE

      Can you please help me to resolve it.

    5. Hi Intellipaat Team thanks a lot for this wonderful session. I made my hands dirty by creating the entire pipeline by following the tutorial. I was able to do everything by following the tutorial but one thing is when i finally hit the staging and production server in the browser to see the website i am seeing it Works but not the content that i have put in the index.html file.

      To troubleshoot the issue i went into the docker container and checked the index.html file content under /var/www/html and i see that whenever i am updating the index.html it get's updated.But i still don't see the index.html content rather i see It Works.

      Could you please help me to troubleshoot and resolve this issue. Once again thanks a lot for this wonderful session.Hope to see more such videos from your team.

    6. Although interesting, you are doing a build script inside a freestyle project.
      This is not a pipeline. A pipeline comes with many stages and steps that we can visualize during the execution. It can be scripted or declarative.

      I liked the part about configuring nodes however.

    7. Sweet as. this is awesome. I have one question. Lets say i have two branches on my github repo 1. Staging 2.Production. and i create an instance connecting each instance to each branch using github webhooks. what if say my commit to staging github branch triggers deployment to staging pipeline/staging instance. My question is if i merge my staging branch to my production branch so that it can successfully trigger production pipeline, Will the pipeline read Merge changes or does it only read commit as a trigger