gitlab-webhook

command module
v0.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 17, 2018 License: MIT Imports: 6 Imported by: 0

README

#gitlab web hooks server

config.json

{
  "address": "0.0.0.0:8964",
  "path": "/webhook",
  "secret_token": "2575079e53e0605b24b1bd8df2e2f757",
  "settings": [
    {
      "event": "Job Hook",
      "project_name": "hyd-admin",
      "build_name": "qm-build",
      "build_stage": "build",
      "build_status": "success",
      "ref": "-test",
      "command": [
        "ls -al"
      ]
    }
  ]
}

Compile && execute

go build
./gitlab-webhook

LICENSE

MIT

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL