|
|
+ |
Directory structure for artifacts:
|
|
|
+ |
set ARTIFACTS_HOME=%SERVER_HOME%\var\artifacts
|
|
|
+ |
Before the restructure, the format was that:
|
|
|
+ |
%ARTIFACTS_HOME%\21-61\2794\-2\file.exe
|
|
|
+ |
%ARTIFACTS_HOME%\[[project id]]-[[build profile id]]\[[build life #]]\[[artifact set id]]\[[artifacts]]
|
|
|
+ |
After the restructure, the format is this:
|
|
|
+ |
%ARTIFACTS_HOME%\0000\0021\0000\0061\0000\2794\-2\file.exe
|
|
|
+ |
%ARTIFACTS_HOME%\[[project id]]\[[build profile id]]\[[build life #]]\[[artifact set id]]\[[artifacts]]
|
|
|
+ |
The key to note here is that 21 has been separated out to 00000021, which forms directory 0000\0021. Same goes with build profile 61 to 00000061 = 0000\0061. And the same with the buildlife 2794 to 00002794 = 0000\2794. Only the artifact set ID# and the artifacts themselves remain unchanged.
|