diff --git a/docs/workflow.md b/docs/workflow.md index bc87b38f80..46914810c0 100644 --- a/docs/workflow.md +++ b/docs/workflow.md @@ -409,6 +409,9 @@ A script may define the set of outputs that should be published by the implicit ```groovy workflow { foo(bar()) + + publish: + foo.out >> 'foo' } output {