Skip to content

Jenkins doesn't let you trigger builds via webhook POSTs (like GitHub's). Now, it does.

License

Notifications You must be signed in to change notification settings

kennethreitz-archive/webhook-reel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

webhook-reel

Jenkins doesn't let you trigger builds via webhook POSTs.

This will work.

Routes

/
Text box for entering request type and URL.
/get/<url>
GETs given url. / are replaced with \.

Future

/head/<url>
HEADs given url.
/put/<url>
PUTs given url.
/post/<url>
I have no idea why you'd want to do this.

TODO

  • Returns webook-reel url, w/ clippy.
  • Support for optional data and paramaters
  • Templating for inserting webhook data (jinja2)

License

Copyright (c) 2011 Kenneth Reitz.

Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.

THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

About

Jenkins doesn't let you trigger builds via webhook POSTs (like GitHub's). Now, it does.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published