摘要: pipeline { agent{ label 'hw' } environment { VERSION = sh(script: "echo `date '+%Y%m%d%H%M%S'`", returnStdout: true).trim() } stages { stage('克隆代码'){ 阅读全文
posted @ 2023-04-25 11:38 六月OvO 阅读(67) 评论(0) 推荐(0) 编辑