Skip to content

Commit

Permalink
Use the job's configured quiet period
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-shade committed Nov 8, 2018
1 parent 19fb10e commit 08e2721
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 08e2721

Please sign in to comment.