-
Bug
-
Resolution: Unresolved
-
Minor
-
None
Hi,
I am struggling with Confluence Publisher Plugin using before/after token macro.
I did the following steps:
1) added the before/after token macro in Confluence as mentioned in the documentation
2) add the macro in a Confluence page with id "test"
2) use the following in Jenkinsfile:
publishConfluence editorList: [confluenceAfterToken(generator: confluenceText('add new text here'), markerToken: 'test')], pageName: 'Test Confluence Publisher', parentId: 123456789, siteName: 'mysitename', spaceName: myspacename'
Result: the macro got a new id "testadd new text here"
Is the before/after token mechanism outdated or do I something wrong?
Thanks for your support.
Jenkins 2.303.1
Confluence Publisher 2.0.6
Confluence 7.4.0
- duplicates
-
JENKINS-66813 Error using between tokens in confluence
- Open