Skip to content

contexts.create always creates fresh contexts

julian.baeume requested to merge feature/always_create_fresh_contexts into master

this should prevent collisions in pipelines, because context.create will always return a fresh context which can later be removed. To get the old behaviour, you can fallback to contexts.reuse and default to contexts.create if that fails.

Edited by julian.baeume

Merge request reports