How to get status of scripted jenkins pipeline?

后端 未结 0 1263
春和景丽
春和景丽 2020-12-29 08:45

I have a scripted pipeline like,

# pipeline.groovy

def call(Map pipelineParams = [:]) {
    pipeline {
        agent { ... }
        stages {
            sta         


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