Has anyone had any success using Hudson (or another similar build system) with Perl?
Has anyone had any success using Hudson (or another similar build system) with Perl?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
For non-Java build scripts, I usually use Hudson’s custom build script template. That is, I can specify a shell script in Hudson. From there, I can run GNU tools like make, configure, and I usually embed some echo’s into the script, or redirect some output to a custom file, which I then package up in a special folder, and mark as a build artifact.
For example, I might,
for starters.
Then I could wrap up logs/** as build artifacts.