I want to add the build to CI/CD.So I write the commod in to the bat.It should run 10Min.When it finished running, he did not proceed to the next step.And I can see it is success in the log.
My setup Factory is '9.3.1.0'.
The common is ' "C:\Program Files (x86)\Setup Factory 9\SUFDesign.exe" /BUILD "C:\Users\h458951\bamboo-agent-home\xml-data\build-dir\SSG-SSO-ON\setup\sf8\SSOn-premise.suf" "/CONST:C:\Users\h458951\bamboo-agent-home\xml-data\build-dir\SSG-SSO-ON\setup\sf8\teamcity_sf8_cfg_tmp.ini" "/STDOUT" > C:\code\output.log'.
I can run the bat with other files of 'suf'.But other files build time is short.And this build time is large than 10min.
I guess if the compilation time is too long, the execution result cannot be obtained.
My setup Factory is '9.3.1.0'.
The common is ' "C:\Program Files (x86)\Setup Factory 9\SUFDesign.exe" /BUILD "C:\Users\h458951\bamboo-agent-home\xml-data\build-dir\SSG-SSO-ON\setup\sf8\SSOn-premise.suf" "/CONST:C:\Users\h458951\bamboo-agent-home\xml-data\build-dir\SSG-SSO-ON\setup\sf8\teamcity_sf8_cfg_tmp.ini" "/STDOUT" > C:\code\output.log'.
I can run the bat with other files of 'suf'.But other files build time is short.And this build time is large than 10min.
I guess if the compilation time is too long, the execution result cannot be obtained.
Comment