-
Type: Task
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: NXP-6.0, NXP-7.x, NXP-8.x
-
Component/s: Continuous Integration
-
Epic Link:
-
Sprint:nxsupport 9.2.5, nxsupport 9.2.6
-
Story Points:3
- in install.xml:
<copy overwrite="true" file="${package.root}/templates" todir="${env.server.home}" />
- to be stored in src/main/resources/templates
example command:
git log release-7.10-HF23..release-7.10-HF24 --pretty=format:"%H %ae" | cut -d " " -f 1 | git diff-tree --stdin --no-commit-id --name-only -r | sed '/test/d' | grep templates | sort -u