Copy link to clipboard
Copied
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?
Yes it is. You should use the following link as a starting point.
Copy link to clipboard
Copied
Yes it is. You should use the following link as a starting point.
Copy link to clipboard
Copied
That looks good, many thanks!