Questions tagged [hudson]
5 questions
17
votes
3 answers
Writing jenkins plugin: where is the documentation?
On my current project we're using Jenkins to monitor our builds.
Now they want me to write a Jenkins plugin to add some more monitoring parameters.
I've taken a look at how the status monitor plugin works, and I can't figure some things out. I've…
user22070
8
votes
2 answers
Databases and the CI server
I have a CI server (Hudson) which merrily builds, runs unit tests and deploys to the development environment but I'd now like to get it running the integration tests.
The integration tests will hit a database and that database will be consistently…

mlk
- 1,049
- 8
- 18
8
votes
1 answer
How to create an extendable web application?
How would you implement an extendable web application? What I'm thinking about is a web application similar to Jenkins or Hudson which provides plug-in support. While it's obvious to me how plug-ins can be located and loaded, I don't know how they…

TommyMason
- 945
- 5
- 13
7
votes
3 answers
Hudson or Jenkins
We have been using Hudson for quite a while and we loved it. Now many Hudson-developers have "left the building" to create their own: Jenkins (which means the project has been forked). As Hudson/Jenkins users, we are now worried whether we should…

Lukas Eder
- 1,110
- 3
- 20
- 31
4
votes
3 answers
What am I missing from my CI stack?
Right now, the current deploy process at my work is based around tagging from the trunk and switching various PHP web sites for clients on our QA and Production servers. While this is simple from the technical level, it becomes really tedious when…

CamelBlues
- 1,145
- 1
- 6
- 14