Skip to content

Commit

Permalink
Update jenkins file
Browse files Browse the repository at this point in the history
  • Loading branch information
hamidmayeli committed Oct 24, 2019
1 parent 21877fe commit ef97696
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkins/Nuget
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ pipeline
{
for(project in env.projectsToPublish.replaceAll('\\[|]', '').split(','))
{
def projectDirectory = new File(project).getParent();
def projectDirectory = new File(project).getParent().trim();

print 'Publishing ' + projectDirectory
dir(projectDirectory)
Expand Down

0 comments on commit ef97696

Please sign in to comment.