Skip to content

Commit

Permalink
Document special $jobName property available to every job configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
Miro Bezjak committed Aug 29, 2011
1 parent 2488984 commit cdbc616
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -340,6 +340,10 @@ created: `build/kin/config.xml`, `build/foo/config.xml` and
* `$scm` is replaced with `http://acme.com/git/bar`
* `$task` is replaced with `build`

Note: every template can also use special `jobName` property. It is always bound
to current job configuration. For example, when building job configuration
`foo`, property `$jobName` has a value of `foo`. Same for `bar` and so on.

## How to install created job configurations
What to do after `kin` successfully creates jenkins/hudson job configurations?
Upload created `build` directory to `$JENKINS_HOME/jobs` directory of
Expand Down

0 comments on commit cdbc616

Please sign in to comment.