Skip to content

Commit

Permalink
fix param output
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton Bayer authored and Anton Bayer committed May 27, 2016
1 parent 4ec2dfc commit 2b19666
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions jenkins-merge-verifier-parsing.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ gulp.task('jenkinsMergeVerifierParsing', function() {
output += "npm run #JOB#"
+ " --git_group=" + repo[0]
+ " --git_repo=" + repo[1]
+ " --project-name=" + projectName
+ " --artifact-group=" + groupId
+ " --artifact-id=" + artId
+ " --project_name=" + projectName
+ " --artifact_group=" + groupId
+ " --artifact_id=" + artId
+ "\n";

callback(index);
Expand Down

0 comments on commit 2b19666

Please sign in to comment.