I am trying to create a bash script for setting up Jenkins. Is there开发者_JAVA百科 any way to update a plugin list from the Jenkins terminal?
We have to setup new build environments regularily, and the process seems not so simple. Today I have got a new build machine, and the first Maven build was so slow, that I wanted to clarify why the p
I recently upgraded from Hudson 1.385 to Jenins 1.433 and something strange happened after the 开发者_StackOverflow中文版upgrade.
At our company we use Hudson for our CI, we use a lot of different languages and they all work well on linux.
So after reading multiple Q&As here about why I should use Jenkins over Hudson, I went ahead and made the switch ... and now I\'m regretting it.With Hudson (or at least with the Debian package I u
I am running Selenium unittests after my hudson build. And want to use it for monitoring my websites functionality.
I\'m setting up a centralized build system where several projects get \"packaged\". The project can be selected using a choice parameter, and based on it I\'m building the SVN checkout path. The repos
I\'m already finishing my project build automation :) with Hudson and Nant. My project structure is something like
I have quite a few free-style jobs in Jenkins that I would like to convert to multi-configuration jobs so I can build across multiple platforms under开发者_如何学JAVA one job.These jobs specify quite
Consider a Maven project with multiple interdependent modules: let\'s say, three jar modules A, B, and C, which are dependencies for a war module Z. I have a separate Hudson build for each of these mo