upgrade-scripts/pre-upgrade/one-time/RemoveNexusEdpComponent.groovy (4 lines of code) (raw):

void call() { sh "oc delete edpcomponent nexus -n ${NAMESPACE} --ignore-not-found=true" } return this;