Skip to content

Commit

Permalink
Default use parameters value false
Browse files Browse the repository at this point in the history
  • Loading branch information
nbelliot committed Aug 27, 2020
1 parent 66d2576 commit f42a6d0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ public NewPipelineJob(final StaplerRequest request, final StaplerResponse respon
singleCheckout = json.optBoolean("singleCheckout", false);
useCILicenses = json.optBoolean("useCiLicense", false);
useCBT = json.optBoolean("useCBT", true);
useParameters = json.optBoolean("useParameters", true);
useParameters = json.optBoolean("useParameters", false);

// remove the win/linux options since there's no platform any more
environmentSetup = json.optString("environmentSetup", null);
Expand Down

0 comments on commit f42a6d0

Please sign in to comment.