Pages

Monday, May 27, 2019

Jenkins - Integration with PagerDuty

PagerDuty is an incident management platform that provides reliable incident notifications via email, push, SMS, and phone, as well as automatic escalations, on-call scheduling, and other functionality to help teams detect and fix infrastructure problems quickly. In this article we will see how we can configure pagerduty with jenkins...
Read More

Jenkins - Integration with Junit

Unit testing is defined as a type of software testing where individuals units/components of the software ( the code that developers write ) are tested. This testing is done during development of an application. The objective of unit testing is to isolate a section of code and verify its correctness. In a normal programming language ,...
Read More

Tuesday, May 21, 2019

Jenkins - Integration with JIRA

Jira can be used as a Issue tracking, project management etc for your project and brigins agility with the scrum board and process. The most common use case is to create or update a Jira Ticket when there is an update on the Jenkins Job such as failure. In this article we will see how we can install Jira and integrate with Jenkins....
Read More

Tuesday, May 7, 2019

Jenkins - Integration with Slack

Notifications are very important in a Continuous Integration System. The most basic notification type is the email. A Build job sends a notification as an email when it fails or completes successfully. Now a days people requires these notifications not just by emails but by sending sms or messages to their chat channels etc. Slack is...
Read More