**What:** * adds an `if statement` to run an extra set of commands if the package job fails. * Currently only runs `kubectl get all -A` **Why:** * To give package developers some more information about the cluster state when a job fails. **Other Info:** * Had to implement this in a somewhat hacky way since gitlab-ci doesn't support running certains parts of a job `on_failure` or `on_success`, an open issue can be found [here](https://gitlab.com/gitlab-org/gitlab/-/issues/16114) Package Pipeline using this specific branch/pipeline: [example-failure](https://repo1.dso.mil/platform-one/big-bang/apps/core/elasticsearch-kibana/-/jobs/1850898) [example-pass](https://repo1.dso.mil/platform-one/big-bang/apps/core/elasticsearch-kibana/-/jobs/1850902)