Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit c409805

Browse filesBrowse files
committed
Add new test server env vars
1 parent 18245a9 commit c409805
Copy full SHA for c409805

File tree

Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed

‎Jenkinsfile

Copy file name to clipboardExpand all lines: Jenkinsfile
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
def getEnvForSuite(suiteName) {
22
// Base environment variables
33
def envVars = [
4-
"CLOUDANT_ACCOUNT=$DB_USER",
4+
"DB_URL=${SDKS_TEST_SERVER_URL}",
55
"RUN_CLOUDANT_TESTS=1",
66
"SKIP_DB_UPDATES=1" // Disable pending resolution of case 71610
77
]
@@ -29,8 +29,8 @@ def setupPythonAndTest(pythonVersion, testSuite) {
2929
// Unstash the source on this node
3030
unstash name: 'source'
3131
// Set up the environment and test
32-
withCredentials([usernamePassword(credentialsId: 'clientlibs-test', usernameVariable: 'DB_USER', passwordVariable: 'DB_PASSWORD'),
33-
string(credentialsId: 'clientlibs-test-iam', variable: 'DB_IAM_API_KEY')]) {
32+
withCredentials([usernamePassword(credentialsId: 'testServerLegacy', usernameVariable: 'DB_USER', passwordVariable: 'DB_PASSWORD'),
33+
string(credentialsId: 'testServerIamApiKey', variable: 'DB_IAM_API_KEY')]) {
3434
withEnv(getEnvForSuite("${testSuite}")) {
3535
try {
3636
sh """

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.