Skip to content
Damien Coraboeuf edited this page Jun 13, 2016 · 4 revisions

Testing

Running the tests is as simple as:

./gradlew clean build

When running the tests inside an IDE, you first have to run the following Gradle tasks:

./gradlew resolveTestDependencies copyPipelineDemo

This will:

  1. download the needed support Jenkins plugins
  2. prepare the sample pipeline library needed for some tests

See also