Hello,
New to AI and building a setup for the first time. I tried digging through searches and forum to find an answer but not specifically what I am attempting.
In the files and folders i would like to add a folder under Application Folder that is in a dynamic location, is this possible? Here is the scenario.
A build machine has no code paths only a build agent.
When triggered the build agent creates a code path and downloads the source. (sometimes C:\agent\1\working\source\)
The tricky part here is the agent could use another location depending on if other builds are in progress, so it would change to C:\agent\2\working\source\
Note the number change in the directory path from 1 and 2.
The code is compiled into two folders Server and Terminal.
Then our current process an NSIS build is performed, it resides in the agent source folder so it does a ..\..\Server\* command which grabs everything in the Server folder and then terminal folder respectively.
Is something like this achievable in AI? I have looked through the folder sync but its not exactly what i need.
Reading about the paths state when the AI setup file is moved to another location such as this scenario it would alter the location of the files it searches for so would i need to build it and specify the folder and files two directories below the main aip and when copied it would alter to where i need it?
thank you for any help
Chris