02 2021 档案
摘要:一条流水线通过jenkinsfile描述 安装声明式插件Pipeline: Declarative Jenkinsfile组成: 指定node节点/workspace 指定运行选项 指定stages阶段 指定构建后操作 Pipeline定义 - agent/options agent { node
阅读全文
摘要:''' 两句口诀理解闭包与装饰器 1.闭包:至少两层楼,楼下变量管上楼,return上楼不动手 2.装饰器:客人空手来,还得请上楼,干啥都同意,有参给上楼 ''' def secondFloor(func): def thirdFloor(): print('源函数开始执行了') func() pr
阅读全文

浙公网安备 33010602011771号