summaryrefslogtreecommitdiffstats
path: root/jjb/releng
diff options
context:
space:
mode:
authorrohitsakala <rohitsakala@gmail.com>2017-02-11 01:25:43 +0530
committerrohitsakala <rohitsakala@gmail.com>2017-02-11 01:29:29 +0530
commitf32362fc991f620b7dd55169bef94e4b820262a3 (patch)
treeb6e831f2be0ac63abcbc2d0c8eea5da4d8fee8ae /jjb/releng
parent74c661e91f768aabf3d99f9b6baed260f58bb471 (diff)
Bug fix type name and add parameter values
Change-Id: Idfa76608e796d9e27bbed4a351d16018e9380c59 Signed-off-by: rohitsakala <rohitsakala@gmail.com>
Diffstat (limited to 'jjb/releng')
-rw-r--r--jjb/releng/testapi-automate.yml9
-rw-r--r--jjb/releng/testapi-backup-mongodb.sh2
2 files changed, 5 insertions, 6 deletions
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