nemccarthy / stash-pullrequest-builder-plugin

A Jenkins plugin for Building Stash Pull Requests
https://wiki.jenkins-ci.org/display/JENKINS/Stash+pullrequest+builder+plugin
Other
64 stars 130 forks source link

Adding Travis CI configuration #3

Closed tomasbjerre closed 9 years ago

tomasbjerre commented 9 years ago
juherr commented 9 years ago

:-1: I think a Jenkins plugin should use Jenkins as CI. In this case, BuidHive seems to be a better solution.

tomasbjerre commented 9 years ago

CloudBees is building all jenkins plugins: https://jenkins.ci.cloudbees.com/job/plugins/job/stash-pullrequest-builder-plugin/

Edit: And it is possible to link to a badge like this: https://jenkins.ci.cloudbees.com/job/plugins/job/stash-pullrequest-builder-plugin/badge/icon I am using Travis to build my Jenkins plugin because it alllws custom build scripts. That means I can start a local Jenkins server and run some Webdriver use cases on it. CloudBees is good because it verifies that the code is organized the way all Jenkins plugins must be.