Print the final requirements file
[releng/global-jjb.git] / jjb / lf-macros.yaml
index f608fed..04d5e37 100644 (file)
             - '**/*.jenkins-trigger'
           fail-build: false
 
-- publisher:
-    name: lf-stack-delete
-    publishers:
-      - postbuildscript:
-          builders:
-            - role: BOTH
-              build-on:
-                - ABORTED
-                - FAILURE
-                - SUCCESS
-                - UNSTABLE
-              build-steps:
-                - shell: |
-                    #!/bin/bash -l
-                    echo "Deleting $STACK_NAME"
-                    lftools openstack stack delete "$STACK_NAME"
-          mark-unstable-if-failed: false
-
 #######
 # SCM #
 #######