Separating Jenkinsfile and Kubernetes Deployment YAML from Git Sources
In case you would wish to separate the important Jenkinsfile that powers your pipeline as well as Kubernetes…
In case you would wish to separate the important Jenkinsfile that powers your pipeline as well as Kubernetes…
Gradle is an open-source build automation tool that is designed to be flexible enough to build almost any…
In this brief guide we are going to take advantage of SonarQube to scan PHP or JavaScript or…
Managing multiple repositories in your organization each with Jenkinsfiles for CI/CD can be dented with the security problem…
Jenkins usually creates a workspace for your builds automatically and uses it to clone code, build node_modules in…
In our recent guide, we took the installation of Jenkins and installation of SonarQube by the horn and…
In this guide, I’ll show you how to configure your Jenkins Server to Authenticate users against FreeIPA LDAP…
Question: How can I put Jenkins behind Nginx reverse proxy and Let’s Encrypt SSL certificate?. Jenkins is a…
Can I create Roles in Jenkins server and assign to users?. The answer to this question is “Yes“.…
Jenkins is an open source automation server used to automate repetitive tasks that are often encountered in continuous…
How can I install Jenkins Server on CentOS 7 / RHEL 7?. Jenkins is an open source automation…
In my recent article I explain how you can installing Jenkins on Ubuntu System and install Jenkins Server…