Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/algorys/dokuwiki-jenkins
Dokuwiki plugin to display and trigger Jenkins job
https://github.com/algorys/dokuwiki-jenkins
automation dokuwiki-plugin jenkins
Last synced: 7 days ago
JSON representation
Dokuwiki plugin to display and trigger Jenkins job
- Host: GitHub
- URL: https://github.com/algorys/dokuwiki-jenkins
- Owner: algorys
- Created: 2017-07-25T13:00:45.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-04-15T06:55:38.000Z (over 2 years ago)
- Last Synced: 2023-02-26T22:51:23.906Z (over 1 year ago)
- Topics: automation, dokuwiki-plugin, jenkins
- Language: PHP
- Size: 89.8 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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 themeIn 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:
```php
```
If you job is in a folder, please use it as follow:
```php
```
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:
```php
```
# Preview
![Plugin Preview](https://s1.postimg.org/olp2xm0f3/jenkins_preview.png)
For further information, see also [Dokuwiki-Jenkins on dokuwiki.org](https://www.dokuwiki.org/plugin:jenkins)