The generated content will be inserted immediately before the marker token (with a newline separator).
Example:
Token = "{jenkins-marker:before}"
Generated text = "2011-06-19"
Existing content:
Lorem ipsum
{jenkins-marker:before}
Ipsum lorem
New content:
Lorem ipsum
2011-06-19
{jenkins-marker:before}
Ipsum lorem
If you have administrative access to your Confluence installation, consider creating a custom user
macro:
Name: jenkins-marker
[ ] Macro has a body (uncheck the box)
"Macro generates HTML markup"
Template: **blank**
This will create a new macro ("{jenkins-marker}"), which you can use to mark the location before
which content will be inserted. Using the confluence macro tag parameter capability, you can
reuse this single tag configuration for several single-token (Before/After) editors, by simply
making the string after the colon unique (e.g., "{jenkins-marker:build-url-inserted-before-this}").
This token configuration does not render in the wiki output.