Configure wiki markup generation and replacement/insertion settings.
Available markup generators:
You can get links of uploaded attachments. Variable like $LINK[n] will be replaced with link which match
link of uploaded attachment on Confluence.Where n is position number of attached
file(links in array LINK[] will be provided in uploading order on Confluence).
Example of usage:
<a href="$LINK[0]">$JOB_NAME build artifact</a>
- Plain text
Enter custom text for the replacement. Build variables in the replacement text will be expanded.
Available editors:
- Prepend
Content is added to the very beginning of the page
- Append
Content is added to the very end of the page.
- Before Token
Content is inserted before a configurable marker token.
- After Token
Content is inserted after a configurable marker token.
- Between Tokens
Content is inserted between two configurable start/end marker tokens. Existing content between the tokens is replaced.