Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Uncommenting since JENKINS-41605 landed as well.
  • Loading branch information
abayer committed Feb 21, 2017
1 parent 3310d8a commit dde1b74
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions content/doc/book/pipeline/syntax.adoc
Expand Up @@ -262,18 +262,12 @@ agent {
}
----

////
XXX: https://issues.jenkins-ci.org/browse/JENKINS-41607
dockerfile:: Execute the Pipeline, or stage, with a container built from a
`Dockerfile` contained in the source repository. Conventionally this is the
`Dockerfile` in the root of the source repository: `agent { dockerfile
true }`. If building a `Dockerfile` in another directory, use the `dir`
option: `agent { dockerfile { dir 'someSubDir' } }`.

////



[[agent-example]]
===== Example
Expand Down

0 comments on commit dde1b74

Please sign in to comment.