Skip to content

Commit 92d62bf

Browse files
author
Timo Stollenwerk
committed
Trigger code analysis job after test job. We have to find a way so the code analysis job does not block new test job runs.
1 parent 1bd7c11 commit 92d62bf

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

jenkins.plone.org/plone-4.2-tests.xml

+14-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@
44
<description>Runs all Plone tests.</description>
55
<displayName>Plone 4.2 - Tests</displayName>
66
<keepDependencies>false</keepDependencies>
7-
<properties/>
7+
<properties>
8+
<com.coravy.hudson.plugins.github.GithubProjectProperty>
9+
<projectUrl>http://github.com/plone/buildout.coredev/</projectUrl>
10+
</com.coravy.hudson.plugins.github.GithubProjectProperty>
11+
</properties>
812
<scm class="hudson.scm.NullSCM"/>
913
<assignedNode>Master</assignedNode>
1014
<canRoam>false</canRoam>
@@ -31,7 +35,7 @@
3135
</logTexts>
3236
<EscalateStatus>false</EscalateStatus>
3337
<RunIfJobSuccessful>true</RunIfJobSuccessful>
34-
<script>rsync -avz $WORKSPACE $WORKSPACE/../last-successful</script>
38+
<script>rsync -aqz $WORKSPACE $WORKSPACE/../last-successful</script>
3539
</hudson.plugins.postbuildtask.TaskProperties>
3640
</tasks>
3741
</hudson.plugins.postbuildtask.PostbuildTask>
@@ -66,6 +70,14 @@ ${CHANGES}
6670
${BUILD_URL}</defaultContent>
6771
<attachmentsPattern></attachmentsPattern>
6872
</hudson.plugins.emailext.ExtendedEmailPublisher>
73+
<hudson.tasks.BuildTrigger>
74+
<childProjects>plone-4.2-code-analysis</childProjects>
75+
<threshold>
76+
<name>SUCCESS</name>
77+
<ordinal>0</ordinal>
78+
<color>BLUE</color>
79+
</threshold>
80+
</hudson.tasks.BuildTrigger>
6981
</publishers>
7082
<buildWrappers/>
7183
</project>

0 commit comments

Comments
 (0)