Details
-
Type:
Sub-task
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 3.5.2
-
Component/s: Build infrastructure
-
Labels:
Description
Ideally, we should be able to perform a build with the fewest possible number of dependencies on the build server. A few ideas:
- Use Pre/Post Bamboo plugin to check out build configuration properties and additional build scripts if needed
- Review build-server-bound resources (e.g. DocBook stylesheets) and tools to see if we can distribute them in the repository. Certain things will still need to be on the build server (e.g. Clover license)
- Make sure the webapp WAR gets copied to the artifacts directory (currently it doesn't)
Already fixed.