- job: name: jdk9-archive-test-scripts project-type: freestyle defaults: global description: | * This job is no longer necessary as these directories are held at git.linaro.org. logrotate: numToKeep: 10 artifactNumToKeep: 1 properties: - authorization: anonymous: - job-read - job-extended-read disabled: false node: aarch64-06 display-name: 'OpenJDK 9 - Archive OpenJDK 9 test scripts' wrappers: - timestamps builders: - shell: | #!/bin/bash set -exu rm -rf out mkdir out cd ~openjdk-testing tar --exclude=.git -acvf ${WORKSPACE}/out/specjbb-test-scripts.tar.gz specjbb-test-scripts tar --exclude=.git --exclude=jdk9 -acvf ${WORKSPACE}/out/openjdk-test-scripts.tar.gz openjdk-test-scripts tar --exclude=.git -acvf ${WORKSPACE}/out/hadoop-test-scripts.tar.gz hadoop-test-scripts publishers: - archive: artifacts: 'out/*.tar.gz'