Jenkins

Home/Tag: Jenkins

Continuous Deployment with Microservices using Kubernetes and Jenkins

2019-01-18T19:29:29+05:30

What is a Microservices?Before understanding Microservices, let’s discuss about Monolithic. In a monolithic architecture, all code is in one principal executable file which can be tougher to troubleshoot, test and update. Hence, we can

Continuous Deployment with Microservices using Kubernetes and Jenkins2019-01-18T19:29:29+05:30

How to Use GitHub Plugin for Jenkins?

2016-10-12T16:22:49+05:30

In order to integrate Jenkins with GitHub, all you require is a plugin. The GitHub plugin for Jenkins allows you to schedule your build and facilitates easy transfer of data from

How to Use GitHub Plugin for Jenkins?2016-10-12T16:22:49+05:30

How to Manage and Assign Roles to Generate Build Reports in Jenkins?

2016-06-06T09:40:32+05:30

Jenkins allows administrators to manage various security roles with the help of Role Strategy Plugin. This allows implementing role-based strategies and simplifies user management. Permissions related to Job, Run, View, SCM,

How to Manage and Assign Roles to Generate Build Reports in Jenkins?2016-06-06T09:40:32+05:30

How to Build Maven with Jenkins?

2016-05-16T03:23:57+05:30

Maven fulfills the need to build a standard project layout. In addition, it allows proceeding quickly on a new project and reduces the configuration needs while boosting the build report automatically.

How to Build Maven with Jenkins?2016-05-16T03:23:57+05:30

Integrating Jenkins with GitHub for Windows

2016-01-29T04:04:02+05:30

Jenkins Installation   Download the latest Jenkins “.zip” file from the link: http://mirrors.jenkins-ci.org/windows 2. Extract the Jenkins file and download the “setup.exe” file. 3. Double-click the setup.exe file to open the Jenkins

Integrating Jenkins with GitHub for Windows2016-01-29T04:04:02+05:30

How to Retry a Failed Build in Jenkins?

2015-12-18T10:42:55+05:30

Retry builds after failure in Jenkins Open Jenkins using the URL: http://localhost:8080/ on any browser. 2. Click the ‘Manage Jenkins’ menu displayed on the right side of the screen. You will

How to Retry a Failed Build in Jenkins?2015-12-18T10:42:55+05:30
Go to Top