Created
February 27, 2015 11:15
-
-
Save tisto/9facc7d45926afd9d728 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
TASK: [ansible-jenkins | Update plugins] ************************************** | |
failed: [test.jenkins.plone.org] => {"changed": true, "cmd": ["java", "-jar", "/opt/jenkins/jenkins-cli.jar", "-s", "http://localhost:8080", "install-plugin", "extra-columns", "notification", "github", "robot"], "delta": "0:00:00.706375", "end": "2015-02-27 12:12:12.675589", "rc": 255, "start": "2015-02-27 12:12:11.969214", "warnings": []} | |
stderr: hudson.security.AccessDeniedException2: anonymous is missing the Overall/UploadPlugins permission | |
at hudson.security.ACL.checkPermission(ACL.java:57) | |
at hudson.model.Node.checkPermission(Node.java:435) | |
at hudson.cli.InstallPluginCommand.run(InstallPluginCommand.java:74) | |
at hudson.cli.CLICommand.main(CLICommand.java:237) | |
at hudson.cli.CliManagerImpl.main(CliManagerImpl.java:92) | |
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
at java.lang.reflect.Method.invoke(Method.java:606) | |
at hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:326) | |
at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:301) | |
at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:260) | |
at hudson.remoting.UserRequest.perform(UserRequest.java:121) | |
at hudson.remoting.UserRequest.perform(UserRequest.java:49) | |
at hudson.remoting.Request$2.run(Request.java:324) | |
at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68) | |
at hudson.cli.CliManagerImpl$1.call(CliManagerImpl.java:63) | |
at hudson.remoting.CallableDecoratorAdapter.call(CallableDecoratorAdapter.java:18) | |
at hudson.remoting.CallableDecoratorList$1.call(CallableDecoratorList.java:21) | |
at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) | |
at java.util.concurrent.FutureTask.run(FutureTask.java:262) | |
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) | |
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) | |
at java.lang.Thread.run(Thread.java:745) | |
FATAL: all hosts have already failed -- aborting |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment