-
Bug
-
Resolution: Fixed
-
Major
-
None
-
Platform: All, OS: All
set HUDSON_HOME=http://192.168.1.104:8080/
set CLASSPATH=d:/hudson/hudson-core-1.276.jar;d:/hudson/remoting-
1.276.jar;d:/hudson/ant-1.7.0.jar;d:/hudson/commons-lang-2.1.jar
java -jar hudson-core-1.276.jar command_dir dir2.bat
This works if security off.
If security is on. (project based security)
http://192.168.1.104:8080/ is not Hudson (Forbidden)
Find a way to make it work.
In hudson config, grant read permission only to anonymous user. (not project
level)
In project level, no permission grant to anonymous user.
So, the question is why it works if the project level grant no permission to Anonymous user.
I think monitoring the external job should work only if project level run
(update) permission granted to anonymous user.
By the way, it is must better monitored job can provide username/password in
order to update hudson when security is on.