Skip to content

Commit

Permalink
Merge pull request #414 from Benjaminvdv/hotfix/JENKINS-34987
Browse files Browse the repository at this point in the history
Remove space from environment variable
  • Loading branch information
bitwiseman committed Feb 3, 2021
2 parents 763b731 + 1ef737c commit b508fb8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ class RuntimeASTTransformer {
*/
@SuppressFBWarnings(value="MS_SHOULD_BE_FINAL", justification="For access from script console")
public static boolean SCRIPT_SPLITTING_ALLOW_LOCAL_VARIABLES = SystemProperties.getBoolean(
RuntimeASTTransformer.class.getName() + ". SCRIPT_SPLITTING_ALLOW_LOCAL_VARIABLES",
RuntimeASTTransformer.class.getName() + ".SCRIPT_SPLITTING_ALLOW_LOCAL_VARIABLES",
false
)

Expand Down

0 comments on commit b508fb8

Please sign in to comment.