summaryrefslogtreecommitdiffstats
path: root/jjb/joid
diff options
context:
space:
mode:
authorFatih Degirmenci <fatih.degirmenci@ericsson.com>2015-12-17 09:55:02 +0100
committerFatih Degirmenci <fatih.degirmenci@ericsson.com>2015-12-17 09:55:02 +0100
commitc7a38f0f49d229a410ca6cb9c934d0eefc157249 (patch)
tree38f1e2a84089c9e1a7d58d1a65427fa2b998d44a /jjb/joid
parent47c4fa36b11a3b65d74c4fc7ea2241d313a77966 (diff)
Remove duplicated INSTALLER_NAME parameter
All the jobs should use INSTALLER_TYPE Change-Id: I5386276fca837ba3ddda314f7c334c0f2957f78a Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
Diffstat (limited to 'jjb/joid')
-rw-r--r--jjb/joid/joid.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/jjb/joid/joid.yml b/jjb/joid/joid.yml
index fdeddc680..28b019fcd 100644
--- a/jjb/joid/joid.yml
+++ b/jjb/joid/joid.yml
@@ -88,7 +88,7 @@
builders:
- shell: |
#!/bin/bash
- echo "Running $INSTALLER_NAME with controller $CONTROLLER"
+ echo "Running $INSTALLER_TYPE with controller $CONTROLLER"
echo "Please note that this is a quick try to see how joid deployment works"
echo
echo "Executing clean.sh"
@@ -107,7 +107,7 @@
builders:
- shell: |
#!/bin/bash
- echo "Running $INSTALLER_NAME with controller $CONTROLLER"
+ echo "Running $INSTALLER_TYPE with controller $CONTROLLER"
echo "Please note that this is WIP generic builder"
echo
echo "Executing clean.sh"