# please check the triggers before enabling any of the controllers!!!
sdn-controller:
- - 'nosdn':
- disabled: false
+ - 'nosdn'
jobs:
- 'fuel-{sdn-controller}-{pod}-daily-{stream}'
project-type: multijob
- disabled: '{obj:disabled}'
-
concurrent: false
properties:
name: 'builder-master'
builders:
- shell:
- !include-raw-escape: ./fuel-download-artifact.sh
+ !include-raw: ./fuel-download-artifact.sh
- shell:
- !include-raw-escape: ./fuel-deploy-master.sh
+ !include-raw: ./fuel-deploy-master.sh
- builder:
name: 'builder-brahmaputra'
builders:
- shell:
- !include-raw-escape: ./fuel-download-artifact.sh
+ !include-raw: ./fuel-download-artifact.sh
- shell:
- !include-raw-escape: ./fuel-deploy.sh
+ !include-raw: ./fuel-deploy.sh
########################
# trigger macros
########################
source latest.properties
# echo the info about artifact that is used during the deployment
-echo "Using ${OPNFV_ARTIFACT_URL/*\/} for deployment"
+echo "Using $OPNFV_ARTIFACT_URL for deployment"
# checkout the commit that was used for building the downloaded artifact
# to make sure the ISO and deployment mechanism uses same versions
source latest.properties
# echo the info about artifact that is used during the deployment
-echo "Using ${OPNFV_ARTIFACT_URL/*\/} for deployment"
+echo "Using $OPNFV_ARTIFACT_URL for deployment"
# checkout the commit that was used for building the downloaded artifact
# to make sure the ISO and deployment mechanism uses same versions