diff options
author | Fatih Degirmenci <fatih.degirmenci@ericsson.com> | 2015-05-04 18:23:40 +0200 |
---|---|---|
committer | Fatih Degirmenci <fatih.degirmenci@ericsson.com> | 2015-05-04 18:23:40 +0200 |
commit | 3eef51e0a0448f0394e4097964689c658b7d492e (patch) | |
tree | ce18dabf01ea0f4c887bf0c5dc0bd353a987a9e6 /jjb/genesis | |
parent | 17322f63340b569175074eac5de6bfa40ddf3059 (diff) |
Fix foreman deploy by providing parameters to clean and deploy scripts
JIRA: OCTO-47
Change-Id: I6e01e46c64b7252f94ec9b553dcbd585e9714bd4
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
Diffstat (limited to 'jjb/genesis')
-rw-r--r-- | jjb/genesis/genesis-foreman.yml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/jjb/genesis/genesis-foreman.yml b/jjb/genesis/genesis-foreman.yml index 906de1e38..336af30cf 100644 --- a/jjb/genesis/genesis-foreman.yml +++ b/jjb/genesis/genesis-foreman.yml @@ -400,8 +400,12 @@ cd $WORKSPACE + # messy workaround + git clone https://gist.github.com/4f2eb87d8c9937ee19f0.git lf_settings + ls -al $WORKSPACE/lf_settings + # cleanup first - $WORKSPACE/clean.sh + $WORKSPACE/clean.sh -base_config $WORKSPACE/lf_settings/lf_pod2_ksgen_settings.yml # and then initiate deployment - $WORKSPACE/deploy.sh + $WORKSPACE/deploy.sh -base_config $WORKSPACE/lf_settings/lf_pod2_ksgen_settings.yml |