[JIRA] [cli] (JENKINS-20400) jenkins-cli.jar have issues with commands

2014-06-24 Thread just.s...@gmail.com (JIRA)














































Su Shi
 commented on  JENKINS-20400


jenkins-cli.jar have issues with commands















Same problem here.TCP port for JNLP slave agents was not disabled in my case

Server:

jenkins 1.553
OS X 10.8.5
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)

Client:
Jenkins Cli failed on both Mac and Windows clients



























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.


[JIRA] [git] (JENKINS-22119) Fail to update update git repository with stored credential

2014-03-11 Thread just.s...@gmail.com (JIRA)














































su shi
 created  JENKINS-22119


Fail to update update git repository with stored credential















Issue Type:


Bug



Affects Versions:


current



Assignee:


Nicolas De Loof



Components:


git, git-client



Created:


11/Mar/14 6:58 AM



Description:


After upgrade to git plugin 2.0.4, git client plugin 1.6.4
All the jobs with https repository url and using stored credential failed, refer to following log.

Downgrade to git:2.0.3, git-client 1.6.3, the issue has gone. 


00:00:00.002 Started by user anonymous
00:00:00.003 EnvInject - Loading node environment variables.
00:00:00.004 Building on master in workspace xxx
00:00:00.108 Fetching changes from the remote Git repository
00:00:00.141 Fetching upstream changes from https://xxx.git
00:00:01.667 FATAL: Failed to fetch from https://xxx.git
00:00:01.668 hudson.plugins.git.GitException: Failed to fetch from https://.git
00:00:01.669 	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:621)
00:00:01.669 	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:853)
00:00:01.669 	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:878)
00:00:01.669 	at hudson.model.AbstractProject.checkout(AbstractProject.java:1414)
00:00:01.669 	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:671)
00:00:01.669 	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:88)
00:00:01.669 	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:580)
00:00:01.669 	at hudson.model.Run.execute(Run.java:1676)
00:00:01.669 	at hudson.matrix.MatrixBuild.run(MatrixBuild.java:304)
00:00:01.669 	at hudson.model.ResourceController.execute(ResourceController.java:88)
00:00:01.669 	at hudson.model.Executor.run(Executor.java:231)
00:00:01.669 	at hudson.model.OneOffExecutor.run(OneOffExecutor.java:43)
00:00:01.669 Caused by: hudson.plugins.git.GitException: Failed to connect to https://.git using credentials   (status = 401)
00:00:01.669 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.checkCredentials(CliGitAPIImpl.java:1725)
00:00:01.669 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1030)
00:00:01.669 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$200(CliGitAPIImpl.java:88)
00:00:01.669 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:219)
00:00:01.669 	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:619)
00:00:01.669 	... 11 more




Environment:


Jenkins 1.553

Mac slave




Project:


Jenkins



Priority:


Critical



Reporter:


su shi

























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.


[JIRA] [git] (JENKINS-22119) Fail to update update git repository with stored credential

2014-03-11 Thread just.s...@gmail.com (JIRA)














































su shi
 commented on  JENKINS-22119


Fail to update update git repository with stored credential















yes, with only git-client upgraded to 1.6.4, git fetch failed.

The server is not using self-signed cert.



























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.


[JIRA] [git] (JENKINS-22119) Fail to update update git repository with stored credential

2014-03-11 Thread just.s...@gmail.com (JIRA)














































su shi
 commented on  JENKINS-22119


Fail to update update git repository with stored credential















yes, with only git-client upgraded to 1.6.4, git fetch failed.

The server is not using self-signed cert.



























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.


[JIRA] [git] (JENKINS-20941) Stored git credentials not used when submodule is updated

2014-03-02 Thread just.s...@gmail.com (JIRA)














































su shi
 commented on  JENKINS-20941


Stored git credentials not used when submodule is updated















"Cannot reproduce on Mac slave"?
I ran into this issue on a mac slave with https protocol

00:00:16.330 originally caused by:
00:00:16.330  Started by user anonymous
00:00:16.435 EnvInject - Loading node environment variables.
00:00:16.482 Building remotely on slave_ios_02 in workspace 
00:00:16.552 Fetching changes from the remote Git repository
00:00:16.665 Fetching upstream changes from https://xxx
00:00:17.499 using .gitcredentials to set credentials
00:00:19.708 Checking out Revision b9230db5cf984dfe268bbe4dd6e4aa203743dc0b (origin/master)
00:00:21.652 FATAL: Command "git submodule update --init --recursive" returned status code 1:
00:00:21.652 stdout: Cloning into 'xxx'...
00:00:21.652 
00:00:21.652 stderr: fatal: Authentication failed for 'xxx'
00:00:21.652 Clone of 'xxx' into submodule path xxx' failed
00:00:21.652 
00:00:21.653 hudson.plugins.git.GitException: Command "git submodule update --init --recursive" returned status code 1:
00:00:21.654 stdout: Cloning into 'xxx'...
00:00:21.654 
00:00:21.654 stderr: fatal: Authentication failed for 'xxx'
00:00:21.654 Clone of 'xxx' into submodule path 'xxx' failed
00:00:21.654 
00:00:21.654 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1148)
00:00:21.654 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1125)
00:00:21.654 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1121)
00:00:21.654 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:937)
00:00:21.654 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.submoduleUpdate(CliGitAPIImpl.java:598)
00:00:21.654 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.submoduleUpdate(CliGitAPIImpl.java:579)
00:00:21.654 	at sun.reflect.GeneratedMethodAccessor52.invoke(Unknown Source)
00:00:21.654 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
00:00:21.654 	at java.lang.reflect.Method.invoke(Method.java:606)
00:00:21.654 	at hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:299)
00:00:21.654 	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:280)
00:00:21.654 	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:239)
00:00:21.654 	at hudson.remoting.UserRequest.perform(UserRequest.java:118)
00:00:21.654 	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
00:00:21.654 	at hudson.remoting.Request$2.run(Request.java:326)
00:00:21.654 	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
00:00:21.654 	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
00:00:21.654 	at java.util.concurrent.FutureTask.run(FutureTask.java:166)
00:00:21.654 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
00:00:21.654 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
00:00:21.654 	at java.lang.Thread.run(Thread.java:724)



























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/groups/opt_out.