Mickael Ange edited a comment on Bug JENKINS-22346

Hi,

FYI: I have just installed the latest stable Jenkins version (1.565.3 LTS) and I can list plugins using CLI without the above exception.

Hudson version from CLI
$ java -jar ./cli-1.424.6-jar-with-dependencies.jar -s http://192.168.1.245:8080 version
1.565.3

I have activated security, created a user with admin role and added public ssh keys for my user for 2 different machines (Jenkins host and a workstation) both work.
The format of my public SSH key added to my Jenkins user account is:

SSH Public Keys
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQD3sZLaPWJNgMlrPlebOOQ<public key truncated>
51Nz+IPoDKQ7M8LfT7jquIVTyTM2ncz3oa1HPtbXxtznUe5 mickael@jenkins
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDvW0XDs8BH+GjY/77gXQ6O5jhGNB9<public key truncated>Bxc+wWMT+HlrgVB+FxyANa/PvMCNQ5Q82Mz0zrCPCVldK1LrHZJOsxL6zrYs5vG/oRpiybkyqw6Zf0y4IyShlqUCUqrJmy+61oWUrR0PX2xJ8BJuQ/kheEozGQE9K2tZ2nPAFj mickael@desktop
Plugins list from CLI
$ java -jar ./cli-1.424.6-jar-with-dependencies.jar -s http://192.168.1.245:8080 list-plugins
subversion                Subversion Plug-in                   1.54 (2.4.3)
matrix-project            Matrix Project Plugin                1.2 (1.3)
external-monitor-job      External Monitor Job Type Plugin     1.2
cvs                       CVS Plug-in                          2.11 (2.12)
ssh-slaves                SSH Slaves plugin                    1.5 (1.7.1)
matrix-auth               Matrix Authorization Strategy Plugin 1.1 (1.2)
ssh-credentials           SSH Credentials Plugin               1.6 (1.9)
ant                       Ant Plugin                           1.2
translation               Translation Assistance plugin        1.10 (1.11)
credentials               Credentials Plugin                   1.9.4 (1.16.1)
pam-auth                  PAM Authentication plugin            1.1
ldap                      LDAP Plugin                          1.6 (1.10.2)
javadoc                   Javadoc Plugin                       1.1 (1.2)
windows-slaves            Windows Slaves Plugin                1.0
maven-plugin              Maven Integration plugin             2.3 (2.6)
mailer                    Mailer Plugin                        1.8 (1.11)
antisamy-markup-formatter OWASP Markup Formatter Plugin        1.1 (1.2)
Java on the desktop
$ java -version
java version "1.7.0_25"
Java(TM) SE Runtime Environment (build 1.7.0_25-b15)
Java HotSpot(TM) 64-Bit Server VM (build 23.25-b01, mixed mode)
Java on Jenkins host
$ java -version
java version "1.7.0_67"
Java(TM) SE Runtime Environment (build 1.7.0_67-b01)
Java HotSpot(TM) 64-Bit Server VM (build 24.65-b04, mixed mode)

Hoping that could help.
Cheers

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to