Skip to content

Commit

Permalink
[DEVO-7884] - Pentaho's Jenkins shared library fails when Jenkins scr…
Browse files Browse the repository at this point in the history
…ipt security plugin version is at 1229.v4880b_b_e905a_6
  • Loading branch information
cardosov committed May 19, 2023
1 parent 614d384 commit 2203d75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/org/hitachivantara/ci/build/impl/MavenBuilder.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ class MavenBuilder extends AbstractBuilder implements IBuilder, Serializable {
}

MavenModule buildMavenModule(CommandBuilder command) throws Exception {
Properties properties = command.getUserProperties()
Map properties = command.getUserProperties()
List<String> activeProfiles = command.getActiveProfileIds()
List<String> inactiveProfiles = command.getInactiveProfileIds()
String file = Paths.get(item.buildWorkDir, item.buildFile ?: item.buildFramework.buildFile).toString()
Expand Down

0 comments on commit 2203d75

Please sign in to comment.