Maxat Akbanov's blog
Maxat Akbanov's blog
Follow
Follow
homeAWSkubernetesAnsiblebashSQLGo
Series

jenkins


Articles in this series

How to use the Active Choice plugin for parameterized builds in Jenkins

Jun 28, 20222 min read

Overview: Active choices plugin The Active Choices plugin is used in parametrized freestyle Jenkins jobs to create scripted, dynamic, and interactive...

How to use the Active Choice plugin for parameterized builds in Jenkins

Basics of Jenkins CLI

Jun 15, 20221 min read

Prerequisite: Ubuntu OS Java installed. You can use jabba to install specific version Basics of using Jenkins CLI: Jenkins CLI documentation can be...

Basics of Jenkins CLI

How to run Jenkins as war file installation on Ubuntu 18.04

May 25, 20221 min read

Overview: One of the alternate ways of installing Jenkins on server is to use WAR (Web Application Archive) file. Remember that is not recommended to...

How to run Jenkins as war file installation on Ubuntu 18.04

How to run Jenkins in docker container on Ubuntu 18.04

May 23, 20222 min read

Overview OS Ubuntu 18.04 Docker needs to be installed on the system Run Jenkins as docker container: Install docker on the system:sudo apt install...

How to run Jenkins in docker container on Ubuntu 18.04

How to link jobs in Jenkins

May 20, 20222 min read

Overview: This simple project shows how to link different jobs in Jenkins and pass parameter values with artifacts between them. The overall scheme of...

How to link jobs in Jenkins

How to integrate Jenkins pipeline with public GitHub project

May 18, 20222 min read

Overview: Configured master node based on CentOS 7 machine Configured worker node based on Ubuntu 18.04 machine Sample parameterized Jenkins job that...

How to integrate Jenkins pipeline with public GitHub project