• Programming Training

    business_appsInterSource offers live instructor-led courses on all important programming technologies, including C#, C/C#, PHP and Visual Basic. We can also arrange training on many less-known but highly useful languages. We can teach courses on a variety of additional topics; please request an offer if you need a course which is not indicated on the site.

    These live classes are offered both on client sites, at our Geneva training center, and via a Web interface.

  • About Programming

    Within software engineering, programming (the implementation) is regarded as one phase in a software development process, normally following closely on the heels of the requirements gathering phase.

    Computer programming (often shortened to programming or coding) is the process of writing, testing, debugging/troubleshooting, and maintaining the source code of computer programs. This source code is written in a programming language. The code may be a modification of an existing source or something completely new. The purpose of programming is to create a program that exhibits a certain desired behavior (customization). The process of writing source code often requires expertise in many different subjects, including knowledge of the application domain, specialized algorithms and formal logic.


    Read More
  • Course Details Programming

    Classes are offered at client sites, at our Geneva training center, and via a live web conference. For detailed course outlines and scheduled classes, please see below.

    To book training, navigate to the course you need, then:

    • For scheduled online classes, register from the choices indicated.
    • If you need an alternative date, time or location, or if you want a live classroom course, click on “request an offer for this course,” to complete the form.

Continuous Integration with Maven, Jenkins, and Nexus

Course duration

  • 3 days

Course Benefits

  • Download and install Maven
  • Build a project
  • Work with Maven's directory structure, plugins, repositories, and more
  • Understand the Project Object Model (POM)
  • Build a complete web application using Maven
  • Build and activate profiles
  • Use Maven from Eclipse via the m2eclipse plugin
  • Install and configure Jenkins in a servlet container
  • Create Jenkins builds
  • Configure and use Apache Ant and Apache Maven 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.
  • Configure Maven and Jenkins to deploy the generated artifacts to Nexus

