You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What
Remove any instances of deprecated plugins such as sci-e, sci-o, tdp-finder etc from example manifests
Why
We have migrated plugins to builtins and deprecated those that can easily be replaced with generics, e.g. sci-e, sci-o. However, we still have example manifests that use the deprecated plugins from if-plugins.
Prerequisites/resources
none
SoW (scope of work)
identify all instances of deprecated plugins in example manifests and replace with generics from builtins
documentation updated
Acceptance criteria
All example use builtins only - nothing is imported from if-plugins
All example manifests execute or fail in their expected manner
The text was updated successfully, but these errors were encountered:
@MariamKhalatova to identify the affected parts, anything where the import path is @grnsft/if-plugins or @grnsft/if-unofficial-plugins - will need to be replaced with builtins, so identifying those is the first step
Where a plugin is no longer available and no builtin exists, look for more details in https://if.greensoftware.foundation/pipelines/instance-metadata on how that explains how to access the deprecated funcitonality
What
Remove any instances of deprecated plugins such as
sci-e
,sci-o
,tdp-finder
etc from example manifestsWhy
We have migrated plugins to builtins and deprecated those that can easily be replaced with generics, e.g.
sci-e
,sci-o
. However, we still have example manifests that use the deprecated plugins fromif-plugins
.Prerequisites/resources
none
SoW (scope of work)
Acceptance criteria
builtins
only - nothing is imported fromif-plugins
The text was updated successfully, but these errors were encountered: