Torres-tao  

2022年5月25日

摘要: pipeline最简结构 pipeline { agent any stages { stage("build") { steps { echo "hello world" } } } } pipeline:代表整条流水线,包括整条流水线的逻辑 stages:流水线中多个stage的容器。stage 阅读全文
posted @ 2022-05-25 14:29 雷子锅 阅读(3347) 评论(0) 推荐(0)