summaryrefslogtreecommitdiffstats
path: root/tests/yamlparser/fixtures/project_pipeline_template005.xml
blob: 7bafcbfed8e705f4ba1b8bf2255df8ace2e5795d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<?xml version="1.0" encoding="utf-8"?>
<flow-definition plugin="workflow-job">
  <definition class="org.jenkinsci.plugins.workflow.cps.CpsScmFlowDefinition" plugin="workflow-cps">
    <sandbox>false</sandbox>
    <scm class="hudson.plugins.mercurial.MercurialSCM">
      <source>http://hg.example.org/project</source>
      <revisionType>BRANCH</revisionType>
      <revision>default</revision>
      <clean>true</clean>
      <modules/>
      <disableChangeLog>false</disableChangeLog>
    </scm>
    <scriptPath>Jenkinsfile</scriptPath>
  </definition>
  <actions/>
  <description>&lt;!-- Managed by Jenkins Job Builder --&gt;</description>
  <keepDependencies>false</keepDependencies>
  <blockBuildWhenDownstreamBuilding>false</blockBuildWhenDownstreamBuilding>
  <blockBuildWhenUpstreamBuilding>false</blockBuildWhenUpstreamBuilding>
  <concurrentBuild>false</concurrentBuild>
  <canRoam>true</canRoam>
  <properties/>
  <scm class="hudson.scm.NullSCM"/>
  <publishers>
    <hudson.tasks.Mailer plugin="mailer">
      <recipients>qa@example.org</recipients>
      <dontNotifyEveryUnstableBuild>false</dontNotifyEveryUnstableBuild>
      <sendToIndividuals>false</sendToIndividuals>
    </hudson.tasks.Mailer>
  </publishers>
  <buildWrappers/>
</flow-definition>
<BLANKLINE>
<?xml version="1.0" encoding="utf-8"?>
<flow-definition plugin="workflow-job">
  <definition class="org.jenkinsci.plugins.workflow.cps.CpsScmFlowDefinition" plugin="workflow-cps">
    <sandbox>true</sandbox>
    <scm class="hudson.plugins.mercurial.MercurialSCM">
      <source>http://hg.example.org/project</source>
      <revisionType>BRANCH</revisionType>
      <revision>default</revision>
      <clean>true</clean>
      <modules/>
      <disableChangeLog>false</disableChangeLog>
    </scm>
    <scriptPath>Jenkinsfile</scriptPath>
  </definition>
  <actions/>
  <description>&lt;!-- Managed by Jenkins Job Builder --&gt;</description>
  <keepDependencies>false</keepDependencies>
  <blockBuildWhenDownstreamBuilding>false</blockBuildWhenDownstreamBuilding>
  <blockBuildWhenUpstreamBuilding>false</blockBuildWhenUpstreamBuilding>
  <concurrentBuild>false</concurrentBuild>
  <canRoam>true</canRoam>
  <properties/>
  <scm class="hudson.scm.NullSCM"/>
  <publishers>
    <hudson.tasks.Mailer plugin="mailer">
      <recipients>dev@example.org</recipients>
      <dontNotifyEveryUnstableBuild>false</dontNotifyEveryUnstableBuild>
      <sendToIndividuals>false</sendToIndividuals>
    </hudson.tasks.Mailer>
  </publishers>
  <buildWrappers/>
</flow-definition>