When using Designer client in userless mode to build Domino Applications from "ondisk" projects (using Jenkins, Ant, Git, ...etc)
,
Following these articles..
https://help.hcltechsw.com/dom_designer/11.0.0/xpage_user_guide/builds/wpd_srcctrl_headless_command_file.html
and
https://help.hcltechsw.com/dom_designer/9.0.1/user/wpd_srcctrl_headless_command_line.html
and following these commands..
config,true,true
importandbuild,<myOndiskFolder>/.project,@<myApp>
wait,<myApp> ,20
clean
exit,3000
on each start from a brand new ondisk folder (downloaded from a git server),
some time Designer client works well, and some time it waits for a confirmation in a "Sync Conflict" dialog box, asking user to choose between "Use NSF Version" or "Use On-Disk Project Version", and without "human" intervention, Jenkins process times out.
Expectation:
Provide a way so that Designer client can auto-select any one required option between "Use NSF Version" or "Use On-Disk Project Version" in command line mode, so that no human intervention is needed.