Skip to content

Commit

Permalink
Merge pull request #88 from robert-shade/fix_quiet
Browse files Browse the repository at this point in the history
Use the job's configured quiet period
  • Loading branch information
tomasbjerre authored Nov 8, 2018
2 parents 19fb10e + 08e2721 commit a680f84
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ public GenericTriggerResults trigger(
createParameterAction(parametersDefinitionProperty, resolvedVariables);
item =
retrieveScheduleJob(job) //
.scheduleBuild2(job, 0, new CauseAction(genericCause), parameters);
.scheduleBuild2(job, -1, new CauseAction(genericCause), parameters);
}
return new GenericTriggerResults(
item, resolvedVariables, renderedRegexpFilterText, regexpFilterExpression);
Expand Down

0 comments on commit a680f84

Please sign in to comment.