summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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