1 ########################
2 # Job configuration for joid
3 ########################
22 - 'joid-{controller}-{pod}-daily-{stream}'
23 - 'joid-deploy-{pod}-daily-{stream}'
25 ########################
27 ########################
29 name: 'joid-{controller}-{pod}-daily-{stream}'
37 project: '{installer}'
38 - 'intel-us-build-1-defaults'
39 - '{installer}-defaults':
40 controller: '{controller}'
44 credentials-id: '{ssh-credentials}'
50 - project: 'joid-deploy-{pod}-daily-{stream}'
53 predefined-parameters:
54 CONTROLLER={controller}
57 name: 'joid-deploy-{pod}-daily-{stream}'
65 name: '$BUILD_NUMBER: {installer} $CONTROLLER'
69 project: '{installer}'
71 - '{installer}-defaults':
72 controller: '{controller}'
76 credentials-id: '{ssh-credentials}'
83 ########################
85 ########################
87 name: intel-pod5-builder
91 echo "Running $INSTALLER_NAME with controller $CONTROLLER"
92 echo "Please note that this is a quick try to see how joid deployment works"
94 echo "Executing clean.sh"
99 echo "Executing 02-maasdeploy.sh intelpod5"
100 ./02-maasdeploy.sh intelpod5
103 echo "Executing deploy.sh -o liberty -s $CONTROLLER -t ha -l intelpod5"
104 ./deploy.sh -o liberty -s $CONTROLLER -t ha -l intelpod5
106 name: orange-pod2-builder
110 echo "Running $INSTALLER_NAME with controller $CONTROLLER"
111 echo "Please note that this is WIP generic builder"
113 echo "Executing clean.sh"
117 !include-raw ./joid-deploy.sh