Skip to content

Dokuwiki plugin to display and trigger Jenkins job

Notifications You must be signed in to change notification settings

algorys/dokuwiki-jenkins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Plugin Jenkins

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.

Requirements

This plugin does not require any prerequisites.

Installation

Download Redissue plugin into your ${dokuwiki_root}/lib/plugins folder and restart dokuwiki. Or use the plugin manager of Dokuwiki.

Configuration

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 on Show API Token" button.

Syntax

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"/>

Preview

Plugin Preview

For further information, see also Dokuwiki-Jenkins on dokuwiki.org

About

Dokuwiki plugin to display and trigger Jenkins job

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •