
随笔
文章平均质量分 74
小时候跟鹅打过架
用最少的bb讲清楚道理
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
app all kinds of ymal
apiVersion: apps/v1 kind: Deployment metadata: name: order-task-schedule-sz-test-deploy namespace: templar spec: selector: matchLabels: app: order-task-schedule-sz-test replicas: 1 template: metadata: labels: app: ord.原创 2021-12-15 11:05:36 · 924 阅读 · 0 评论 -
doxyfile demo
docker run --rm -v $(pwd):/data -w /data hrektts/doxygen doxygen flagship_doc.doxyfile # Doxyfile 1.8.11 # This file describes the settings to be used by the documentation system # doxygen (www.doxygen.org) for a project. # # All text after a double .原创 2021-12-13 14:12:52 · 469 阅读 · 0 评论 -
s3 jenkins file
pipeline { agent { label 'wing-node-normal' } environment { RELEASE_S3_BUCKET_NAME='flexgalaxy-test-docs' DEPLOY_S3_BUCKET_NAME='flexgalaxy-ai-docs' } parameters { string(name: 'VERSION', defaultValue: '1.0.0.10108') } stages { stage('Check原创 2021-12-13 14:10:43 · 311 阅读 · 0 评论