Course Outline

  1. Introduction to Continuous Integration, Continuous Delivery and Jenkins-CI
    1. Foundation of Agile AppDev
    2. XP Flow
    3. Extreme Programming
    4. Agile Development
    5. What is Continuous Integration
    6. What is Continuous Integration (cont'd)
    7. Typical Setup for Continuous Integration
    8. Setup Notes for Continuous Integration
    9. CI with Artifact Management
    10. What is Continuous Delivery?
    11. Why Continuous Delivery?
    12. DevOps and Continuous Delivery
    13. Continuous Delivery Challenges
    14. Continuous Delivery vs Continuous Deployment
    15. Jenkins Continuous Integration
    16. Jenkins Features
    17. Running Jenkins
    18. Summary
  2. Introduction to Apache Maven
    1. Build Tools for Java
    2. Build Tools for Java (cont'd)
    3. History of Build Tools
    4. Traditional Scripting
    5. 'make'
    6. Problems with Make
    7. Manual Build with JavaC
    8. ANT
    9. Pros and Cons of Ant
    10. Apache Maven
    11. Goals of Maven
    12. What is Apache Maven?
    13. What is Apache Maven (cont'd)
    14. Why Use Apache Maven?
    15. The Maven EcoSystem
    16. Consistent Easy-to-Understand Project Layout
    17. Convention Over Configuration
    18. Maven is Different
    19. Maven Projects have a Standardized Build
    20. Effect of Convention Over Configuration
    21. Importance of Plugins
    22. A Key Point on Maven!
    23. Summary – Key Features of Maven
  3. Installing and Running Apache Maven
    1. Downloading Maven
    2. Installing Maven
    3. Run From Command Line
    4. Running Inside an IDE
    5. Settings.xml
    6. Local Repository
    7. Summary
  4. Installing and Running Jenkins
    1. Downloading and Installing Jenkins
    2. Running Jenkins as a Stand-Alone Application
    3. Running Jenkins as a Stand-Alone Application (cont'd)
    4. Running Jenkins on an Application Server
    5. The Jenkins Home Folder
    6. Installing Jenkins as a Windows Service
    7. Initial Configuration
    8. Configuration Wizard
    9. Configuration Wizard (cont'd)
    10. Configuring Tools
    11. Configuring Tools - Best Practices
    12. Logging in Jenkins
    13. Custom Log Recorders
    14. Summary
  5. Job Types in Jenkins
    1. Introduction
    2. Different types of Jenkins Items
    3. Different types of Jenkins Items (cont'd)
    4. Configuring Source Code Management(SCM)
    5. Working with Subversion
    6. Working with Subversion (cont'd)
    7. Working with Git
    8. Storing Credentials
    9. Service Accounts
    10. Storing Credentials (cont'd)
    11. Build Triggers
    12. Schedule Build Jobs
    13. Polling the SCM
    14. Polling vs Triggers
    15. Maven Build Steps
    16. Summary
  6. Getting Started With Maven
    1. Terminology and Basic Concepts
    2. Artifacts
    3. Lifecycle
    4. Default Lifecycle
    5. Plugins
    6. Running Maven - the Story So Far
    7. Running Maven from an IDE
    8. Common Goals
    9. pom.xml
    10. Example
    11. Example (cont'd)
    12. Artifact Coordinates
    13. Standard Layout for Sources
    14. Summary
  7. A Web Application in Maven
    1. A More Complex Project
    2. Putting it Together With Maven
    3. Packaging the Target Artifact
    4. The Source Tree
    5. Dependencies
    6. Transitive Dependencies
    7. Dependency Scope
    8. Working With Servers
    9. Declaring and Configuring Plugins
    10. Running the Plugin
    11. Binding a Plugin Goal to the Lifecycle
    12. Archetypes
    13. Summary
  8. Commonly Used Plugins
    1. Maven Plugins
    2. Declaring and Configuring Plugins
    3. Running the Plugin
    4. Binding a Plugin Goal to the Lifecycle
    5. Maven Surefire Test Plugin
    6. Failsafe Plugin
    7. Site Plugin
    8. JavaDoc Plugin
    9. PMD Plugin
    10. Code Coverage – Cobertura
    11. Summary
  9. Multi-Module Builds
    1. Introduction
    2. The Reactor
    3. Reactor Sorting
    4. Multi-Module Build by Example
    5. Summary
  10. POM Projects
    1. Project Object Model (POM)
    2. The overall POM structure
    3. Storing POM
    4. Summary
  11. Writing Plugins (Maven)
    1. What is Maven Plugin
    2. Example of Using a Plugin
    3. Create a Custom Plugin
    4. Create a Custom Plugin (cont.)
    5. Plugin Management
    6. Summary
  12. Creating Archetypes
    1. Introduction to Maven Archetypes
    2. Introduction to Maven Archetypes (cont.)
    3. Using Interactive Mode to generate Goal
    4. Common Maven Archetypes
    5. Summary
  13. Repository Management
    1. Maven's Approach to Artifacts
    2. Publishing Artifacts
    3. Summary of Maven's Artifact Handling
    4. Repository
    5. Repository Manager
    6. Proxy Remote Repositories
    7. Types of Artifacts
    8. Release Artifacts
    9. Snapshot Artifacts
    10. Reasons to Use a Repository Manager
    11. Repository Coordinates
    12. Addressing Resources in a Repository
    13. Summary
  14. Release Management
    1. What is release Management?
    2. Release Management with Nexus
    3. Release Management with Maven
    4. Summary
  15. Jenkins Plugins
    1. Introduction
    2. Jenkins Plugins - SCM
    3. Jenkins Plugins – Build and Test
    4. Jenkins Plugins – Analyzers
    5. Jenkins for Teams
    6. Installing Jenkins Plugins
    7. Summary
  16. Securing Jenkins
    1. Jenkins Security - Overview
    2. Jenkins Security
    3. Authentication
    4. Authorization
    5. Confidentiality
    6. Activating Security
    7. Configure Authentication
    8. Using Jenkins's Internal User Database
    9. Creating Users
    10. Authorization
    11. Matrix-Based Security
    12. Note – Create the Administrative User
    13. Project-based Matrix Authorization
    14. Project-Based Authentication
    15. Role Based Access Control
    16. Conclusion
  17. Distributed Builds with Jenkins
    1. Distributed Builds - Overview
    2. Distributed Builds – How?
    3. Agent Machines
    4. Configure Jenkins Master
    5. Configure Projects
    6. Conclusion
  18. Continuous Delivery and the Jenkins Pipeline
    1. Continuous Delivery
    2. Continuous Delivery (cont'd)
    3. DevOps and Continuous Delivery
    4. Continuous Delivery Challenges
    5. Continuous Delivery with Jenkins
    6. The Pipeline Plugin
    7. The Pipeline Plugin (cont'd)
    8. Defining a Pipeline
    9. A Pipeline Example
    10. Pipeline Example (cont'd)
    11. Parallel Execution
    12. Creating a Pipeline
    13. Invoking the Pipeline
    14. Interacting with the Pipeline
    15. Pipeline vs Traditional Jobs
    16. Conclusion
  19. Best Practices for Jenkins
    1. Best Practices - Secure Jenkins
    2. Best Practices - Users
    3. Best Practices - Backups
    4. Best Practices - Reproducible Builds
    5. Best Practices - Testing and Reports
    6. Best Practices - Large Systems
    7. Best Practices - Distributed Jenkins
    8. Best Practices - Summary

Class Materials

Each student will receive a comprehensive set of materials, including course notes and all the class examples.

Class Prerequisites

Experience in the following is required for this Jenkins class:

  • Familiarity with Java development practices.
Since its founding in 1995, InterSource has been providing high quality and highly customized training solutions to clients worldwide. With over 500 course titles constantly updated and numerous course customization and creation possibilities, we have the capability to meet your I.T. training needs.
Instructor-led courses are offered via a live Web connection, at client sites throughout Europe, and at our Geneva Training Center.