English 中文(简体)
赫德森·埃尔多尔电:阿德敏用户没有获得行政许可
原标题:Hudson Error Message: Admin user is missing Administer permission
  • 时间:2011-05-16 12:36:05
  •  标签:
  • hudson

我在试图进入组合的网页时,在Hudson看到错误信息:

专用用户没有行政许可

I m not aware of any changes in the configuration since it last worked. In the config.xml file the admin user appears to be set up correctly:

<permission>hudson.model.Hudson.Administer:admin</permission> 

任何关于如何解决这一问题的想法?

最佳回答

我通过

问题回答

暂无回答




相关问题
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 ...

热门标签