-
Task
-
Resolution: Done
-
Blocker
-
1.8.0, 1.9.0
-
None
Currently the --plugin flag will fetch all the plugins listed in plugin_builds/ folders which is great for a true push to prod, but for testing on stage we need the option to push just one or two artifacts at a time.
elif [[ $TYPE == "plugin" ]]; then # search all plugin_builds/{workspace}/{plugin_name}.json files to collect sorted list of registryReferences while IFS= read -r -d '' file; do componentsUnsorted="${componentsUnsorted} $(grep registryReference "$file" | sed -r -e 's|.+registryReference": "(.+)",*|\1|')" done < <(find "$pluginBuildsDir" -name "*.json" -print0) componentsSorted=$(echo "$componentsUnsorted" | tr " " "\n" | sort -uV) SYNOPSIS_TOPIC="Red Hat Developer Hub ${RHDH_FULL_VERSION//-/.} Plugin Catalog plugins release."
- blocks
-
RHIDP-7998 Merge RHDH and plugin-catalog gitlab runners + plugin-catalog plugin builder into shared builder image
-
- Closed
-
- mentioned on