≡ Menu

Jenkins

Jenkins is a DevOps tool which can be used to automate your build, test and delivery of software code. If you are new to Jenkins, this tutorial will help you to understand how to create Jenkins pipeline using one of the following methods: Classic Jenkins User InterfaceJenkins Blue Ocean User Interface which reduces clutter and [...]

{ 0 comments }

Jenkins is an open source DevOps tool that will help you to deploy and automate your enterprise application. In Jenkins, by default you can create users, but not groups. So, if you want groups in Jenkins, you have the following few options: Use OpenLDAP with Jenkins Use Active Directory with Jenkins Use Unix user/group database. [...]

{ 5 comments }

How to Setup Git Repository and Credentials for Jenkins Jobs

Jenkins is an open source automation server, which will help you to automate the application deployment in your infrastructure. From Jenkins, for deployment, you can connect to any kind of source code control system, and pull the source, build it, and deploy it automatically to one or more servers. In this tutorial, we’ll explain how [...]

{ 9 comments }

How to Upgrade Jenkins to New Version and Update Plugins

Jenkins is an open source automation server, which will help you to build, deploy and automate your enterprise application. If you are using Jenkins for production deployment, it is very critical to keep it up-to-date with the latest version. Jenkins has a very active open source community. They constantly release new versions with lot of [...]

{ 5 comments }

Jenkins is an open source automation server, which will help you to build, deploy and automate your enterprise application. In Jenkins, after the install, it will launch a setup wizard and walk you through the initial security setup. But, if you like to create user accounts and restrict their privileges, you need to setup appropriate [...]

{ 11 comments }