Make integration-patch-test deploy to Nexus
[releng/builder.git] / jjb / integration / integration-macros.yaml
index b9367e2f87d26e5d7e7883acd3cab22941db3af4..d7204ed8f7247e801c0b249089a5d141dfee1b24 100644 (file)
     builders:
       - shell: !include-raw: include-raw-integration-start-cluster-run-test.sh
 
-# Macro: integration-get-bundle-url
-# Operation: this macro gets the job generated distribution URL from distribution pom.xml
-# Used by: integration-patch-test-{stream} job template
-
-- builder:
-    name: integration-get-bundle-url
-    builders:
-      - inject:
-          properties-content: BUNDLE_POM={bundle-pom}
-      - shell: !include-raw-escape: include-raw-integration-get-bundle-url.sh
-      - inject:
-          properties-file: bundle.txt
-
 # Macro: integration-install-robotframework
 # Operation: Installs robotframework using pip to a virtualenv
 # Used by: {project}-csit-* job templates