摘要: 效果完成图 pipline node('testhan') { stage('Clone') { echo "1.Clone Stage" git url: "https://github.com/mazhenk/jenkins-sample.git" script { build_tag = sh 阅读全文
posted @ 2022-05-07 17:58 NeilyoX 阅读(211) 评论(0) 推荐(0) 编辑
摘要: #!/usr/bin/env python # -*- coding: utf-8 -*- # @Time : 2022/5/6 16:21 import requests def push_report(web_hook): header = { "Content-Type": "applicat 阅读全文
posted @ 2022-05-07 14:15 NeilyoX 阅读(133) 评论(0) 推荐(0) 编辑
摘要: C:\CURL.EXE -I 172.17.xxx.xxx:8888 | find /c "200" > tmp.txtset /p curl=<tmp.txtecho "%curl%"if /i not %curl%==1 ( C:\CURL.EXE -X POST http://172.17.x 阅读全文
posted @ 2022-05-07 14:13 NeilyoX 阅读(36) 评论(0) 推荐(0) 编辑
摘要: prometheusAlertgithubhttps://github.com/feiyu563/PrometheusAlertBloghttps://blog.csdn.net/weixin_41710991/article/details/109691349 aleart-cm apiVersi 阅读全文
posted @ 2022-05-07 12:01 NeilyoX 阅读(526) 评论(0) 推荐(0) 编辑