≡ Menu

Jenkins Git Example

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 }

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 }