Can I do something like this, for like a deployment procedure document:
EDIT CONFLUENCE DOCUMENT
[ . . . ]
To deploy this software, run "pkg_install $PACKAGE_NAME-$NEW_VERSION"
[ . . . ]
To roll back this software, run "pkg_install $PACKAGE_NAME-$OLD_VERSION"
[ . . . ]
*****
SET META VARIABLES
PACKAGE_NAME=fooberries
NEW_VERSION=1.4
OLD_VERSION=1.3
*****
RENDERED CONFLUENCE DOCUMENT
[ . . . ]
To deploy this software, run "pkg_install fooberries-1.4"
[ . . . ]
To roll back this software, run "pkg_install fooberries-1.3"
[ . . . ]
Run Plugin for Confluence allows you to parameterize pages via UI or URL.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.