Welcome to the #dominoforever Product Ideas Forum! The place where you can submit product ideas and enhancement request. We encourage you to participate by voting on, commenting on, and creating new ideas. All new ideas will be evaluated by HCL Product Management & Engineering teams, and the next steps will be communicated. While not all submitted ideas will be executed upon, community feedback will play a key role in influencing which ideas are and when they will be implemented.
For more information and upcoming events around #dominoforever, please visit our Destination Domino Page
When using Designer client in userless mode to build Domino Applications from "ondisk" projects (using Jenkins, Ant, Git, ...etc) ,
Following these articles..
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.