DEV Community

Cover image for Jenkins Installation Windows
onclick360-blog
onclick360-blog

Posted on

Jenkins Installation Windows

jenkins installation on windows is a quite easy and a good way to automate windows tasks, you can install Jenkins on Linux and install Jenkins slave on ubuntu and windows. By Jenkins deployment automation we can automate so many Windows tasks and run batch and PowerShell script remotely. Folder and File Backups can be automated using Jenkins.

What can Jenkins do?
1.Run an internal commands and script
2.Perform the code compilation & build the software with Maven or Gradle.
3.Monitoring the execution of the above tasks.
4.Schedule the Job or task to execute.
5.Run build as per action item define.
6.Run JOB in one or multiple remote servers in the parallel or serial way
7.Provision to stop the build in case of failure in any of the steps.
8.Notifying the user of the success or failure of each build.

Read the original article for more details steps:-

https://www.onclick360.com/jenkins-installation-windows/

Top comments (0)