0.0.5 • Published 6 years ago

hubot-dockerhub-integration v0.0.5

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

hubot-dockerhub

Receive DockerHub Web Hook / Invoke build trigger

See src/dockerhub.coffee for full documentation.

Installation

In hubot project repo, run:

npm install hubot-dockerhub --save

Then add hubot-dockerhub to your external-scripts.json:

[
  "hubot-dockerhub"
]

Sample Interaction

user1>> hubot hello
hubot>> hello!
0.0.5

6 years ago