@@ -35,7 +35,7 @@ def runTests(testEnv, isAndroid) {
3535 junit ' **/build/**/*.xml'
3636 if (isAndroid) {
3737 // Collect the device log
38- archiveArtifacts artifacts : ' **/build/**/*.log'
38+ archiveArtifacts artifacts : ' **/build/**/*logcat .log'
3939 }
4040 }
4141 }
@@ -60,10 +60,10 @@ stage('Build') {
6060
6161stage(' QA' ) {
6262 // Define the matrix environments
63- def CLOUDANT_ENV = [' DB_HTTP=https' , ' DB_HOST=clientlibs-test.cloudant.com' , ' DB_PORT=443' , ' DB_IGNORE_COMPACTION=true' , ' CREDS_ID=clientlibs-test' ]
64- def COUCH1_6_ENV = [' DB_HTTP=http' , ' DB_HOST=cloudantsync002.bristol.uk.ibm.com' , ' DB_PORT=5984' , ' DB_IGNORE_COMPACTION=false' , ' CREDS_ID=couchdb' ]
65- def COUCH2_0_ENV = [' DB_HTTP=http' , ' DB_HOST=cloudantsync002.bristol.uk.ibm.com' , ' DB_PORT=5985' , ' DB_IGNORE_COMPACTION=true' , ' CREDS_ID=couchdb' ]
66- def CLOUDANT_LOCAL_ENV = [' DB_HTTP=http' , ' DB_HOST=cloudantsync002.bristol.uk.ibm.com' , ' DB_PORT=8081' , ' DB_IGNORE_COMPACTION=true' , ' CREDS_ID=couchdb' ]
63+ def CLOUDANT_ENV = [' TEST_ENV_NAME=Cloudant_Test ' , ' DB_HTTP=https' , ' DB_HOST=clientlibs-test.cloudant.com' , ' DB_PORT=443' , ' DB_IGNORE_COMPACTION=true' , ' CREDS_ID=clientlibs-test' ]
64+ def COUCH1_6_ENV = [' TEST_ENV_NAME=CouchDB1_6_Test ' , ' DB_HTTP=http' , ' DB_HOST=cloudantsync002.bristol.uk.ibm.com' , ' DB_PORT=5984' , ' DB_IGNORE_COMPACTION=false' , ' CREDS_ID=couchdb' ]
65+ def COUCH2_0_ENV = [' TEST_ENV_NAME=CouchDB2_0_Test ' , ' DB_HTTP=http' , ' DB_HOST=cloudantsync002.bristol.uk.ibm.com' , ' DB_PORT=5985' , ' DB_IGNORE_COMPACTION=true' , ' CREDS_ID=couchdb' ]
66+ def CLOUDANT_LOCAL_ENV = [' TEST_ENV_NAME=CloudantLocal_Test ' , ' DB_HTTP=http' , ' DB_HOST=cloudantsync002.bristol.uk.ibm.com' , ' DB_PORT=8081' , ' DB_IGNORE_COMPACTION=true' , ' CREDS_ID=couchdb' ]
6767
6868 // Standard builds do Findbugs and test sync-android for Android and Java against Cloudant
6969 def axes = [
0 commit comments