From f32362fc991f620b7dd55169bef94e4b820262a3 Mon Sep 17 00:00:00 2001 From: rohitsakala Date: Sat, 11 Feb 2017 01:25:43 +0530 Subject: Bug fix type name and add parameter values Change-Id: Idfa76608e796d9e27bbed4a351d16018e9380c59 Signed-off-by: rohitsakala --- jjb/releng/testapi-automate.yml | 9 ++++----- jjb/releng/testapi-backup-mongodb.sh | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) (limited to 'jjb/releng') diff --git a/jjb/releng/testapi-automate.yml b/jjb/releng/testapi-automate.yml index 73b600ddf..9fef4d289 100644 --- a/jjb/releng/testapi-automate.yml +++ b/jjb/releng/testapi-automate.yml @@ -15,7 +15,6 @@ - 'testapi-automate-{stream}' - 'testapi-automate-{phase}-{stream}' - 'testapi-verify-{stream}' - - 'testapi-mongodb-backup' project: 'releng' @@ -27,13 +26,13 @@ name: SLAVE_LABEL default: 'testresults' description: 'Slave label on Jenkins' + - project-parameter: + project: 'releng' + branch: 'master' - string: name: GIT_BASE - default: https://gerrit.opnfv.org/gerrit/$PROJECT + default: https://gerrit.opnfv.org/gerrit/releng description: 'Git URL to use on this Jenkins Slave' - - project-parameter: - project: '{project}' - branch: '{branch}' scm: - git-scm diff --git a/jjb/releng/testapi-backup-mongodb.sh b/jjb/releng/testapi-backup-mongodb.sh index 52957ab12..8dba17beb 100644 --- a/jjb/releng/testapi-backup-mongodb.sh +++ b/jjb/releng/testapi-backup-mongodb.sh @@ -26,6 +26,6 @@ if [ $? != 0 ]; then exit 1 else echo "Uploading mongodump to artifact $artifact_dir" - /usr/local/bin/gsutil cp -r "$workspace"/"$file_name" gs://testingrohit/"$artifact_dir"/ + /usr/local/bin/gsutil cp -r "$workspace"/"$file_name" gs://artifacts.opnfv.org/"$artifact_dir"/ echo "MongoDump can be found at http://artifacts.opnfv.org/$artifact_dir" fi -- cgit 1.2.3-korg