hudson
Maven2 + Distributed build on slave.
I experiencing an issue when tried to build a project on a slave. I\'ve got a pom.xml with something like that :[详细]
2023-04-01 09:26 分类:问答xcode Provisioning File not found with Jenkins
I have my xcodebuild running successfully through ant. If I ssh int开发者_如何学编程o the system and run the build, it works fine.However, when the same ant target is called via Jenkins (running as a[详细]
2023-03-31 23:08 分类:问答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: Error after creating doxygen files; downgrade not working either
I\'m having the following problem with Hudson after upgrading to 2.1.0: After successfully creatingthe doxygen output, the following exception occurs:[详细]
2023-03-31 10:51 分类:问答Hudson Nant Plugin = $WORKSPACE property containing spaces
I\'m trying out Hudson and tried to run my Nant script that receives the solution folder path (for my .net 1.1 project) and it keeps failing because of the 开发者_运维问答spaces contained in the path.[详细]
2023-03-31 10:17 分类:问答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 分类:问答Tagging modules in SVN via Hudson
I am using SVN + maven + hudson/jenkins. I am having 8 modules under one build. After a perfect build i am able tag it and publish it for a clean release. Its a happy day scen开发者_Go百科ario[详细]
2023-03-30 16:26 分类:问答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 分类:问答How to setup C++ continous build on Hudson / Jenkins
I would like to Hudson/Jenkins for our C++ builds for Continuous integration. We are using CMake for make files and subversion for soruce control.[详细]
2023-03-29 22:29 分类:问答