Jenkins Wiki Exporter
Service to convert jenkins plugin Wiki format to github Markdown or Asciidoc. Currently it is hosted at https://jenkins-wiki-exporter.jenkins.io
Usage
See the documentation here.
Configuration
Environmental Variables
- CONFLUENCE_USERNAME - username that connects to wiki.jenkins.io
- CONFLUENCE_PASSWORD - password that connects to wiki.jenkins.io
- GITHUB_TOKEN - token for GitHub API, needs
read:org
andpublic_repo
scopes
Contributing
See the Makefile in the repository
Releasing
npm run release