hudson-plugins
Hudson / Jenkins - Parallel vs Series Pipelines and Reuse of jobs
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[详细]
2023-04-12 09:16 分类:问答Jenkins Poll SVN builds constantly even with no new commits
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[详细]
2023-03-31 19:11 分类:问答Hudson with Subversion: build after commit on Windows using Java or Ant
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[详细]
2023-03-30 18:23 分类:问答Blocking a Jenkins job until a web service returns an HTTP 200?
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[详细]
2023-03-30 12:37 分类:问答How to gather build result of a build series in hudson?
I have 1 upstream job and 2 parallel downstream jobs开发者_如何学Go. When the upstream job succeeds, 2 downstream jobs will be triggered.[详细]
2023-03-30 03:40 分类:问答Custom PMD rule integration with hudson
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[详细]
2023-03-25 03:04 分类:问答Github Integration with Hudson CI
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[详细]
2023-03-23 06:37 分类:问答Measure performace of C++ test suite with Hudson
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[详细]
2023-03-16 10:24 分类:问答how to connect mysql from hudson?
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[详细]
2023-03-15 07:49 分类:问答Configure Hudson to send build notifications to Mircrosoft messenger
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[详细]
2023-03-14 17:31 分类:问答