Skip to content

Commit

Permalink
fix(fastproperty): do not override context on monitor stage (#1610)
Browse files Browse the repository at this point in the history
  • Loading branch information
anotherchrisberry authored Sep 8, 2017
1 parent 18e9d7c commit df5a1fa
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,6 @@ class MonitorPropertiesTask implements Task{
TaskResult execute(Stage stage) {

Map context = stage.context
if (stage.execution instanceof Pipeline) {
List<Map> overrides = ((Pipeline) stage.execution).trigger.stageOverrides ?: []
context = overrides.find { it.refId == stage.refId } ?: context
}
log.info("MonitorPropertiesTask context: $context")
List propertyIds = context.propertyIdList*.propertyId
log.info("propertyIds: $propertyIds")
Expand Down

0 comments on commit df5a1fa

Please sign in to comment.