Jenkins in Tamil 18 How to Execute Powershell with Plugins  |  CI&CD pipeline Tutorial Tamil  DevOps

Jenkins in Tamil 18 How to Execute Powershell with Plugins | CI&CD pipeline Tutorial Tamil DevOps


Jenkins in Tamil 18 How to Execute Powershell with Plugins | CI&CD pipeline Tutorial Tamil DevOps

#jenkins #powershell #devops #pipeline #jenkins_for_beginners
Jenkins for Beginners in Tamil 18 How to Execute Powershell with Plugins | CI\u0026CD pipeline Tutorial Tamil DevOps
   • Jenkins in Tamil 18 How to Execute Po…  

Site: https://tamiltutera.com
linkedIn: https://www.linkedin.com/in/tamiltutera/
Telegram Link: https://t.me/tamiltutera
Youtube Channel:    / tamiltutera  
Blog: https://tamiltutera.blogspot.com/
Like Facebook Page : https://www.facebook.com/tamiltutera
Follow us on Twitter: https://twitter.com/tamiltutera
Blog : https://tamiltutera.blogspot.com

Jenkins for Beginners in Tamil 17 How to Execute Powershell Script | CI\u0026CD pipeline Tutorial Tamil DevOps Tamil
   • Jenkins in Tamil 17 How to Execute Po…  

Jenkins for Beginners in Tamil 16 How to Migrate Jenkins in Tamil | CI\u0026CD pipeline Tutorial Tamil DevOps Tamil
   • Jenkins in Tamil 16 How to Migrate Je…  

Jenkins in Tamil 15 How to backup jenkins in Tamil | CI\u0026CD pipeline Tutorial Tamil DevOps Tamil
   • Jenkins in Tamil 15 How to backup jen…  

Jenkins for Beginners in Tamil 14 How to manage jenkins in Tamil | CI\u0026CD pipeline Tutorial Tamil DevOps Tamil
   • Jenkins in Tamil 14 How to manage jen…  
Jenkins for Beginners in Tamil 13 How to configure slave nodes in jenkins | CI\u0026CD pipeline Tutorial Tamil DevOps
   • Jenkins in Tamil 13 How to configure …  
Jenkins for Beginners in Tamil 12 What is master and slaves in jenkins | CI\u0026CD pipeline Tutorial Tamil DevOps
   • Jenkins in Tamil 12 What is master an…  
Jenkins for Beginners in Tamil 11 Create Jenkins Pipeline Script Tamil | CI\u0026CD pipeline Tutorial in Tamil | DevOps
   • Jenkins in Tamil 11 Create Jenkins Pi…  
Jenkins for Beginners in Tamil 10 How to Build pipeline job in jenkins | CI\u0026CD pipeline Tutorial in Tamil | DevOps
   • Jenkins in Tamil 10 How to Build pipe…  
Jenkins for Beginners in Tamil 09 How to Create Jobs in Jenkins | Jenkins for beginners in tamil | CI\u0026CD in Tamil
   • Jenkins in Tamil 09 How to Create Job…  
Jenkins for Beginners in Tamil 08 What is Jenkins Pipeline | Jenkins for beginners in tamil | CI\u0026CD | DevOps Tamil
   • Jenkins in Tamil 08 What is Jenkins P…  

Jenkins for Beginners in Tamil 07 Install Jenkins using WAR File | Jenkins for beginners in tamil | CI\u0026CD | DevOps
   • Jenkins in Tamil 07 Install Jenkins u…  

Jenkins for Beginners in Tamil 06 Install Jenkins on CentOS in Tamil|Jenkins for beginners in tamil | CICD |DevOps
   • Jenkins in Tamil 06 Install Jenkins o…  

Jenkins for Beginners in Tamil 05 Install Jenkins on Ubuntu Linux |Jenkins for beginners in tamil | CICD |DevOps
   • Jenkins in Tamil 05 Install Jenkins o…  

Jenkins for Beginners in Tamil-04-Install Jenkins on Windows in Tamil|Jenkins beginners in tamil | CICD |DevOps
   • Jenkins in Tamil-04-Install Jenkins o…  

Jenkins for Beginners in Tamil-03-Introduction to Jenkins in Tamil | Jenkins for beginners in tamil | CICD |DevOps
   • Jenkins in Tamil-03-Introduction Jenk…  

Jenkins for Beginners in Tamil-02-Overview of Continuous Delivery in Tamil | Jenkins beginners in Tamil | Jenkins
   • Jenkins in Tamil-02- Continuous Deliv…  

Jenkins for Beginners in Tamil-01-Overview of Continous Integration in Tamil |Jenkins beginners in Tamil | Jenkins
   • Jenkins in Tamil-01-Continous Integra…  

