How to Manually Install Jenkins plugin

Now days Jenkins is more popular for continuous integration build tool, Jenkins provides thousands of Jenkins plugin which help to improve Jenkins functionality. You can directly installed plugin from manage plugin options, but sometime your Jenkins server machines do not have internet connectivity that time you need to install manually Jenkins plugin. Jenkins has plugin […]

Continue reading


How to integrate swagger with angular

Swagger is awesome api for your RESTful API.Swagger helps to powerful representation of your RESTful API.The Swagger api available in almost every modern programming language and deployment environment.The Swagger-enabled API can be used to create interactive documentation, client SDK generation and discover ability. Swagger is supporting to almost every modern programming language and deployment environment.Swagger […]

Continue reading


Part 2 : Simple list example Add/Edit and Delete with Angular

In this tutorial, we will learn add, edit and delete functionality into angularjs application.We will add functionality of add record, edit record and delete record on grid listing.Angular provide very simple logic on behind add/edit and delete functionality, If you have knowledge of JSON object/Array then you can do it with in minute, you learn […]

Continue reading