summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-07-13 21:28:38 +0200
committerHolger Levsen <holger@layer-acht.org>2016-07-13 21:28:38 +0200
commit554aad2b2fbaaa05d3d1fa4e096e572a5caabfa8 (patch)
tree0cbde15d61a8200fea2d5c5083783efc10215d12
parent44f21d294d45cf61a531999d82828d98cffd2361 (diff)
downloadjenkins.debian.net-554aad2b2fbaaa05d3d1fa4e096e572a5caabfa8.tar.xz
lvc: s#retreive#retrieve#g
-rwxr-xr-xbin/lvc_retrieve_artifacts.sh (renamed from bin/lvc_retreive_artifacts.sh)0
-rw-r--r--job-cfg/lvc.yaml8
2 files changed, 4 insertions, 4 deletions
diff --git a/bin/lvc_retreive_artifacts.sh b/bin/lvc_retrieve_artifacts.sh
index 146558b6..146558b6 100755
--- a/bin/lvc_retreive_artifacts.sh
+++ b/bin/lvc_retrieve_artifacts.sh
diff --git a/job-cfg/lvc.yaml b/job-cfg/lvc.yaml
index 834a5f66..78916dae 100644
--- a/job-cfg/lvc.yaml
+++ b/job-cfg/lvc.yaml
@@ -42,7 +42,7 @@
includes: '{my_pngs}'
image-width: 300
- trigger-parameterized-builds:
- - project: lvc_retreive_artifacts
+ - project: lvc_retrieve_artifacts
predefined-parameters: "TRIG_NODE=$NODE_NAME\nTRIG_RESULTS=$WORKSPACE/results"
wrappers:
- live-screenshot
@@ -57,7 +57,7 @@
name: '{name}_{distro}'
- job-template:
- name: '{name}_retreive_artifacts'
+ name: '{name}_retrieve_artifacts'
project-type: freestyle
description: *desc
properties:
@@ -82,7 +82,7 @@
wrappers:
- live-screenshot
builders:
- - shell: '/srv/jenkins/bin/lvc_retreive_artifacts.sh'
+ - shell: '/srv/jenkins/bin/lvc_retrieve_artifacts.sh'
node: 'master'
- project:
@@ -113,5 +113,5 @@
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}_retreive_artifacts':
+ - '{name}_retrieve_artifacts':
my_title: 'Retrieve results from LVC job'