English 中文(简体)
Jenkins和Hudson之间的最显著区别是用户的 per取?
原标题:What is the most notable difference between Jenkins and Hudson from a user perpective?

大约10个月后,Jenkins与Hudson分裂。

在研究该项目时,我对哈得德和Jenkins之间在此期间的实际差异感到怀疑。 从换文中,我没有学到很多东西。 变化很多,主要差别似乎在于,Jenkins更经常地变迁,Hudson较少,但释放情况变化更多。

Are there any notable differences yet? So are there things that make me as a developer needing a CI system more productive rather with the one or the other? Is one of them more stable than the other? Is there any difference yet that has nothing to do with politics around Oracle?

你们的看法有什么最显著的区别?

最佳回答

一个显著的区别是,大量金刚石转移到了Jenkins。 虽然你仍然能够使用哈得逊的旧版本,但新版本已经依靠Jenkins。 另外,新鲜花的产生主要依靠最近几张的Jenkins版本,因此,你也许能够利用这些来源,而不必靠Hudson。

这可能不同于原始的花.,有些可能比另一些人更符合Hudson,而另一些则提供两种工具的版本。 但是,如果某件事不好,如果你使用Jenkins,就会更容易得到帮助。

EDIT:以下网站: 我发现,不仅在Jenkins和Hudson的不同道路上提供了一些坚实数字,而且还处理了这里另一个职位中提到的(非)知识产权问题。

问题回答




相关问题
Configure hudson to build multiple branches

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 ...

Running automated Web browser tests under Hudson

I m running Hudson for my automated builds and love it. I d now like to create automated Web browser tests using either WaTiN (preferred) or Selenium. As my Hudson runs as a Windows service (under ...

Using Hudson and build steps with multiple git repositories

I m trying out Hudson to replace our current Buildbot setup. I installed the git plugin. Our current setup is like: ssh://server:/repo/test_framework.git ssh://server:/repo/project_a.git Now, to ...

use hudson to get remote tests results

I ve a server running a proprietary language on which I m able to run "unit tests" in this language. I cannot install a Hudson slave on this machine, but would like to have these tests results ...

Where do I see the shell script output in Hudson

I have written a shell script to build my project using hudson. I have put some comments that will be displayed on the console by using echo command. This will help me to debug the scripts if there ...

Why am I getting handshake_failure with Java SSL cert?

I m trying to use Hudson (which uses SVNKit) to access a Subversion repository that requires a client certificate to access it. I can access the same repository using the same client certificate via ...

热门标签