Skip to content

Commit

Permalink
JENKINS-24735 - Add support for build parameters in Subversion URLs
Browse files Browse the repository at this point in the history
 
 * Update IntegrateAction to expand SVN URLs (fixed typo)
  • Loading branch information
alexouzounis committed Nov 5, 2014
1 parent c1c54c9 commit 14eeb00
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -147,7 +147,7 @@ public SvnInfo getSvnInfo() {
if (locations.length == 1) {
ModuleLocation firstLocation = svn.getLocations()[0];
// expand system and node environment variables as well as the project parameters
firstLocation = Utility.getExpandedLocation(firstLocation, project);
firstLocation = Utility.getExpandedLocation(firstLocation, getProject());
if (!firstLocation.isIgnoreExternalsOption()) {
for (SvnInfo svnInfo : svnInfos) {
try {
Expand Down

0 comments on commit 14eeb00

Please sign in to comment.