CI/CD on Windows-based Environments - Yes it is Possible - Noam Shochat

preview_player
Показать описание


We will see how Jenkins act as the glue, mcollective for orchestrating the servers, Puppet for manage server configuration and deployment and where Powershell and Ruby are fit in all of that. We will cover the differences between the different environments and how we solved the gap.

At the end of his session you will have a very clear on how eToro is doing it.

About the speaker - Noam Shochat

I worked in Web Operations in several successful companies. Currently works at eToro bringing DevOps culture, processes and tools to the company. Having years of production operations experience, implements Application Lifecycle Management with zero downtime deployments, managing load balancers, monitoring and logging. Previously worked at Soluto, TGS and Amdocs in Operations.
Рекомендации по теме
Комментарии
Автор

Hi,

I have intsllaed Jenkins 2.32.1 on my machine as per your video and while installing I have selected Install Suggested Plugins option also.

I have few queries in Jenkins, If you are aware can you please help me here.

I am planing to use Jenkins to collect few information. Can you please let me know what all should be done to get this ?

I am creating windows images in my environment and normally I check each windows images manually to see whether the imaging is successful or not.I want the success or failure status of windows images to be updated in Jenkins so that when I need, I can login to Jenkins to check the same.

Also Once the image creation is completed we use to run a powershell script to validate the image to see all the necessary applications are installed or not and this powershell script used to send an email to our mail box. But I want this step also to be automated from Jenkins using the same powershell script, so that the validation status also get updated on Jenkins behalf of sending emails.


Is there any way to accomplish this ?

shimithmenon