4 /* HOME = '/tmp/whatever' */
10 filename 'Dockerfile.test'
15 HARNESS_OPTIONS = 'fTAP-Formatter-JUnit'
17 PERL_TEST_HARNESS_DUMP_TAP = 'testreports'
20 /* sh 'mkdir -p $HOME' */
21 sh 'make bootstrap dist'
23 stash includes: 'HTTP-AnyUA-*.tar.gz', name: 'dist'
24 archiveArtifacts artifacts: 'HTTP-AnyUA-*.tar.gz', fingerprint: true
28 junit '.build/latest/testreports/**/*.junit.xml'
29 /* have to clean up else root-owned files will be left in
30 * the workspace directory */
32 /* sh 'chown -R $(stat -c %u .):$(stat -c %g .) .' */
39 filename 'Dockerfile.test'