Les Mikesell kirjoitti 6.7.2012 kello 1.01: > On Thu, Jul 5, 2012 at 4:58 PM, Sami Tikka <sjti...@gmail.com> wrote: >> >> AFAIK there is nothing in the Jenkins build process that tests plugins. >> >> There are something like 700 plugins in github.com and maybe some more on >> subversion. But, as Jenkins is open-source-software, there aren't too many >> people who have a lot of time to work on it. I know there are some, but not >> many. I'm sure any help you can offer to test plugins is welcome. > > If only there were a good tool that could continuously test the > integration of software during development...
A shell script that takes latest jenkins.war from http://ci.jenkins-ci.org/ and installs it with a couple of plugins, starts it and checks the output for exceptions would be a simple way to get started. A shell script is not a good tool, but it is a heck of a lot better than nothing. -- Sami