Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Commit

Permalink
Add Usage Demo
Browse files Browse the repository at this point in the history
  • Loading branch information
tsszh committed Dec 23, 2015
1 parent 8c71894 commit 589f6f4
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -47,3 +47,4 @@ Target
/target/
JenkinsPlugin/work/
JenkinsPlugin/work/
images/temp.pptx
12 changes: 10 additions & 2 deletions README.md
Expand Up @@ -14,7 +14,7 @@ The project is consist of two independent Java implementations.

The bot can run independently of both Jenkins and Slack. The interaction of Jenkins is implemented via [Remote Access API](https://wiki.jenkins-ci.org/display/JENKINS/Remote+access+API). **--- Under Construction ---**

### Usage & Demo
### Installation Guide

- Jenkins Plugin
1. Install the slack plugin inside Jenkins. Please contact the Jenkins server managers for help.
Expand All @@ -38,6 +38,14 @@ The project is consist of two independent Java implementations.

To be Finished

### Usage Demo
![Demo1](images/Jenkins-Slack-Bot-Demo-001.png)
![Demo2](images/Jenkins-Slack-Bot-Demo-002.png)
![Demo3](images/Jenkins-Slack-Bot-Demo-003.png)
![Demo4](images/Jenkins-Slack-Bot-Demo-004.png)
![Demo5](images/Jenkins-Slack-Bot-Demo-005.png)
![Demo6](images/Jenkins-Slack-Bot-Demo-006.png)

### Supported Commands
####Schedule a job build, with standard, custom or no quiet period
build <job> [now|<delay>[s|m|h]] [<parameterkey>=<value>]*
Expand Down Expand Up @@ -69,5 +77,5 @@ The project is consist of two independent Java implementations.
---
####Defines a new alias, deletes one or lists all existing aliases
alias [<alias> [<command>]]
####om nom nom
####Connection Test
botsnack [<snack>]
Binary file added images/Jenkins-Slack-Bot-Demo-001.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/Jenkins-Slack-Bot-Demo-002.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/Jenkins-Slack-Bot-Demo-003.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/Jenkins-Slack-Bot-Demo-004.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/Jenkins-Slack-Bot-Demo-005.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/Jenkins-Slack-Bot-Demo-006.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 589f6f4

Please sign in to comment.