Git Product home page Git Product logo

stash-hook-router's Introduction

stash-hook-router

This is a quick hack to work around some of the shortcomings of Stash and the existing plugins. This project adds basic plugin functionality using pull-request-notifier-for-stash. stash-hook-router will run the script in STASH_SCRIPT_DIR matching the project name _ repo name

Example:

  • Project: Foobar
  • Repository name: Buzz
  • Script directory: /var/lib/scripts
  • Result: /var/lib/scripts/foobar_buzz <json with all the data>

Installation

Configure the plugin to post to your URL running stash-hook-router. ADD this to POST content: { "PULL_REQUEST_ID": "${PULL_REQUEST_ID}", "PULL_REQUEST_ACTION": "${PULL_REQUEST_ACTION}", "PULL_REQUEST_VERSION": "${PULL_REQUEST_VERSION}", "PULL_REQUEST_COMMENT_TEXT": "${PULL_REQUEST_COMMENT_TEXT}", "PULL_REQUEST_USER_DISPLAY_NAME": "${PULL_REQUEST_USER_DISPLAY_NAME}", "PULL_REQUEST_USER_EMAIL_ADDRESS": "${PULL_REQUEST_USER_EMAIL_ADDRESS}", "PULL_REQUEST_USER_ID": "${PULL_REQUEST_USER_ID}", "PULL_REQUEST_USER_NAME": "${PULL_REQUEST_USER_NAME}", "PULL_REQUEST_USER_SLUG": "${PULL_REQUEST_USER_SLUG}", "PULL_REQUEST_AUTHOR_DISPLAY_NAME": "${PULL_REQUEST_AUTHOR_DISPLAY_NAME}", "PULL_REQUEST_AUTHOR_EMAIL": "${PULL_REQUEST_AUTHOR_EMAIL}", "PULL_REQUEST_AUTHOR_ID": "${PULL_REQUEST_AUTHOR_ID}", "PULL_REQUEST_AUTHOR_NAME": "${PULL_REQUEST_AUTHOR_NAME}", "PULL_REQUEST_AUTHOR_SLUG": "${PULL_REQUEST_AUTHOR_SLUG}", "PULL_REQUEST_FROM_SSH_CLONE_URL": "${PULL_REQUEST_FROM_SSH_CLONE_URL}", "PULL_REQUEST_FROM_HTTP_CLONE_URL": "${PULL_REQUEST_FROM_HTTP_CLONE_URL}", "PULL_REQUEST_FROM_HASH": "${PULL_REQUEST_FROM_HASH}", "PULL_REQUEST_FROM_ID": "${PULL_REQUEST_FROM_ID}", "PULL_REQUEST_FROM_BRANCH": "${PULL_REQUEST_FROM_BRANCH}", "PULL_REQUEST_FROM_REPO_ID": "${PULL_REQUEST_FROM_REPO_ID}", "PULL_REQUEST_FROM_REPO_NAME": "${PULL_REQUEST_FROM_REPO_NAME}", "PULL_REQUEST_FROM_REPO_PROJECT_ID": "${PULL_REQUEST_FROM_REPO_PROJECT_ID}", "PULL_REQUEST_FROM_REPO_PROJECT_KEY": "${PULL_REQUEST_FROM_REPO_PROJECT_KEY}", "PULL_REQUEST_FROM_REPO_SLUG": "${PULL_REQUEST_FROM_REPO_SLUG}", "PULL_REQUEST_TO_SSH_CLONE_URL": "${PULL_REQUEST_TO_SSH_CLONE_URL}", "PULL_REQUEST_TO_HTTP_CLONE_URL": "${PULL_REQUEST_TO_HTTP_CLONE_URL}", "PULL_REQUEST_TO_HASH": "${PULL_REQUEST_TO_HASH}", "PULL_REQUEST_TO_ID": "${PULL_REQUEST_TO_ID}", "PULL_REQUEST_TO_BRANCH": "${PULL_REQUEST_TO_BRANCH}", "PULL_REQUEST_TO_REPO_ID": "${PULL_REQUEST_TO_REPO_ID}", "PULL_REQUEST_TO_REPO_NAME": "${PULL_REQUEST_TO_REPO_NAME}", "PULL_REQUEST_TO_REPO_PROJECT_ID": "${PULL_REQUEST_TO_REPO_PROJECT_ID}", "PULL_REQUEST_TO_REPO_PROJECT_KEY": "${PULL_REQUEST_TO_REPO_PROJECT_KEY}", "PULL_REQUEST_TO_REPO_SLUG": "${PULL_REQUEST_TO_REPO_SLUG}" }

Handle the JSON data as you like in your script(s)

stash-hook-router's People

Contributors

jhaals avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.