f594fb5c7c
Remove samples and reference the tests as examples instead. We don't need these samples for two reasons: 1. It is already duplicated in either JJB tests or documentation. 2. We don't test these samples so they may become outdated (some already have). Change-Id: If1ba6cc8a675091e740fa254951bb8fcbcee6903
10 lines
476 B
Markdown
10 lines
476 B
Markdown
# Jenkins Job Builder Examples #
|
|
|
|
Jenkins Job Builder includes many tests to demonstrate the use of Jenkins
|
|
Job Builder. All of the tests are in the 'tests' folder. It can be used
|
|
as a starting point for new projects. The tests also serve as JJB docs.
|
|
|
|
Please look in the tests folder for examples of how to define yaml files
|
|
for use with JJB. Most of the test examples are snippets of yaml, for a
|
|
more complete example look at the tests in the 'tests/yamlparser' folder.
|