火焰

valeb
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

06 2022 档案

摘要:pipeline { agent any parameters { gitParameter branchFilter: 'origin/(.*)', defaultValue: 'master', name: 'BRANCH', type: 'PT_BRANCH' } stages { stage 阅读全文

posted @ 2022-06-16 11:48 valeb 阅读(354) 评论(0) 推荐(0)

摘要:worker_processes 1; events { worker_connections 1024; } http { include mime.types; default_type application/octet-stream; sendfile on; keepalive_timeo 阅读全文

posted @ 2022-06-13 15:47 valeb 阅读(233) 评论(0) 推荐(1)