Dokuwiki plugin for Jenkins user.
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.
This plugin does not require any prerequisites.
Download Redissue plugin into your ${dokuwiki_root}/lib/plugins
folder and restart dokuwiki. Or use the plugin manager of Dokuwiki.
You should configure Dokwuki-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 onShow API Token
" button.
To use Dokuwiki-Jenkins, use the below syntax:
<jenkins job="JOB_NAME" />
If you 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"/>
For further information, see also Dokuwiki-Jenkins on dokuwiki.org