hudson

Hudson failing to start

▼魔方 西西 提交于 2020-01-05 12:28:49
问题 I had hudson running on windows server successfully. needed to restart the hudson service. After restart i am getting below error. Any idea, or if anybody experienced this issue. org.jvnet.hudson.reactor.ReactorException: com.google.common.util.concurrent.UncheckedExecutionException: java.lang.NullPointerException at org.jvnet.hudson.reactor.Reactor.execute(Reactor.java:246) at hudson.model.Hudson.executeReactor(Hudson.java:719) at hudson.model.Hudson.<init>(Hudson.java:616) at org.eclipse

Can Hudson check out from multiple SCMs?

瘦欲@ 提交于 2020-01-05 08:15:29
问题 Due to some politics at work we have our project in two different SCMs, SVN and Dimensions. I was wondering if anyone knew of a plugin available that would change Hudson's radio buttons into checkboxes to allow me to configure multiple SCM repositories in the project's config on hudson? 回答1: No it can't. However, the svn plugin allows you to check out from several locations. A work around would be to use a (pre-) build step to check out from your repositories using a command line tool. 来源:

Clearcase plugin with hudson ci server

半世苍凉 提交于 2020-01-05 04:24:14
问题 We are using base clear case with dynamic views on Linux. In our environment some custom script is responsible, so ct mkview is not working. I need either - provide to Hudson plugin a custom script for creating a view - tell to plugin to reuse existing view, w/o calling to ct mkview I did not find any of these options. Can you help me? Here are my current settings: Thank you 回答1: As I have detailed in "Hudson integration with UCM ClearCase", you can use an existing dynamic view, even if it is

Configure hudson to build multiple branches

爷,独闯天下 提交于 2020-01-05 04:24:12
问题 I use an ant file to build a java project in mercurial through hudson. The mailnine has a hudson job running just fine. Recently a new branch was created and pushed to the server by commnd line: hg branch newbranch hg commit hg push -f The mainine does not contain these changes and still builds fine. I have set up a new job with the same setting as mainline (in fact copied mainline job in hudson), and specified the newbranch. However, the newbranch job builds code identical to mainline. If I

Git push to GitHub failing - seems to be trying to use HTTP?

白昼怎懂夜的黑 提交于 2020-01-04 06:15:10
问题 I've setup a Hudson continuous intgration server on an Ubuntu 8.04 slice, git version 1.6.4. I am able to have it pull code from a private repo GitHub, but I can't seem to get it to push the tags back after a build. I see the following: # sudo -u hudson git push --tags XML error: syntax error error: Error: no DAV locking support on https://github.com/dealbase/dealbase/ error: failed to push some refs to 'https://github.com/dealbase/dealbase' If I do "ssh -v git@github.com" from the hudson

transform opencover xml output to ncover xml

微笑、不失礼 提交于 2020-01-04 04:19:06
问题 I need the ability to import opencover coverage results in to Jenkins to pull coverage trending data over time. It appears that the best way to do this is going to be finding a way to convert the opencover xml format to ncover format, and then use the NCover plugin to import the results. Is there an existing xslt that will transform opencover to ncover, or an open source tool that will do the conversion? I've searched, and I'm finding nothing. thanks 回答1: The following XSLT is available on

How to get corresponding build artifacts of a job in jenkins ?

血红的双手。 提交于 2020-01-03 17:21:26
问题 I create Jenkins jobs using hudson.cli.CLI jar . I have selected "Archive the artifacts" option in the "Post-build steps" section. It archives the artifacts on each succesfull build. I am using jenkins remote access api http://localhost:8080/job/job_name/api/json to get details about jobs . and http://localhost:8080/job/job_name/job_number/api/json to get details about builds . When I delete a build corresponding archived artifacts are not deleted. I'd like to make sure that they are deleted.

How to get corresponding build artifacts of a job in jenkins ?

怎甘沉沦 提交于 2020-01-03 17:21:14
问题 I create Jenkins jobs using hudson.cli.CLI jar . I have selected "Archive the artifacts" option in the "Post-build steps" section. It archives the artifacts on each succesfull build. I am using jenkins remote access api http://localhost:8080/job/job_name/api/json to get details about jobs . and http://localhost:8080/job/job_name/job_number/api/json to get details about builds . When I delete a build corresponding archived artifacts are not deleted. I'd like to make sure that they are deleted.

Running qtp tests automatically from a hudson instance

纵然是瞬间 提交于 2020-01-03 01:47:07
问题 We have at work a Hudson machine that acts as a build server for a Java Swing Project. The build process is based on Ant scripts (and not Maven). Has anyone integrated tests from QuickTest Professional is such configuration? In other words: Is it possible to execute qtp tests automatically via Ant? 回答1: Not sure about your particular setup, but QTP has an automation API which can be used to drive QTP itself. Below is an example VBScript snippet you could drop into a .vbs file and call from

Last Successful Artifacts List

。_饼干妹妹 提交于 2020-01-02 17:46:09
问题 I would like to create an archive of the *.jar files in hudson. Currently it does not list the *.jar files created by the build. Is there an addon for this, or is there setup required, if so where? Here is what I would like it to look like. (source: nabble.com) Here is what i currently have. (source: nabble.com) edit: also do i need to play with include sets in order to get this working? 回答1: Edit the project properties. Click on the option "Archive the artifacts", and enter a pattern