This commit is contained in:
Ovidio Mallo 2016-12-15 18:26:49 +01:00
parent fcc5304ce6
commit 1a99f7c9bd

View file

@ -31,7 +31,7 @@ def ocApplyTemplate(namespace, manifest, parameters) {
def ocDelete(namespace, target) {
def ocCmd = getOcCmd()
sh "${ocCmd} delete ${target.type}/${target.name} -n ${namespace}"
sh "${ocCmd} delete ${target.type}/${target.name} -n ${namespace} || true"
}
def ocBuild(namespace, name, config) {