Adding build step to build job name for test metrics

This commit is contained in:
evanchia
2021-04-06 16:21:15 -07:00
parent 2d13bfda9d
commit 5d586cbf64
+1
View File
@@ -605,6 +605,7 @@ try {
if(build_job.value.steps) { //this is a pipe with many steps so create all the build stages
build_job.value.steps.each { build_step ->
build_job_name = build_step
CreateBuildStage(pipelineConfig, platform.key, build_step, envVars).call()
}
} else {