Azure DevOps - Lesson 25 | Azure CI/CD Pipelines for Java | Deploy Web Application in Azure|

preview_player
Показать описание
Azure DevOps Total 30+ Lessons Playlist

CI/CD Pipelines for Java using Azure DevOps:
- CI Pipeline: Continuous Integration using Azure DevOps & Create CI Build Pipeline in Azure DevOps
- CD Pipeline: Now get the Jar file from Artifacts (CI pipeline) and deploy it into Web App inside Azure DevOps
- How to Deploy Web Application in Azure
- Create CD pipeline in Azure to deploy the Web Application in Azure Cloud
- Trigger Selenium automation scripts for testing in Azure DevOps after deployment
________________________________________________________________________
References:
Playlist of TRICENTIS Tosca SAP Automation:

Playlist of TRICENTIS Tosca 16.0 Automation Tutorial:

Playlist of Postman Automation Tool concepts:

Playlist of Katalon Automation Tool concepts:

Playlist of TestProject Automation Tool Concepts:

Playlist of YouTube Videos on Tosca Automation Specialist Level 1 & 2 concepts:

Playlist of YouTube Videos on Tosca Automation Engineer Level 1 concepts:

Azure DevOps Total 30+ Lessons Playlist:
Рекомендации по теме
Комментарии
Автор

U done very detailed manner, bjt finally u haven't run & show full pipeline once again

naren
Автор

Hello Ravikanth
Thanks for such a helpful and detailed explanation

navyashree
Автор

Hi Ravi, Thanks a lot for this video. I'm able to setup build pipeline for my project :)
And after some troubleshooting with below items, I was able to do a successful build for my selenium tests
1. Agent pool was not configured - later requested dev ops team to configure it
2. Configured Agent Pool doesn't have maven, java installed - later installed
3. Java, Maven path wasn't set in environment variables in the server - Later identified the issue and updated
4. Chrome version wasn't updated to latest version (it has 67) - Updated to ver84 to resolve the error 'session not created'
Thanks again!!!

SureshKumar-nors
Автор

Thanks for the video brother, learned much needed topic.

amarnadendla
Автор

Hi Ravi, Thanks, this video is really helpful.

BheemKonduru
Автор

very very very nice explanation. I hope I will be able to implement this.

pratikshak
Автор

Thanks for this video.

Could you kindly add a little description of what the Java application does (function) so that beginners can fully understand the implication of the Demo is?

abayomiowolarafe
Автор

On the Release > Deployment Process Step > Start up Command > Add this command to make it working "java -jar without quotes.

JosephJeethu
Автор

Perfect Ravikanth, keep up the good work Quick question -artifact can be git .git path also?

karthiksurvepalli
Автор

Hi sir.. as a tester i want to see how automations scripts will be triggered and run.. based on results wheatear we deploy app or not.. that we need to know

ganeshkama
Автор

Hi Ravi as you said my pipeline is executed successfully as per the plan. But I am unable to see the controller response in browse page getting 404 error kindly anyone please help in this

harishmagalingam
Автор

Thanks for the session.Any video on how to configure the SonarQube endpoint as part of the Maven task?

Kishore-jzsp
Автор

Thanks for the video.
Can you also share something about integrating appium with Selenium(Cucumber) test framework with azure pipeline?

AmitaGulia
Автор

Thanks for your session, and can you please post video on..After Building .jar/.war i need to push to nexus repo manager

babukandyala
Автор

Hi Ravi can you please share the video in which you can showcase how to change artifact repo from azure to nexus

amarkitta
Автор

Hi Ravi,

In my current project we have already a build pipeline. For that build pipeline if I add another stage for automation testing in that stage if I add Maven task, my automation script will run on Maven in cloud?

shaikabdulrahemanshaik
Автор

Hi Sir I am facing problem with Chromedriver path in Azure pipelines. please reply what path we need to enter so that It can accept chromedriver. Currently error shows the executable driver doen't exist on full path.

EV_Techie
Автор

Hi Ravikanth, I am going thru a multi stage deployment(Dev-PPE-Prod) in CD pipeline where i have 1 abc.config & 1 xyz.js file needs to be excluded from the deployment process. i know there is something called "Additional Arguments" under IIS Web App Deploy task in CD phase but not sure how to do this. Would appreciate your help on this

shibadattmishra
Автор

nice video, can we deploy Springboot with react in azure?

shaikkareemulla
Автор

Hi Ravi, I have followed same steps you have described. But after deployment Default web service page is displaying.Application message is not getting displayed.

uttamghorai