Skip to content

Commit

Permalink
Merge pull request jenkinsci#9 from abayer/add-categories
Browse files Browse the repository at this point in the history
Simple categorization of examples.
  • Loading branch information
abayer committed Dec 16, 2015
2 parents f5bbf43 + 459651a commit 41b0312
Show file tree
Hide file tree
Showing 19 changed files with 18 additions and 6 deletions.
15 changes: 9 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
# Introduction

This repository is a home for snippets, tips and tricks and examples
of scripting for the [Jenkins Workflow plugin](https://github.com/jenkinsci/workflow-plugin/blob/master/README.md).
This repository is a home for snippets, tips and tricks and examples of scripting for the [Jenkins Workflow plugin](https://github.com/jenkinsci/workflow-plugin/blob/master/README.md).

# Layout

Please put your script into its own directory, with a README.md file
included explaining what your script does or shows. Make sure your
script is commented so that others can understand how it works, why it
works, etc.
The repository is broken up into four directories currently:

* *workflow-examples* - for general Workflow examples.
* *global-library-examples* - for examples of how to write and use the global library on a Jenkins master.
* *jenkinsfile-examples* - for examples of using `Jenkinsfile`s checked into repositories.
* *docs* - for documentation, guides and other non-code content.

Please put your script into its own directory under the appropriate directory above, with a README.md file included explaining what your script does or shows. Make sure your script is commented so that others can understand how it works, why it works, etc.

# License

Expand Down
File renamed without changes.
3 changes: 3 additions & 0 deletions global-library-examples/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Global library examples

This directory contains examples of how to extend Workflow using the global library on your Jenkins master.
3 changes: 3 additions & 0 deletions jenkinsfile-examples/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Jenkinsfile examples

This directory contains example Jenkinsfiles, which are used with the Multibranch Workflow functionality, or the Workflow script from SCM functionality.
3 changes: 3 additions & 0 deletions workflow-examples/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Workflow examples

This directory contains various Worklow examples, showing how to use specific plugins, how the Workflow DSL works, and more.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 41b0312

Please sign in to comment.