Skip to main content
March 2, 2015
Answered

Batch Generation of Documents possible?

  • March 2, 2015
  • 1 reply
  • 610 views

In order to minimise manual work, is it possible to integrate Robohelp into a Buildsystem (like Jenkins) and let it generate artifacts overnight?

Artifacts are some Webhelp projects and PDFs.

So, I want my build machine (running on Windows) to retrieve my help projects from source control, start Robohelp and let it create the artifacts from my help projects.

After creation my build machine puts all generated artifacts into the artifact repository and stops.

Basically, I need either to click automatically through all needed Robohelp projects (e.g. through AutoIt) or create a script which does everything for me. I'd prefer a script.

Is this possible?

    This topic has been closed for replies.
    Correct answer RoboColum_n_

    Yes it is. You should use the following link as a starting point.

    Command Line Generation

    1 reply

    RoboColum_n_
    RoboColum_n_Correct answer
    Legend
    March 2, 2015

    Yes it is. You should use the following link as a starting point.

    Command Line Generation

    March 3, 2015

    That looks good, many thanks!