Skip to content

Commit ca34476

Browse files
Set api-qa as base url for release tests
1 parent 52063da commit ca34476

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

JenkinsfileRelease

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ node('words-linux') {
1616
}
1717

1818
withCredentials([usernamePassword(credentialsId: '6839cbe8-39fa-40c0-86ce-90706f0bae5d', passwordVariable: 'AppKey', usernameVariable: 'AppSid')]) {
19-
sh 'echo "{\\"AppSid\\": \\"$AppSid\\",\\"AppKey\\": \\"$AppKey\\"}" > testConfig.json'
19+
sh 'echo "{\\"AppSid\\": \\"$AppSid\\",\\"AppKey\\": \\"$AppKey\\", \\"BaseUrl\\": \\"https://api-qa.aspose.cloud\\"}" > testConfig.json'
2020
}
2121
}
2222
}

0 commit comments

Comments
 (0)