Quantcast
Channel: Jenkins
Browsing all 28 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

Install Jenkins on CentOS7

Jenkins is a java based open source Continuous Integration (CI) tool used for software development. It is also called automation server for continuous build and deployment. It helps the user to...

View Article



Image may be NSFW.
Clik here to view.

How to Install Jenkins with Docker on Ubuntu 18.04

What is Docker? Docker is a free and open source software tool that can be used to pack, ship and run any application as a container. It has not any packaging system or frameworks, it can be run from...

View Article

Image may be NSFW.
Clik here to view.

Getting started with Jenkins on Ubuntu 20.04

Jenkins is an open-source, Java-based server that provides plugins for a variety of automation problems. Be it automating the programming of new software, or its assignment to a specific task, with...

View Article

Image may be NSFW.
Clik here to view.

How to Install Jenkins on Ubuntu 20.04?

Jenkins is a prevalent open-source automation server and is used as a CI (continuous integration) server for building and efficiently managing applications and large-scaled software. It helps in unit...

View Article

Jenkinsfile Node Example

The node block in a Jenkinsfile allows you to specify a series of steps that should be run on a particular node. A node is a machine that is part of the Jenkins environment and is capable of executing...

View Article


Jenkinsfile If Else

Control flow refers to the order in which instructions in a computer program are executed. It allows a programmer to specify the steps that should be taken based on different conditions or inputs,...

View Article

Image may be NSFW.
Clik here to view.

Jenkinsfile Choice Parameter

In Jenkins, the “Choice Parameter” is a parameter that allows you to select a single value from a predefined list of values. This can be useful when you want to allow users to select from a list of...

View Article

Image may be NSFW.
Clik here to view.

Jenkinsfile Checkout SCM

The Source Code Management or SCM refers to the version control system (VCS) which is used to manage a project’s source code. Jenkins supports multiple SCM systems including Git, Subversion,...

View Article


Jenkinsfile ArchiveArtifacts

Jenkins build artifacts refer to the files generated by a specific Jenkins build and saved in one location so that they can be archived and shared with other team members or deployed to testing and...

View Article


Jenkins TAG_NAME

Environment variables, or env vars, are variables which are set outside of a script and are used in Jenkins scripts. Jenkins environment variables are a set of key-value pairs where the key is the...

View Article

Jenkins Post-Failure Cleanup

Jenkins “Post-build Actions” allows you to define actions that should be taken after a build is completed. One of these actions is the “Post-build Failure Cleanup” action, which allows you to specify...

View Article

Image may be NSFW.
Clik here to view.

Jenkins Post-Build Actions

If you are familiar with Jenkins, you mainly work with build actions. This build represents a specific set of tasks executed by the Jenkins server. When you create a new build in Jenkins, you can...

View Article

Jenkins Parallel Stages

A Jenkins pipeline is a group of events or jobs that are interlinked in a sequence. You can define a pipeline by creating a Pipeline object in your Jenkinsfile. Parallel stages allow you to run...

View Article


Image may be NSFW.
Clik here to view.

How to Restart Jenkins on Linux

When working with Jenkins, you may come across some instances where you need to restart the Jenkins server. An example of such a scenario is after installing or updating a specific plugin. Another case...

View Article

Image may be NSFW.
Clik here to view.

How to View the Jenkins Logs

Jenkins is one of the most influential and popular free and open-source CD/CD automation servers for developers. Apart from the plethora of tools and plugins which are supported by Jenkins, it provides...

View Article


Image may be NSFW.
Clik here to view.

Install and Use the Ansible Jenkins Plugin

This tutorial explores how we can integrate Ansible in our Jenkins pipelines using the Ansible plugin. This allows us to run the Ansible tasks as a build step in our Jenkins pipeline. This is an...

View Article

Jenkins AllOf Operator

We can use the when expression in a Jenkinsfile to specify the conditions under which a particular build step or post-build action should be executed. It allows you to specify a Boolean expression that...

View Article


Jenkins AnyOf Operation

We can use the when expression in a Jenkinsfile to specify the conditions under which a particular build step or post-build action should be executed. It allows you to specify a Boolean expression that...

View Article

Image may be NSFW.
Clik here to view.

Jenkins Disk Space Cleanup

Depending on the server configuration, you may need to monitor and clean up your Jenkins disk usage constantly. This can free up space and allow your Jenkins instance to perform better. There are...

View Article

Image may be NSFW.
Clik here to view.

Jenkins Reload Configuration From Disk

The Reload Configuration from Disk command in Jenkins allows you to refresh Jenkins configuration files and directory structure. This command is used when a change is made to Jenkins and its...

View Article
Browsing all 28 articles
Browse latest View live




Latest Images