TamilTutEra - Ansible in Tamil | Ansible in தமிழ் (Tamil) | Ansible Tutorial for beginners in Tamil | Ansible Tutorial in Devops | ansible playbook
   • TamilTutEra - Ansible in  Tamil | Ans…  

TamilTutEra-Docker in Tamil | Docker for Beginners in Tamil | Docker | Docker DevOps Tutorial in Tamil | DevOps Tutorial in Tamil
   • TamilTutEra-Docker in Tamil | Docker …  

TamilTutEra - Ansible Tower in Tamil | Ansible in தமிழ் (Tamil) | Ansible Tower Tutorial for beginners in Tamil | DevOps Tools in Tamil | Cloud
   • TamilTutEra - Ansible Tower in  Tamil…  

#tamiltutera,
#devops,#tamil_tech_tutorials,#tamil_devops,#devops_in_tamil,
#docker_in_tamil,#ansible_in_tamil,#git_in_tamil,
#vagrant_in_tamil,#jenkins_in_tamil,
#automation_in_tamil,#tamil_tut_era,#it_automation_in_tamil,
#automation,#infrastructure_automation,#install_jenkins_in_centos,
#jenkins_installation_in_centos,#jenkins_installation_in_tamil
#how_to_configure_nodes_i_jenkins_in_tamil #create_and_configure_master_and_slaves_in_jenkins_in_tamil
#jenkins #jenkins_in_tamil #jenkins_pipeline #tamiltutera #jenkins_jobs_in_tamil #jenkins_backup #jenkins_backup_in_tamil
#jenkins_powershell_execution_in_tamil #jenkins_powershell_execution #jenkins_executing_powershell


Content

0.599 -> Hi guys, welcome to Tamil Tutera
2 -> Today we are going to see how to execute PowerShell with plugins
6 -> In previous videos, we have used Windows Batch command to execute
12.417 -> PowerShell
13 -> We have used PowerShell.exe
15 -> Now we are going to install PowerShell plugins in Jenkins
22 -> We are going to see how to execute PowerShell with plugins
26 -> This is a demo session. So don't miss it.
30 -> This is Jenkins dashboard. Click on Manage Jenkins
35 -> Click on Manage plugins
40 -> Click on Available and type PowerShell
43 -> PowerShell plugins will show availability
45 -> Select it and click on Install without restart
49 -> Plugins are installed. Success
55 -> Restart the system
58 -> It is restarting
61 -> Now we are going to create a new job item
65 -> Select PowerShell with plugins
69 -> Create a new item
71 -> I am going to create a free style patch and click on OK
74 -> Click on Parameterize
79 -> Click on Add node
83 -> I am going to set the master
86 -> By default, master is executed. But we can set it
90 -> I am going to set it
93 -> In the last, click on Add build step
98 -> In the previous videos, PowerShell was not there. Now it is there
104 -> Click on it
107 -> You can directly execute the command PowerShell.exe without PowerShell.exe
112 -> If you want to check any environmental variable, click on it
117 -> You can use this Tistoff Variable Inventory
121 -> You can use this Tistoff Variable Inventory to print out the
130.429 -> Genkins script URL
133 -> I am going to execute the command
137 -> I am going to apply the command and save it
142 -> Click on Build with Parameters
145 -> It is executed successfully
148 -> Let's check the console output
151 -> Get process command is executed
154 -> How it is executed?
157 -> By applying PowerShell.exe, it is bypassing the interactive execution
161.5 -> policy
162 -> Genkins creates a temporary file
167 -> Genkins creates a file with random numbers
172 -> It creates.ps1 and executes it
175 -> This is how PowerShell is executed
179 -> If you are applying PowerShell, Celscript, Python or JAR file,
183.737 -> it creates a temporary file in the target machine
188 -> It creates a temporary file in the target machine and executes
193.5 -> it
194 -> Let's check how to access the environmental variables
200 -> I am going to give the URL of the Genkins script
206 -> You can give the URL of the current job name
216 -> I am going to apply the command and save it
220 -> I am going to execute the command again
224 -> It is executed successfully
227 -> This is the current Genkins URL
232 -> The job name is PowerShell using plugins
237 -> You can use the $env command to access the PowerShell environment
243 -> You can use the PowerShell environment by installing plugins
249 -> There are many options
251 -> You can use the PowerShell profile to check the stop on errors
259 -> If you like this video, please like, comment and subscribe
264 -> Don't forget to click the bell icon to get notified of upcoming
266.578 -> videos [Powered By Dubverse]

Source: https://www.youtube.com/watch?v=b4NBKzZFL4M