diff options
author | Philip Hands <phil@hands.com> | 2016-07-19 19:49:44 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-07-19 23:15:17 +0200 |
commit | 7099cf784398347093d6d3c96975fd4b4c4dcd5e (patch) | |
tree | 64117d6b6f3baa74cee9ff5797df663d3c627c31 /job-cfg | |
parent | d79d7c0c953eee95167b96b2caa2af286f296ff7 (diff) | |
download | jenkins.debian.net-7099cf784398347093d6d3c96975fd4b4c4dcd5e.tar.xz |
do artifact retrieval in the master wrapper
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'job-cfg')
-rw-r--r-- | job-cfg/lvc.yaml | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/job-cfg/lvc.yaml b/job-cfg/lvc.yaml index 1e4b2846..5139681d 100644 --- a/job-cfg/lvc.yaml +++ b/job-cfg/lvc.yaml @@ -41,9 +41,6 @@ - title: '{my_title}' includes: '{my_pngs}' image-width: 300 - - trigger-parameterized-builds: - - project: lvc_retrieve_artifacts - predefined-parameters: "TRIG_NODE=$NODE_NAME\nTRIG_RESULTS=$WORKSPACE/results" wrappers: - live-screenshot builders: @@ -56,35 +53,6 @@ defaults: lvc name: '{name}_{distro}' -- job-template: - name: '{name}_retrieve_artifacts' - project-type: freestyle - description: *desc - properties: - - sidebar: *sb1 - - sidebar: *sb2 - - sidebar: *sb3 - parameters: - - string: - name: TRIG_NODE - description: The host that the job triggering this one was running on - - string: - name: TRIG_RESULTS - description: The results directory for the job that triggered this one - logrotate: - daysToKeep: 90 - numToKeep: 20 - artifactDaysToKeep: -1 - artifactNumToKeep: -1 - publishers: - - email: - recipients: 'qa-jenkins-scm@lists.alioth.debian.org, phil@hands.com' - wrappers: - - live-screenshot - builders: - - shell: '/srv/jenkins/bin/lvc_retrieve_artifacts.sh' - node: 'master' - - project: name: lvc my_title: 'Cucumber: {dist_name}' @@ -113,5 +81,3 @@ my_iso: 'http://cdimage.debian.org/cdimage/daily-builds/daily/arch-latest/amd64/iso-cd/debian-testing-amd64-netinst.iso' my_time: 'H H * * H' my_opts: '--tags @broken' - - '{name}_retrieve_artifacts': - my_title: 'Retrieve results from LVC job' |