Skip to content

Commit

Permalink
Run jenkins-alltests and jenkins-alltests-at. Collect test results.
Browse files Browse the repository at this point in the history
  • Loading branch information
tisto committed Feb 15, 2015
1 parent e179f3f commit d2a1e50
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions flow.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,15 @@ parallel(
alltests: {
node {
prepareBuildout()
sh "bin/jenkins-alltests --group=Plone"
sh "find parts"
// step([$class: 'JUnitResultArchiver', testResults: 'parts/jenkins-test/testreports/*.xml'])
sh "bin/jenkins-alltests"
step([$class: 'JUnitResultArchiver', testResults: 'parts/jenkins-test/testreports/*.xml'])
}
},
alltestsat: {
node {
prepareBuildout()
sh "bin/jenkins-alltests-at --group=AT_plone_app_testing"
sh "find parts"
// step([$class: 'JUnitResultArchiver', testResults: 'parts/jenkins-test/testreports/*.xml'])
sh "bin/jenkins-alltests-at"
step([$class: 'JUnitResultArchiver', testResults: 'parts/jenkins-test/testreports/*.xml'])
}
}
)
Expand Down

0 comments on commit d2a1e50

Please sign in to comment.