摘要:pipeline { agent any parameters { gitParameter branchFilter: 'origin/(.*)', defaultValue: 'master', name: 'BRANCH', type: 'PT_BRANCH' } stages { stage
阅读全文
posted @ 2022-06-16 11:48
|
|||
06 2022 档案
摘要:pipeline { agent any parameters { gitParameter branchFilter: 'origin/(.*)', defaultValue: 'master', name: 'BRANCH', type: 'PT_BRANCH' } stages { stage
阅读全文
posted @ 2022-06-16 11:48
摘要: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
|
|||