Skip to content

Sync git markdowns to confluence via pipeline

License

Notifications You must be signed in to change notification settings

zonkyio/confluence-sync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Autoupdate confluence from git README

You can use it to sync your git documentation to confluence PRECREATED page

How does it work

  • start docker container with all tools
  • by command update-confluence convert and upload file to confluence

How to use it in pipeline

When you would like to sync documentation just on merge/push to master, put to bitbucket-pipeline.yml code like this:

set env variable JIRA_USER and JIRA_PASSWORD to allow updater write access to page

image: zonkyio/confluence-sync

pipelines:
  branches:
    master:
    - step:
      script:
        - update-confluence README.md TICKET_ID "Autoupdate documentation from git repo" 
        - update-confluence README2.md TICKET_ID2 "Autoupdate documentation from git repo"

-- version 0.10

About

Sync git markdowns to confluence via pipeline

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published