Reader small image

You're reading from  Sonar Code Quality Testing Essentials

Product typeBook
Published inAug 2012
Reading LevelIntermediate
PublisherPackt
ISBN-139781849517867
Edition1st Edition
Languages
Tools
Right arrow
Author (1)
Charalampos S Arapidis
Charalampos S Arapidis
author image
Charalampos S Arapidis

Charalampos Arapidis is a Senior Software Engineer located in Athens, Greece specializing in J2EE application design and implementation. His other notable interests include data-mining/visualization techniques and tuning continuous integrated environments. From a very early age, Charalampos showed particular interest in advanced Mathematics and software development and has been honored twice at the Panhellenic Mathematical Contest for providing prototype and innovative solutions. He graduated in Computer and Software Engineering from the Polytechnic school of the Aristotle University. After graduation he dynamically entered the enterprise field where he helped his organization make the transition from legacy client server ERP and CRM applications to full stack J2EE with JSF implementations all in a streamlined and integrated development environment. The development of the Proteus Web Document Management System for the Greek Public Sector and his solutions to Kallikratis - the largest data integration project ever conceived in the later years of Greece's public sector – are two of his most recognizable achievements nationwide. Charalampos currently works at Siemens Enterprise Communications as a Senior Software Applications Engineer, designing and implementing Unified Communications software at multinational level. When not working, he enjoys blogging, playing the classical guitar, and composing music, exploring new ways to translate polynomial equations to sound.
Read more about Charalampos S Arapidis

Right arrow

Creating a build job


Next, we will create a new build job for the packt-app Maven project. Log in to Jenkins and click on the New Job link from the left. Enter a job name and select the maven2/3 radio button. Then, click on OK to proceed to the job's configuration screen.

Click on the Subversion radio button and enter the Repository URL of the packt project. Remember to replace the $PATH_REPO environment variable with the repository directory as it is configured in your own system. Leave the rest of the fields to their default values.

Configure the Build Triggers section as shown in the following screenshot:

The Poll SCM value 5 * * * * is a cron expression and means that Jenkins will poll the Subversion server every five minutes and if any changes are detected, it will update the source code to pull the changes and automatically execute the packt-app build job. Click on the question mark beside the Poll SCM field for more configuration options.

Cron expression and scheduling

Cron is a time...

lock icon
The rest of the page is locked
Previous PageNext Page
You have been reading a chapter from
Sonar Code Quality Testing Essentials
Published in: Aug 2012Publisher: PacktISBN-13: 9781849517867

Author (1)

author image
Charalampos S Arapidis

Charalampos Arapidis is a Senior Software Engineer located in Athens, Greece specializing in J2EE application design and implementation. His other notable interests include data-mining/visualization techniques and tuning continuous integrated environments. From a very early age, Charalampos showed particular interest in advanced Mathematics and software development and has been honored twice at the Panhellenic Mathematical Contest for providing prototype and innovative solutions. He graduated in Computer and Software Engineering from the Polytechnic school of the Aristotle University. After graduation he dynamically entered the enterprise field where he helped his organization make the transition from legacy client server ERP and CRM applications to full stack J2EE with JSF implementations all in a streamlined and integrated development environment. The development of the Proteus Web Document Management System for the Greek Public Sector and his solutions to Kallikratis - the largest data integration project ever conceived in the later years of Greece's public sector – are two of his most recognizable achievements nationwide. Charalampos currently works at Siemens Enterprise Communications as a Senior Software Applications Engineer, designing and implementing Unified Communications software at multinational level. When not working, he enjoys blogging, playing the classical guitar, and composing music, exploring new ways to translate polynomial equations to sound.
Read more about Charalampos S Arapidis