Chapter 6. Configure steps

Table of Contents

Configure step "Checkout"
Configure step "Build"
Configure step "Publish artifacts"
Configure step "Label checked out code"
Configure step "Label promotion"
Configure step "Send notification"
Configure step "Trigger build in another configuration"
Configure step "Fail current step conditionally"
Configure step "Evaluate velocity template"
Configure step "Fix text files eol/eof characters"
Configure step "Change file permissions"
Configure step "Serial composition"
Configure step "Parallel composition"
The dummy step

This chapter describes how to configure various build steps.

Configure step "Checkout"

This step is used to check out code from specified repository. The checked out code will be placed in the running configuration's checkout directory or some sub directory depending on settings of the choosed repository.

Step necessary condition

Determines if this step is necessary during the build process. It is an OGNL expression with current configuration as its root object.

Check out from

Specify name of the repository to check out code from.