Jenkins
-
Integrate Git & Jenkins for Scheduled PowerShell Scripts
If you and your team have way too many PowerShell scripts lying around running who knows where, this article is for you. In this article, you’re going to learn how to set up the popular Jenkins automation server to manage and execute PowerShell scripts! You’ll learn how to integrate Git version control with Jenkins to then set up and schedule PowerShell scripts to run at predefined schedules. PowerShell Script Sprawl: This Isn’t Working As an automation engineer, one of the…
-
Integrate PowerShell in Jenkins for Seamless Automation
If you have been managing Windows servers for any length of time, you no doubt have a lot of PowerShell scripts to perform those mundane but necessary tasks you do regularly like resetting passwords, gathering log data, or archiving backup files. Did you know PowerShell in Jenkins is a thing? You may have scripts that you run on a regular basis, maybe even set up a task scheduler event in an attempt to automate your PowerShell scripts. There is a…
-
How to Set Up a New Jenkins Build Agent
Are you running out of Jenkins executors or stuck waiting for queued jobs for your Jenkins Windows jobs? If so, you need to set up more Jenkins agents. In this tutorial, you’ll learn how to add a Jenkins agent Windows node to support an ever-growing resource need in your software build environment! Prerequisites To follow along with this article, you will need the following. Working installation of a Jenkins controller installation equal to or greater than 2.176.1, and in this…
-
Create a Jenkins Build Job to Automate Web Deployments
Building and deploying an application can be a difficult task. Why not use a Jenkins Build Job to automate the entire process? You concentrate on building while Jenkins handles code deployment. In this tutorial, you will learn how to automate your code deployment using Jenkins to save time so that you can focus on other tasks simultaneously. Ready? Time to dive in! Prerequisites This tutorial houses hands-on demonstrations. If you’d like to follow along, be sure you have the following:…
-
How to Create a Jenkins CI CD Pipeline
Did you know that Jenkins has built-in support for Continuous Integration/Continuous Delivery CI/CD? Implementing a Jenkins CI CD pipeline with your project can significantly improve your software development process. Jenkins is one of the most popular DevOps automation tools to date. And if you’re looking to get started with the Jenkins CI CD pipeline, you’ve come to the right place. Read on, and in this tutorial, you’re going to learn how to set up a Jenkins CI CD pipeline with…
-
Focused Job Configuration with the Jenkins DSL Plugin
Organizations are increasingly adopting Jenkins to automate their build and test processes, making manually managing Jenkins jobs difficult. The good news is Jenkins DSL plugin allows you to define Jenkins jobs in a Domain Specific Language (DSL) syntax. Jenkins DSL makes it possible to store jobs in version control systems, share them with other users, and generate new jobs from templates. And in this tutorial, you’ll learn how to take advantage of the Jenkins DSL plugin to help with automating…
-
Unlocking CI/CD: How to Install Jenkins on Ubuntu Successfully
Are you spending a lot of time deploying code in your infrastructure with many steps and software? Don’t worry, you’re at the right place to learn how to install Jenkins, the most widely used open-source tool. In this tutorial, you will learn how to install Jenkins on an Ubuntu machine, so you can build and deploy code with a click of a button. Read on and start installing! Prerequisites This post will be a step-by-step tutorial. To follow along, be…