Skip to content
This repository has been archived by the owner on Aug 1, 2019. It is now read-only.

Commit

Permalink
reference tests as examples
Browse files Browse the repository at this point in the history
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
  • Loading branch information
zaro0508 committed May 29, 2014
1 parent 24ce90e commit f594fb5
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 147 deletions.
11 changes: 6 additions & 5 deletions samples/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Jenkins Job Builder Examples #

These examples demonstrate the use of particular features of Jenkins
Job Builder that can be used as starting points for new projects.
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.

These examples are also used in the test framework - if you add a new
example here, please ensure that it can be processed by Jenkins Job
Builder.
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.
28 changes: 0 additions & 28 deletions samples/gerrit-trigger.yaml

This file was deleted.

73 changes: 0 additions & 73 deletions samples/pipeline.yaml

This file was deleted.

28 changes: 0 additions & 28 deletions samples/release.yaml

This file was deleted.

13 changes: 0 additions & 13 deletions samples/sonar.yaml

This file was deleted.

0 comments on commit f594fb5

Please sign in to comment.