Lesson 5: Creating a process template
Build a process template for the tutorial project.
- On the left navigational panel, click Templates, click Process, and then click Create.
-
In the Name field, type
Demo Build Process. - Under Type, make sure that Build Process is selected.
- Click Save.
Creating a process definition
Process definitions identify the jobs that comprise a build.

Creating process template properties
Define the property you referenced in Lesson 2.
${p:maven.goals}, in Lesson
2. Creating process artifact sets
Generated artifacts are assigned to an artifact set. An artifact set is a collection of build artifacts.
- Ensure that the window for your build process is displayed and click Artifacts, and then click New Artifact Config.
- In the Artifact Set list, select the artifact set you created earlier, maven.
-
In the Base Directory field, type
target. -
In the Include Artifacts field, type
*.jar. - Click Save.
Lesson checkpoint
In this lesson, you created a process template and added a property and an artifact set to it.
