Skip to content
This repository has been archived by the owner on Jul 21, 2022. It is now read-only.

Quick util to convert jenkins plugin wiki format to github markdown or asciidoc

Notifications You must be signed in to change notification settings

jenkins-infra/jenkins-wiki-exporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jenkins Wiki Exporter

Service to convert jenkins plugin Wiki format to github Markdown or Asciidoc.
It was hosted at https://jenkins-wiki-exporter.jenkins.io, now deprecated and archived.
The corresponding code has been imported in jenkins-infra/infra-reports.
See jenkins-infra/helpdesk#3059

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 and public_repo scopes

Contributing

See the Makefile in the repository

Releasing

npm run release