...
4.b Define a Template to include the latest Commits from a Bitbucket Server project
Macro name: include-bss-commits-wrapper-macro
Code Block |
---|
## @param repoSlug:title=Repo Slug|required=true ## @param branchId:title=Branch Id|required=true ## @param projectKey:title=Project Key|required=true <ac:structured-macro ac:name="stashcommits"> <ac:parameter ac:name="repoSlug">$paramrepoSlug</ac:parameter> <ac:parameter ac:name="branchId">$parambranchId</ac:parameter> <ac:parameter ac:name="projectKey">$paramprojectKey</ac:parameter> </ac:structured-macro> |
...
Allow Macro content inside any other Macro