Skip to content
Prev Previous commit
Next Next commit
a comma too much
  • Loading branch information
jetersen committed Feb 19, 2020
commit 4f52a0fc37d8b21cfe52f7c47f6257e6f8822051
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ public class EnvStepTest {
p.setDefinition(new CpsFlowDefinition(
"node {\n" +
" withEnv(a: 1, b: 2, c: 'hello world', d: true, e: null) {\n" +
" echo(/a=$a b=$b c=$c d=$d, e=${env.e}/)" +
" echo(/a=$a b=$b c=$c d=$d e=${env.e}/)" +
" }\n" +
"}", true));
WorkflowRun b = story.j.assertBuildStatusSuccess(p.scheduleBuild2(0));
Expand Down