Good job valaxy technologies 👏👏👏 for your kind heart and hardwork on sharing such useful handson stuff on 26 good videos with us keep give us more knowledge on the devops roles and responsibilities to clear interviews
Good, clear description of how to setup deployment to S3. Unfortunately it didn't get me to where I needed to be (as I'm using a Jenkinsfile), but it still got me halfway, so thank you!
Good one, Thank you. My jenkins in not there in AWS, it's in another server. Then how can we connect to Ec2 instance from jenkins using pipeline script.
i don't know why, but the source path that you've mentioned for pushing the war file to S3 bucket is not available in my jenkins('webapp/target'). It was just workspace/project_name/target. need to run multiple times to get the correct one as every build shown that there was no files to push. finally **/*.war worked for me
We generally use java or python for demos. And we will be sticking to those lanugages for now. As a community we encourage our fans to try it out with other languages and submit pull requests and all of us can learn from each other. Thanks in advance
bro can you tell me how to write a pipeline script in same situation because i want to fetch the code from bitbucket and then i want to deploy my code to s3 with pipeline. if it is possible then please reply me.
Hi.. Thank you for the video. I have one doubt is there any way to use the S3 Artifact for scenario like the jenkins EC2 and Amazon s3 bucket are in the different AWS account
Hello, I need to rollback that .war file. How can I roll back to Jenkins? Why we need backup, if there are any issues happen in future we need to rollback that package right! Could you please tell me how to retake to Jenkins. Thank you.
In exclude , u mentioned /webapps/targets . But still , s3 having those folders with .war. please tell me what are correct settings to upload only .war file without folders.thanx in advance
Hello sir , Nice explanation .. I have 1 doubt, in Jenkins global configuration, you have ticked use IAM Role but you have not mention the proper IAM role name inside the profile name or any where in Jenkins . i think we can do the same without IAM role ? please clarify my doubt ..
Could you please make such good videos on devops interview preparation and technical interview questions please. Please make videos asap on devops interview preparation
@@ValaxyTechnologies No I mean the AWS accounts are different. That means EC2 instance (Jenkins server in separate aws server and the bucket is in another aws space.
Hai..sir..I am getting error.. while the result is ..Publish artifacts to S3 bucket changed build result to unstable.. please tell me sir what is resoan
Please watch the entire DevOps playlist to get the context of why a certain feature is required. Watching adhoc is appreciable if you are already aware of DevOps concepts/terminology/jargons
I need help, iam getting this error even tough i have my file in the path ""Publish artifacts to S3 Bucket No file(s) found: **/Task_3/*/CounterWebApp.war ""
i follow every step..but .war file not store in s3 bucket.... .... jenkins console output.....like below Publish artifacts to S3 Bucket Build is still running Publish artifacts to S3 Bucket Using S3 profile: java-php Publish artifacts to S3 Bucket No file(s) found: **/webapp/target/*.war Finished: SUCCESS
@@ValaxyTechnologiesCan you please upload video for integrating sonarqube , nexus and a ticketing tool as part of pipeline. That would be very helpful. :)
^Sigh^. Our Kubernetes developer is busy with his personal life. Hopefully, we will be able to bring them to you at the earliest. Happy Learning until then.
It was a good demonstration . Day by day the channel was giving more technical information. Keep rocking
Good job valaxy technologies 👏👏👏 for your kind heart and hardwork on sharing such useful handson stuff on 26 good videos with us keep give us more knowledge on the devops roles and responsibilities to clear interviews
Point 2 point explanation... Super
Good, clear description of how to setup deployment to S3. Unfortunately it didn't get me to where I needed to be (as I'm using a Jenkinsfile), but it still got me halfway, so thank you!
you are amazing sir..thank you so much..i follow are your videos...thank you sir
I have Jenkins running on local. Is it necessary to install it on ec2
Nice and simple explanation.
At 6:31(source) should tomcat and Jenkins run on same server or separately ?
Thank you so much team, this is a really wonderful session.
Good one, Thank you. My jenkins in not there in AWS, it's in another server. Then how can we connect to Ec2 instance from jenkins using pipeline script.
i don't know why, but the source path that you've mentioned for pushing the war file to S3 bucket is not available in my jenkins('webapp/target'). It was just workspace/project_name/target. need to run multiple times to get the correct one as every build shown that there was no files to push. finally **/*.war worked for me
Great Explanations in all the videos.
Request you to please share for .Net & Sql projects DevOps pipeline.
We generally use java or python for demos. And we will be sticking to those lanugages for now. As a community we encourage our fans to try it out with other languages and submit pull requests and all of us can learn from each other. Thanks in advance
Thanks for this playlist. Really helpful.
Stay connected .keep learning and sharing as much as you can.
Thank you so much Valaxy Technologies
bro can you tell me how to write a pipeline script in same situation because i want to fetch the code from bitbucket and then i want to deploy my code to s3 with pipeline. if it is possible then please reply me.
one small request from my end sir When your explain any topic .Please explain like Why its need how its work.
I'm getting an error,, like this,, mavn is not installed,, but in command line if I search mvn -- version it will show nvm installed
Hi.. Thank you for the video. I have one doubt is there any way to use the S3 Artifact for scenario like the jenkins EC2 and Amazon s3 bucket are in the different AWS account
nice explanation
if my Jenkins machine on windows. how we will achieve this task?
Hello,
I need to rollback that .war file.
How can I roll back to Jenkins?
Why we need backup, if there are any issues happen in future we need to rollback that package right!
Could you please tell me how to retake to Jenkins.
Thank you.
Does jenkins server must go through ec2 instance have permission?
In exclude , u mentioned /webapps/targets . But still , s3 having those folders with .war. please tell me what are correct settings to upload only .war file without folders.thanx in advance
Hello sir , Nice explanation .. I have 1 doubt, in Jenkins global configuration, you have ticked use IAM Role but you have not mention the proper IAM role name inside the profile name or any where in Jenkins . i think we can do the same without IAM role ? please clarify my doubt ..
Could you please make such good videos on devops interview preparation and technical interview questions please. Please make videos asap on devops interview preparation
Its Really really good Sir
Thanks for your wonderful feedback..we are glad you loved the video...keep learning and sharing .
where is the kubernetes and nagios roles and demonstration in devops series project??
could you create a video describing how to monitor docker containers resources usage like cpu, memory
What happens if the Jenkins server and s3 bucket are in separate servers?
You mean separate regions?
@@ValaxyTechnologies No I mean the AWS accounts are different. That means EC2 instance (Jenkins server in separate aws server and the bucket is in another aws space.
Thanks a lot . It helps me.
Most welcome!
Hi, can we download the stored artifact into a remote server ?? And how do we do it ....
Pls share your knowledge on this
Tq
Checckout #Valaxy demo on Ansible to do exactly that. th-cam.com/video/nE4b9mW2ym0/w-d-xo.html
Can you please do a video on how to pull the artifact from s3 and deploy into ec2
Will this process work,if jenkins server is not EC2 instance? Can we do this if Jenkins server is local server
Yes, if you setup credentials
@@ValaxyTechnologies okay thank you
@@ValaxyTechnologies Is there any reference for setting up credentials in thi scase?
@@vishakhakalyankar989 Setup AWS CLI - th-cam.com/channels/_evcfxhjjui5hChhLE08tQ.htmlsearch?query=aws+cli+setup
Hai..sir..I am getting error.. while the result is ..Publish artifacts to S3 bucket changed build result to unstable.. please tell me sir what is resoan
Hi Viswanath,
please share the error screenshot
one small request from my end sir When your explain any topic .Please explain like Why its needed and how its work.
Please watch the entire DevOps playlist to get the context of why a certain feature is required. Watching adhoc is appreciable if you are already aware of DevOps concepts/terminology/jargons
@@ValaxyTechnologies sure Sir Thank for response
How to do it in pipeline?
Same you can implement in the pipeline.
can we do the same thing with jenkins installed on premises and artifactory on cloud please comment
Yes, the only difference is Jenkins instance is onprem based and not an EC2 one. Just explore the right options when S3 is attached in Jenkins
Can you upload videos on interview questions aws& devops
Not in the pipeline as of now.
@@ValaxyTechnologies Can you please do a video how to take the artifact from s3 and deploy into ec2
I need help, iam getting this error even tough i have my file in the path ""Publish artifacts to S3 Bucket No file(s) found: **/Task_3/*/CounterWebApp.war
""
Does the "*" path is the same as your 'jenkins' execution path?
@@ValaxyTechnologies yes
I have used **/*/CounterWebApp.war and it worked
@@ValaxyTechnologies tq for quick response
👍👍👍👍👍👍👍👌👌
Lots in small time
i follow every step..but .war file not store in s3 bucket....
.... jenkins console output.....like below
Publish artifacts to S3 Bucket Build is still running
Publish artifacts to S3 Bucket Using S3 profile: java-php
Publish artifacts to S3 Bucket No file(s) found: **/webapp/target/*.war
Finished: SUCCESS
When are you going to upload next Devops Project??
In your learning objective, what should be there in the next project?
@@ValaxyTechnologiesCan you please upload video for integrating sonarqube , nexus and a ticketing tool as part of pipeline. That would be very helpful. :)
Could please post videos on kubernetes . Thanks in advance.
^Sigh^. Our Kubernetes developer is busy with his personal life. Hopefully, we will be able to bring them to you at the earliest. Happy Learning until then.