Table of Contents
Jenkins Plugin
Compatible with DokuWiki
Frusterick Manners, Elenor of Tsort, Detritus, Hrun
This extension has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues.
DokuWiki-Jenkins allow you display Job status of a Jenkins server.
Features:
- Display last build of a Job or a specific build
- Display status of build
- Display “weather” of the Job
- Follow new Blue Ocean theme
In future versions, it will allow you to trigger a job from DokuWiki if possible…
Installation
Search and install the plugin using the Extension Manager. Refer to Plugins on how to install plugins manually.
Requirements
No requirements needed.
Syntax
Simply use the following syntax:
<jenkins job="JOB_NAME" />
If your job is in a folder, please use it as follow:
<jenkins job="FOLDER/JOB_NAME" />
By default, jenkins plugin display the last build of your job. If you want to display a specific build, you can by adding the build
option:
<jenkins job="FOLDER/JOB_NAME" build="459"/>
Preview
Configuration and Settings
You should configure DokuWiki-Jenkins in the Config Manager of DokuWiki:
- jenkins.url: Put your Jenkins url here, without a slash ending. i.e.: "http://my-jenkins.com".
- jenkins.user: Enter the ID of a Jenkins user, with the right to view any job..
- jenkins.token: Set the corresponding Jenkins user token. You can find it in "http://JENKINS_URL/user/USER/configure", then click on
Show API Token
button.
Change Log
- Merge pull request #8 from dokuwiki-translate/lang_update_1361_157069… by algorys (2019-10-11 08:39)
- translation update by sadupl (2019-10-10 11:05)
- Merge pull request #7 from dokuwiki-translate/lang_update_889_1530737019 by algorys (2018-07-04 22:55)
- translation update by alexbelchior (2018-07-04 22:45)
- Merge pull request #6 from manchot0/patch-1 by algorys (2017-08-10 12:29)
Known Bugs and Issues
Please report your issues or your ideas at an issue tracker.