Skip to content
Snippets Groups Projects
Commit 5c11e089 authored by Gervaise Henry's avatar Gervaise Henry :cowboy:
Browse files

Fix new pre fail

parent e5783b29
Branches
Tags
1 merge request!87Develop
Pipeline #9922 failed with stages
in 4 minutes and 33 seconds
......@@ -2900,7 +2900,7 @@ executionRunRID_preFailseqwho_fl.splitCsv(sep: ",", header: false).separate(
)
failExecutionRunRID = executionRunRID_fail.ifEmpty('').mix(executionRunRID_preFail.ifEmpty('').mix(executionRunRID_preFailseqwho.ifEmpty('')).filter { it != "" }
failExecutionRunRID = executionRunRID_fail.ifEmpty('').mix(executionRunRID_preFail.ifEmpty('').mix(executionRunRID_preFailseqwho.ifEmpty(''))).filter { it != "" }
/*
* failExecutionRun: fail the execution run
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment