Delete stack upon the completion of build
[infra/cicd.git] / jjb / cloud-infra / onap-macros.yaml
index 1703acc6885073545c62bd996ec0838203f7a329..d1e789444b47abd5b3a291bd7e26ae7e6920fe51 100644 (file)
       - shell:
           !include-raw: ./promote-onap.sh
 
+- builder:
+    name: 'delete-stack-macro'
+    builders:
+      - shell:
+          !include-raw: ./delete-stack.sh
+
 # vim: set ts=2 sw=2 expandtab: