Here in this article will see how we can remotely trigger a parameterized jenkins pipeline build. We will be creating a very basic pipeline in jenkins which accepts parameters and…
Here in this article will see how we can remotely trigger a parameterized jenkins pipeline build. We will be creating a very basic pipeline in jenkins which accepts parameters and…
Here in this article will see how we can remotely trigger a jenkins pipeline. We will be creating a very basic pipeline in jenkins and try to trigger it using…
Here in this article we will see how we will setup a jenkins controller server and a jenkins agent node. Once the servers are ready we will connect a jenkins…
Here in this article we will see how we can install jenkins using linux package repository and configure it with SSL certificate for secure HTTPS communication. Test Enviornment Fedora 35…
Here in this article we will try to extract the plugin version and also the required jenkins version for that plugin to operate in a compatible mode from the jenkins…
Test Environment Fedora 32 installedDocker and Docker compose installed Here in this article we will see how we can setup a Gitlab and Jenkins as service using the docker compose…
Test Environment - Fedora 32 installed with selinux enabledApahce HTTP server installedJenkins installed In this article we will how we can enable access to Jenkins URL which runs on default…
Test Environment Ansible Controller - Fedora 32 linux with ansible installedAnsible Node - Fedora 32 linux remote node In this article we will see how we can install and configure…
Purpose - To setup a django project and integrate it with Jenkins and Nexus for automated build and artificatory deployment to Nexus repository which can be further download and run…