I have a series of Hudson jobs I want to run to test out various builds: Build 1.17 on Server X Build Trunk on Server X
I\'m trying to setup Jenkins to poll from my SVN repo, and start a new build whenever it detects a commit has gone in. I\'ve gotten the polling part working, but the building is rather overzealous, an
My task is to make Hudson starting a new build after a commit. As I\'ve read here it is done by using svn post-commit hook. The problem is I don\'t want to use VBScript so that is is platform-dependen
Is there a way to block a jenkins job until a given webservice returns HTTP 200 for a given UR开发者_开发百科L? I have a server deployment job with downstream tasks, and it takes a variable length of
I have 1 upstream job and 2 parallel downstream jobs开发者_如何学Go. When the upstream job succeeds, 2 downstream jobs will be triggered.
I have written a custom PMD rule specific to my project requirements that is working fine with sonar in standalone mode (following the steps given in this link). I need to integrate the same to hudson
What I have done so far: Deployed a tomcat6.0 server to c:\\www Downloaded and deployed the Hudson.war in the c:\\www\\webapps folder
I am using CppUnit plugin for Hudson to read my test results. How can I measure performance, in terms of run-time of my tests, and show them on my Hudson dashboard? Any pl开发者_如何学Gougins, or hack
I am executing reg开发者_Go百科ression test created by selenium and triggered from hudson. After this test i need to clean up DB , so for this any option there in Hudson to connect DB and execute some
Is it po开发者_运维问答ssible to configure Hudson to send build notifications to Microsoft Communicator (or Microsoft Lync) using its instant message plugin? If possible, please tell me how to do that