Skip to content

Commit 2da2b53

Browse files
rajeevr2715devsatishmdependabot[bot]SauarvD
authored
Disable website hosting on S3 bucket for API doc (#1302)
* Feature: Support latest runtimes for AWS Lambda (#1298) * Bump junit from 4.12 to 4.13.1 in /templates/api-template-java (#1296) Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.1. - [Release notes](https://github.com/junit-team/junit4/releases) - [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.12.md) - [Commits](junit-team/junit4@r4.12...r4.13.1) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Satish Malireddi <dev.satishm@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Feature: Support latest runtimes for AWS Lambda (#1297) Co-authored-by: Satish Malireddi <dev.satishm@gmail.com> * changes (#1299) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: SauravD <43289511+SauarvD@users.noreply.github.com> * store domain Co-authored-by: Satish Malireddi <dev.satishm@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: SauravD <43289511+SauarvD@users.noreply.github.com>
1 parent ae10f5f commit 2da2b53

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

builds/jenkins-build-pack-api/Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ node() {
4646
def jazzBuildModuleURL = getBuildModuleUrl()
4747
loadBuildModules(jazzBuildModuleURL)
4848

49-
g_base_url_for_swagger = "http://${configLoader.JAZZ.PLATFORM.AWS.S3.API_DOC}.s3-website-${configLoader.AWS.DEFAULTS.REGION}.amazonaws.com/"
49+
g_base_url_for_swagger = "https://${configLoader.JAZZ.STACK_URL}/"
5050

5151
echo "Build triggered via branch: " + params.scm_branch + " with params: " + params
5252

0 commit comments

Comments
 (0)