Build LaTeX PDF on Jenkins / Hudson

The team I'm working on manages a large collection of technical documentation, which is written in LaTeX. Currently, all the documentation that we have is manually created by editors and then checked in the version control system.

Is it possible to create LaTeX files on jenkins / hudson?

+5
source share
1 answer

If you can create your LaTeX files from the command line, Jenkins can build it for you.
Just create a job with the Build Execution build step.

[ ant], , Ant script, "Invoke Ant", .

+8

All Articles