摘要:
apiVersion: apps/v1 kind: Deployment metadata: name: deploy-service # deployment名称 namespace: test annotations: kubernetes.io/change-cause: "1.0" # 版本 阅读全文
posted @ 2022-06-07 10:51
蒲公英PGY
阅读(162)
评论(0)
推荐(0)
摘要:
# 前端发布脚本 ``` pipeline { agent any tools { jdk 'java17' //指定java版本 } environment { git_url = 'http://192.168.1.2/web/test.git' deployenv = 'test' //部署环 阅读全文
posted @ 2022-06-07 10:46
蒲公英PGY
阅读(479)
评论(0)
推荐(0)
摘要:
```python # pip3 install requests import requests,sys,os,time from requests.packages import urllib3 urllib3.disable_warnings() def get_tags (base_url, 阅读全文
posted @ 2022-06-07 10:18
蒲公英PGY
阅读(446)
评论(0)
推荐(0)

浙公网安备 33010602011771号