jaegertracing / jaeger-openshift

Support for deploying Jaeger into OpenShift
https://jaegertracing.io/
Apache License 2.0
57 stars 37 forks source link

Properly clean all resources on Jenkins after the test #74

Closed kevinearls closed 6 years ago

kevinearls commented 6 years ago

At the moment if stage fails clean stage is not being executed. There is also a beginning stage to clean all resources. All this introduces redundancy and it's harder to maintain.

Pipeline should be ideally invoked in a separate random project which is removed after the test. Or it should use "after" or "finally" clause.

kevinearls commented 6 years ago

Fixed with https://github.com/jaegertracing/jaeger-openshift/pull/75 and https://github.com/jaegertracing/jaeger-openshift/pull/76