Skip to main content

COURSE ABSTRACT

Jenkins is an award-winning application that monitors executions of repeated jobs, such as building a software project or jobs run by cron. Among those things, current Jenkins focuses on the following two jobs:

• Building/testing software projects continuously. Jenkins provides an easy-to-use so-called continuous integration system, making it easier for developers to integrate changes to the project, and making it easier for users to obtain a fresh build. The automated, continuous build increases development productivity.

• Monitoring executions of externally-run jobs, such as cron jobs and procmail jobs, even those that are run on a remote machine. For example, with cron, all you receive is regular e-mails that capture the output, and it is up to you to look at them diligently and notice when it broke. Jenkins keeps those outputs and makes it easy for you to notice when something is wrong.

This course will provide students with an understanding of the principles of continuous integration, and the knowledge of how to implement continuous integration with automated test execution using Jenkins. Students will use a local copy of Jenkins and to create and run jobs, link to a version control system, run automated testing and generate development reports.

 

 

AUDIENCE

This course is designed for developers and build engineers.

 

PREREQUISITES

Some programming experience and familiarity with Object Oriented Programming concepts is helpful.

 

DURATION

2 Days

 

LEARNING OUTCOMES

In this training, attendees will learn how to:

Install and configure Jenkins in a servlet container

Create Jenkins builds

Configure and use Apache Ant and Apache Maven with Jenkins

Configure and use Node.js with Jenkins

Use Jenkins to generate Java coding standards reports, code coverage reports, and change notices

Use Jenkins to automatically deploy software into a testing environment.

Use Jenkins to implement complicated software delivery workflows.

Access Jenkins’ remote API from various tools.