摘要: pipeline 中不同 job 默认是无法传递变量的,但是我们可以通过 artifacts 功能实现传递,具体看实例 build: stage: build script: - echo "BUILD_VARIABLE=value_from_build_job" >> build.env arti 阅读全文
posted @ 2022-03-25 11:02 leffss 阅读(2646) 评论(0) 推荐(0)