All Projects → jenkinsci → gogs-webhook-plugin

jenkinsci / gogs-webhook-plugin

Licence: MIT license
Jenkins Gogs Webhook

Programming Languages

java
68154 projects - #9 most used programming language
shell
77523 projects
Batchfile
5799 projects
Dockerfile
14818 projects
groovy
2714 projects

Projects that are alternatives of or similar to gogs-webhook-plugin

pm2-githook
receive webhook from github/gitlab and ask pm2 to reload the application for you
Stars: ✭ 39 (-48.68%)
Mutual labels:  jenkins, webhook
gogs-bash
Bash Script for Interacting with the GOGS API
Stars: ✭ 31 (-59.21%)
Mutual labels:  webhook, gogs
Hwamei
企业微信webhook,企业微信群机器人webhook,支持Github、Gitlab、Sentry等Webhook
Stars: ✭ 142 (+86.84%)
Mutual labels:  jenkins, webhook
Git Webhook
使用 Python Flask + SQLAchemy + Celery + Redis + React 开发的用于迅速搭建并使用 WebHook 进行自动化部署和运维,支持 Github / GitLab / Gogs / GitOsc。
Stars: ✭ 1,439 (+1793.42%)
Mutual labels:  webhook, gogs
Skyhook
Parses webhooks and forwards them in the proper format to Discord.
Stars: ✭ 263 (+246.05%)
Mutual labels:  jenkins, webhook
Gitwebhookproxy
A proxy to let webhooks reach running services behind a firewall – [✩Star] if you're using it!
Stars: ✭ 123 (+61.84%)
Mutual labels:  jenkins, webhook
plugin-gogs-webhook
[NOT MAINTAINED] Plugin to handle Gogs Webhooks
Stars: ✭ 29 (-61.84%)
Mutual labels:  webhook, gogs
jenkins-client-java
Java实现的对Jenkins操作
Stars: ✭ 28 (-63.16%)
Mutual labels:  jenkins
epf-transmitter
astrizhachuk.github.io/epf-transmitter/
Stars: ✭ 32 (-57.89%)
Mutual labels:  webhook
vacomall
☀️☀️ 基于 dubbo 实现的分布式电商平台。
Stars: ✭ 42 (-44.74%)
Mutual labels:  jenkins
drone-jenkins
Drone plugin for trigger Jenkins jobs.
Stars: ✭ 35 (-53.95%)
Mutual labels:  jenkins
kafka-connect-jenkins
Kafka Connect Connector for Jenkins Open Source Continuous Integration Tool
Stars: ✭ 29 (-61.84%)
Mutual labels:  jenkins
docker-fastpath
Only Build Your Docker Images Once
Stars: ✭ 52 (-31.58%)
Mutual labels:  jenkins
dialogflow-webhook-response-libary-in-python
This library simplifies the JSON response building in Python for Dialogflow.
Stars: ✭ 56 (-26.32%)
Mutual labels:  webhook
lambda-ci
CI/CD for Lambda Functions with Jenkins
Stars: ✭ 20 (-73.68%)
Mutual labels:  jenkins
one-click-microservice
A starting point for automating the creation of microservices and all its Ops costs with a single click.
Stars: ✭ 27 (-64.47%)
Mutual labels:  jenkins
jenkinsapi
A Python API for accessing resources and configuring Hudson & Jenkins continuous-integration servers
Stars: ✭ 790 (+939.47%)
Mutual labels:  jenkins
blueocean-pipeline-editor-plugin
Jenkins Blue Ocean pipeline editor
Stars: ✭ 30 (-60.53%)
Mutual labels:  jenkins
jenkinsfile-runner-lambda
Run Jenkinsfiles in AWS Lambda
Stars: ✭ 52 (-31.58%)
Mutual labels:  jenkins
MasterAppiumFramework
Automation Testing | Mobile | Java | OOPS | Appium | TestNG | Maven | ExtentReport | Java mail API | Logging (Log4J2) | Design Patterns (Page Object Model, Singleton) | Page Factories | Jenkins | Data-Driven Testing using JSON file | Expected Data using XML file
Stars: ✭ 27 (-64.47%)
Mutual labels:  jenkins

Build Status Build Status

Gogs-Webhook Plugin

This plugin integrates Gogs to Jenkins.

In Gogs configure your webhook like this:
http(s)://<< jenkins-server >>/gogs-webhook/?job=<< jobname >>[&branch=<< branch name>>]

Example how your the webhook in Gogs should look like: Example webhook

About integration tests

This project has some integration tests available. For more details see the dedicated readme.

Change Log

Version 1.0.14 (Apr 4, 2018)

Version 1.0.13 (Mar 16, 2018)

Version 1.0.12 (Mar 8, 2018)

  • Expose REF and BEFORE payload to environment variables (GOGS_REF and GOGS_BEFORE)

Version 1.0.11 (Feb 26, 2018)

  • Use [IGNORE] at start of commit subject to ignore the push
  • Multibranch pipeline support (untested)

Version 1.0.10 (Apr 10, 2017)

  • Allow empty password [PR#19]

Version 1.0.9 (Mar 8, 2017)

  • Added new Gogs authentication but keeps it compatible with old version [PR#16]
  • Added folder support [PR#12]

Version 1.0.8 (Dec 20, 2016)

  • Fixes impersonation problem of v1.0.7

Version 1.0.7 (Dec 6, 2016)

  • Added Gogs secret per job [PR#3]

Version 1.0.6 (Sep 5, 2016)

  • Added pipeline support.

Version 1.0.4 (Jul 4, 2016)

Version 1.0 (Jul 21, 2016)

  • First release
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].