~fginther/charms/precise/ubuntu-ci-services-itself/lander-fix-master

« back to all changes in this revision

Viewing changes to templates/lander-archiver.xml

  • Committer: Francis Ginther
  • Date: 2013-12-11 23:08:55 UTC
  • Revision ID: francis.ginther@canonical.com-20131211230855-upixjl3iyxkmmg41
Initial lander jobs.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version='1.0' encoding='UTF-8'?>
 
2
<project>
 
3
  <actions/>
 
4
  <description>Archives the artifacts and console log of the given build.</description>
 
5
  <keepDependencies>false</keepDependencies>
 
6
  <properties>
 
7
    <hudson.queueSorter.PrioritySorterJobProperty plugin="PrioritySorter@1.3">
 
8
      <priority>100</priority>
 
9
    </hudson.queueSorter.PrioritySorterJobProperty>
 
10
    <hudson.model.ParametersDefinitionProperty>
 
11
      <parameterDefinitions>
 
12
        <hudson.model.StringParameterDefinition>
 
13
          <name>request_id</name>
 
14
          <description>The parent request_id.</description>
 
15
          <defaultValue></defaultValue>
 
16
        </hudson.model.StringParameterDefinition>
 
17
        <hudson.model.StringParameterDefinition>
 
18
          <name>source_url</name>
 
19
          <description>URL of the build to archive</description>
 
20
          <defaultValue></defaultValue>
 
21
        </hudson.model.StringParameterDefinition>
 
22
      </parameterDefinitions>
 
23
    </hudson.model.ParametersDefinitionProperty>
 
24
    <com.sonyericsson.rebuild.RebuildSettings plugin="rebuild@1.20">
 
25
      <autoRebuild>false</autoRebuild>
 
26
    </com.sonyericsson.rebuild.RebuildSettings>
 
27
  </properties>
 
28
  <scm class="hudson.scm.NullSCM"/>
 
29
  <canRoam>true</canRoam>
 
30
  <disabled>false</disabled>
 
31
  <blockBuildWhenDownstreamBuilding>false</blockBuildWhenDownstreamBuilding>
 
32
  <blockBuildWhenUpstreamBuilding>false</blockBuildWhenUpstreamBuilding>
 
33
  <triggers class="vector"/>
 
34
  <concurrentBuild>false</concurrentBuild>
 
35
  <builders>
 
36
    <hudson.tasks.Shell>
 
37
      <command>#!/bin/bash
 
38
set -ex
 
39
 
 
40
$JENKINS_HOME/bin/lander_archiver.py --build-url $source_url</command>
 
41
    </hudson.tasks.Shell>
 
42
  </builders>
 
43
  <publishers/>
 
44
  <buildWrappers/>
 
45
</project>
 
 
b'\\ No newline at end of file'