I'm interested in integrating the CD pipeline with a ITSM Change Management solution. For instance, using the CD pipeline explained in this demonstration, but integrating an auto-submit or auto-create of an RFC (Request For Change) in Change Management solution, such as ServiceNOW.
I can see that the staging and production is in offline state, the moment I check the putty its not broken and the moment I trigger the build jobs I see that there is no blue symbol its only grey symbol as offline.. even the build says its in queue state..
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.
This absolutely great tutorial how to be a devOps engineer. I have a question, can we use clustering or make the replication with the kubernetes after going trough this step?
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
In real-time we need approvals for deploying changes into PROD. Can you please tell how/where is this handled in CI/CD pipeline. I do not think any org will allow an auto deploy from STAGE (once it is success) to PROD immediately.
For your requirement, Azure DevOps will be useful. Thereafter every stage ran successfully, notification was received to the manager. And if he /she approves it, then and there itself stage proceeds further.
Sure, will forward the topic to the respective team and will create a separate video soon. Please subscribe to Intellipaat channel & press the bell icon so that you don't miss that video from us.
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.
Thanks for Sharing the video for devops engineer ,, I have some small doubt regarding that the i unable to download jnlp file and the launch button is not showing .. Can u pls help me to sort out it ..
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.
@@Intellipaat so u mean hashar/webapp are two container which are linked????? If yes, then wer are these container created and how Jenkins will be able to find them by just hashar/webapp
@@Intellipaat That video does not address the issue: * The issue is that at @56.17 'FROM hshar/webapp' is added as the first line in the Dockerfile; the instructor stating that since he had prepared an apache server, he could just enter the text 'hshar/webapp'. * If you are not the instructor, which I am not, and I don't have an apache container prepared, how do I do this?
Where I can find home directory for Jenkins in AWS RHEL Linux server, I found all Jenkins files and directories in /var/lib/Jenkins is this the home dir. ? And also when I am executing the command of java -jar agent.jar ...... full command, then I am getting error : unable to access jarfile agent.jar 😐
DevOps Engineer has an end-to-end responsibility of the Application (Software) right from gathering the requirement to development, to testing, to infrastructure deployment, to application deployment and finally monitoring & gathering feedback from the end users, then again implementing the changes.
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
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.
Thank you so much for this video it helped me a lot
Glad it was helpful! Do like, share & subscribe to our channel to get updates on upcoming videos.
I'm interested in integrating the CD pipeline with a ITSM Change Management solution. For instance, using the CD pipeline explained in this demonstration, but integrating an auto-submit or auto-create of an RFC (Request For Change) in Change Management solution, such as ServiceNOW.
Simply
Love you intellipaat
The way you are teaching was really very good and make me a curious towards my passion today
Thank you
@20EC189YESHWANTHKUMAR S You're most welcome! Do like, share & subscribe to our channel to get updates on upcoming videos.
awesome bro got full clarity
Glad to hear that.
Thank you this videos are amazing please specify what operts must open on products server.If we open all the ports it will course for attacking.
You're Welcome @Milan Karunadasa Sure we will do that.
I can see that the staging and production is in offline state, the moment I check the putty its not broken and the moment I trigger the build jobs I see that there is no blue symbol its only grey symbol as offline.. even the build says its in queue state..
In testing stage who does the testing?
Wheather it is done by manual tester or regression test suite is runs autimatically??
Best DevOps project video 🤩
Glad you think so!
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.
This absolutely great tutorial how to be a devOps engineer. I have a question, can we use clustering or make the replication with the kubernetes after going trough this step?
can u tell me how to add base container image to start building dockerfile ?
thank you..very smoothly conducted..
@Distilled Wisdom Most welcome 😊 Do like, share & subscribe to our channel to get updates on upcoming videos.
Excellent video. Thanks
You are welcome! Keep learning with Intellipaat😊
This video is so helpful for me.. Thanks
Glad to hear that!
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
and is that considered a good practice
In real-time we need approvals for deploying changes into PROD. Can you please tell how/where is this handled in CI/CD pipeline. I do not think any org will allow an auto deploy from STAGE (once it is success) to PROD immediately.
For your requirement, Azure DevOps will be useful. Thereafter every stage ran successfully, notification was received to the manager. And if he /she approves it,
then and there itself stage proceeds further.
Thank you for your explanation and time
Thanks Intellipaat for such a awesome course. Applause!
Thank You! Kindly Subscribe to Intellipaat for more such videos. 😊
Thank you so much Intellipaat
Thank you for watching.
Anyone please advise the configuration in the Dockerfile ? I just stucked there .
For personal support, you can reach out to our course advisors on IND: +91-7022374614 US: 1-800-216-8930 (Toll-Free).
i didn't got how git-job copied the files to particular path in staging server??
Excellent Session..Bullseye !!
Thanks! Kindly Subscribe to Intellipaat for more such videos. 😊
Awesome great presentation and hands-on. Thanks
Thank you!
Can you please use any testing like unit test or integration test with this demo. It would be more helpful . Thanks
Sure, will forward the topic to the respective team and will create a separate video soon. Please subscribe to Intellipaat channel & press the bell icon so that you don't miss that video from us.
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.
Excellent tutorial Thanks..
Excellent Session. Thank you
Thanks. Keep learning with Intellipaat. :)
Thanks for Sharing the video for devops engineer ,, I have some small doubt regarding that the i unable to download jnlp file and the launch button is not showing .. Can u pls help me to sort out it ..
Glad you liked it 😊 If you wish to get Personal support Kindly call our course advisors on IND: +91-7022374614 US: 1-800-216-8930 (Toll-Free).
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.
Is this issue resolved ?
Excellent tutorial sir, thank you much for knowledge sharing . It is really helpful.
You are most welcome @pamela J
@56.17 Instructor added a container FROM hashar/webapp but didnt mentioned/showed how to create it. Can you tell how to create it
Hi Aneel, please watch here: ruclips.net/video/DJLm5myZiLw/видео.html
@@Intellipaat so u mean hashar/webapp are two container which are linked????? If yes, then wer are these container created and how Jenkins will be able to find them by just hashar/webapp
@@Intellipaat That video does not address the issue:
* The issue is that at @56.17 'FROM hshar/webapp' is added as the first line in the Dockerfile; the instructor stating that since he had prepared an apache server, he could just enter the text 'hshar/webapp'.
* If you are not the instructor, which I am not, and I don't have an apache container prepared, how do I do this?
@@kianchristoffern same issue here
Is this video enough for continuous delivery or some more needs to be done
This is only to get started. To know in depth please watch this tutorial: ruclips.net/video/JHoy3lDZOfY/видео.html
33:48 CICd
how did you determine the name of payload in github webhook ?
I tried the same way but the build website is failing without any errors displayed, Please advice on how to fix it ...
This is Awesome!!!
Thanks. Keep learning with Intellipaat😊
can you please tell me why did you use port no 22 for connecting instances though filezilla?
because scp uses ssh connections
Where I can find home directory for Jenkins in AWS RHEL Linux server, I found all Jenkins files and directories in /var/lib/Jenkins is this the home dir. ? And also when I am executing the command of java -jar agent.jar ...... full command, then I am getting error : unable to access jarfile agent.jar 😐
.pem is ssh protocol what is a ppk file protocol?
Ppk is used in linux as authentication with the help of public private key pairing
I got a message that.. Jenkins has no installation candidate. Package Jenkins is not available.
How to get it from another package
When u got error?
DevOps engineer is roles
DevOps Engineer has an end-to-end responsibility of the Application (Software) right from gathering the requirement to development, to testing, to infrastructure deployment, to application deployment and finally monitoring & gathering feedback from the end users, then again implementing the changes.
Example for devops is a system analyst or software developer
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
Can anyone help on it ??
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.
is this issue resolved?
echo "y" | sudo docker system prune
I am facing the same issue
@@subhasishswain792 I am also facing the same issue. Let me know once it fixed
@@kashishshah8417 Thanks bro.it worked
could you enhance your accent please? :)
Explain
Replied. Please check