zoukankan
html css js c++ java
Gitlab-system-hooks
当创建或者删除,用户或者项目时,可能想收到一个通知。Gitlab支持这种类型的system hooks.
下面事件可以触发一个system webhook调用。
Project created
Project destroyed
New team member
The team member is removed
A user is created
The user is removed
执行步骤:
1. 使用管理员登陆gitlab服务器。
2. 点击【Admin area】。
3. 作为测试 ,此处我们使用RequstBin进行服务调用。 点击【Create a RequestBin】
4. 把创建的RequestBin URL复制到system hook URL中。进行测试 。
5. 点击【Test】,在RequestBin服务器中查看,如下图所示:
查看全文
相关阅读:
高级数据结构实现——自顶向下伸展树
优先队列——二项队列(binominal queue)
优先队列——左式堆
近似装箱问题(两种脱机算法实现)
近似装箱问题(三种联机算法实现)
Instruments
CALayer之 customizing timing of an animation
PKCS填充方式
使用Xcode和Instruments调试解决iOS内存泄露
apple网址
原文地址:https://www.cnblogs.com/zangxueyuan/p/9232358.html
最新文章
oracle11g安装(win10)
Tomcat配置MySql连接池问题
Java中Calendar/SimpleDateFormat/Date常用方法总结
Java中Calendar常用方法总结
java静态方法(变量)、非静态方法(变量)区别
协程与Epoll的配合
memcached 源码阅览 一
C++ 智能指针
Offer选择与总结
赠券收集者问题
热门文章
LintCode Topological Sorting
LintCode Remove Node in Binary Search Tree
LintCode Binary Tree Serialization
LintCode Search Range in Binary Search Tree
LintCode Majority Number II / III
tomcat(5)servlet容器
对Servlet容器的补充和一个问题的请教
一个简单的servlet容器
jvm(12)-java内存模型与线程
jvm(13)-线程安全与锁优化
Copyright © 2011-2022 走看看