Is there a way to know during the run on which parallel branch stage executed?

前端 未结 0 1563
长情又很酷
长情又很酷 2020-11-29 15:13

I got multiple parallel branches job, each branch contains numerous stages.

def build_jobs = [:]

build_jobs[\'1\'] = {
    stage (\'1A\'){}
    stage (\'1B\'         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题