@@ -51,9 +51,9 @@ stage('QA') {
5151 // Define the matrix environments
5252 def CLOUDANT_ENV = [' DB_HTTP=https' , ' DB_HOST=clientlibs-test.cloudant.com' , ' DB_PORT=443' , ' DB_IGNORE_COMPACTION=true' , ' CREDS_ID=clientlibs-test' ]
5353 def CLOUDANT_IAM_ENV = [' DB_HTTP=https' , ' DB_HOST=clientlibs-test.cloudant.com' , ' DB_PORT=443' , ' DB_IGNORE_COMPACTION=true' , ' CREDS_ID=clientlibs-test-iam' ]
54- def COUCH1_6_ENV = [' DB_HTTP=http' , ' DB_HOST=cloudantsync002.bristol.uk.ibm.com' , ' DB_PORT=5984' , ' DB_IGNORE_COMPACTION=false' , ' CREDS_ID=couchdb' ]
55- def COUCH2_0_ENV = [' DB_HTTP=http' , ' DB_HOST=cloudantsync002.bristol.uk.ibm.com' , ' DB_PORT=5985' , ' DB_IGNORE_COMPACTION=true' , ' CREDS_ID=couchdb' ]
56- def CLOUDANT_LOCAL_ENV = [' DB_HTTP=http' , ' DB_HOST=cloudantsync002.bristol.uk.ibm.com' , ' DB_PORT=8081' , ' DB_IGNORE_COMPACTION=true' , ' CREDS_ID=couchdb' ]
54+ def COUCH1_6_ENV = [' DB_HTTP=http' , ' DB_HOST=cloudantsync002.bristol-victoria .uk.ibm.com' , ' DB_PORT=5984' , ' DB_IGNORE_COMPACTION=false' , ' CREDS_ID=couchdb' ]
55+ def COUCH2_0_ENV = [' DB_HTTP=http' , ' DB_HOST=cloudantsync002.bristol-victoria .uk.ibm.com' , ' DB_PORT=5985' , ' DB_IGNORE_COMPACTION=true' , ' CREDS_ID=couchdb' ]
56+ def CLOUDANT_LOCAL_ENV = [' DB_HTTP=http' , ' DB_HOST=cloudantsync002.bristol-victoria .uk.ibm.com' , ' DB_PORT=8081' , ' DB_IGNORE_COMPACTION=true' , ' CREDS_ID=couchdb' ]
5757
5858 // Standard builds do Findbugs and test against Cloudant
5959 def axes = [
0 commit comments