Jenkins build server: replace "isWebTier":true to false for Web builder apps
- Dominant language
- Python
- Stars
- 33
- Forks
- 12
- PR merge metrics
- No merged PRs in 30d
Description
Web builder applications have a "isWebTier": property set to true (i.e. "isWebTier":true) on our development server because we have implemented integrated windows authentication (IWA). I'm assuming most implementations of Ops Server are for demo purposes and therefore not using IWA. Therefore during the Jenkins build process after we copy the web app files we should set this property to false.
Action: replace "isWebTier":true with "isWebTier":false in config.json files in the SolutionsWeb folder.
Contributor guide
Research direction
Inspect the Jenkins build step that copies web app files and the config.json files under the SolutionsWeb folder. Confirm that the build changes the isWebTier property from true to false in those files, and verify the resulting configuration after a build.
Written by the indexing model from the issue text.
Assessment
- Domain
- build-system, ci-cd
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100