<%@ page isELIgnored="true" %> <%@ taglib uri="cms" prefix="cms" %> Jobs

Jobs

The job is composed of a series of distinct actions the server must perform (called "steps" in AnthillPro) to successfully run a build, deployment, or any other AnthillPro process. For any job you create, the steps (actions) are executed by the server one at a time, in a specific order.

Job configuration comprises a major component of a project. Each job step may be laid out explicitly or generated implicitly by a special job definition. Typical jobs are "build", "deploy", or "run functional tests". AnthillPro provides a Job Wizard to assist in the creation of build jobs. The Wizard takes you through the steps to configure the builder and the publisher required by the job, and is the best way to ensure your build job will be configured successfully.

To learn about job configuration, see Create a New Job in the Setting Up a Build section.