Skip to content

Commit

Permalink
JENKINS-40707
Browse files Browse the repository at this point in the history
conditional macro behavior
  • Loading branch information
prospero238 committed Jan 2, 2017
1 parent fb8f1cc commit 4e6d4db
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -95,7 +95,7 @@ public void should_populate_changelog_parameters() throws IOException, Interrupt

String parameterValue = "red";
AbstractLiquibaseBuilder.populateChangeLogParameters(liquibase, new EnvVars(), "color=" + parameterValue,
resolveMacros);
true);

ChangeLogParameters changeLogParameters = liquibase.getChangeLogParameters();
File changelog = temporaryFolder.newFile("changelog");
Expand Down

0 comments on commit 4e6d4db

Please sign in to comment.