[JIRA] [git] (JENKINS-21019) Git Plugin NullPointerException with https protocol

2014-02-18 Thread l...@gatehouse.dk (JIRA)















































Lars Christensen
 closed  JENKINS-21019 as Fixed


Git Plugin NullPointerException with https protocol
















Confirmed fixed with

Jenkins ver. 1.551
GIT client plugin 1.6.2
GIT plugin 2.0.1





Change By:


Lars Christensen
(18/Feb/14 8:44 AM)




Status:


Open
Closed





Fix Version/s:


current





Resolution:


Fixed



























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.


[JIRA] [git] (JENKINS-21019) Git Plugin NullPointerException with https protocol

2013-12-17 Thread l...@gatehouse.dk (JIRA)














































Lars Christensen
 updated  JENKINS-21019


Git Plugin NullPointerException with https protocol
















Change By:


Lars Christensen
(17/Dec/13 10:27 AM)




Summary:


GitPlugin
NullPoinerExcept
NullPointerException
withhttpsprotocol



























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.


[JIRA] [git] (JENKINS-21019) Git Plugin not working with SCMServer

2013-12-16 Thread l...@gatehouse.dk (JIRA)














































Lars Christensen
 created  JENKINS-21019


Git Plugin not working with SCMServer















Issue Type:


Bug



Assignee:


Nicolas De Loof



Attachments:


jenkins.err.log, jenkins.out.log, jenkins.wrapper.log, no_cred_nullpointerexception.txt



Components:


git



Created:


16/Dec/13 1:13 PM



Description:


We're trying to upgrade from Jenkins 1.533, Git Plugin 1.5.0, and Git Client Plugin 1.3.0 to the latest without luck. Jenkins simply will not clone Git repositories.

Cloning via https://mydomain.com/repo.git using command line Git works perfectly on the machine that has Jenkins installed (msysgit and gitcredentialwinstore). This used to work on the old Jenkins/Git plugin too.

The new Jenkins/Git Plugin had the following issues:

1. Failed to clone because of invalid certificate (despite command line git working). Seems like the plugin accesses https:// directly despite being told to use the command line Git. We now have a valid cert on the server however.

2. If using user/password credentials, Jenkins reports "status = 401" on the job configuration. Have tried with both DOMAIN\user and user (without domain specification).

3. When I select "NONE" as credentials (which works with the command line git, because of gitcredentialwinstore), I get a NullPointerException. (And a big fat error page in the middle of the configuration screen). I also get this exception with a simple https://github.com/someproject/







Environment:


OS: Windows Server 2008 R2

Git Protocol: https

Git server: SCManager (or even github).

Jenkins 1.544

Git Client plugin 1.5.0

Git Plugin 2.0




Project:


Jenkins



Priority:


Major



Reporter:


Lars Christensen

























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.


[JIRA] [git] (JENKINS-21019) Git Plugin NullPoinerExcept with https protocol

2013-12-16 Thread l...@gatehouse.dk (JIRA)














































Lars Christensen
 updated  JENKINS-21019


Git Plugin NullPoinerExcept with https protocol
















Change By:


Lars Christensen
(16/Dec/13 1:14 PM)




Summary:


GitPlugin
notworking
NullPoinerExcept
with
SCMServer
httpsprotocol



























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.


[JIRA] (JENKINS-17337) Failed to load job on Matrix jobs

2013-03-25 Thread l...@gatehouse.dk (JIRA)














































Lars Christensen
 created  JENKINS-17337


Failed to load job on Matrix jobs















Issue Type:


Bug



Affects Versions:


current



Assignee:


Unassigned


Attachments:


config.xml



Components:


core



Created:


25/Mar/13 7:54 AM



Description:


After upgrading from 1.504 to 1.507, all our Matrix jobs are failing to load with this message and NullPointerException:

SEVERE: Failed Loading job BPS 2.4-branch VC++ Matrix
java.lang.NullPointerException
	at hudson.matrix.MatrixProject.getItem(MatrixProject.java:669)
	at hudson.matrix.MatrixProject.getItem(MatrixProject.java:662)
	at hudson.matrix.MatrixProject.getItem(MatrixProject.java:98)
	at hudson.model.AbstractProject.onLoad(AbstractProject.java:291)
	at hudson.model.Project.onLoad(Project.java:83)
	at hudson.matrix.MatrixConfiguration.onLoad(MatrixConfiguration.java:89)
	at hudson.matrix.MatrixProject.loadConfigurations(MatrixProject.java:541)
	at hudson.matrix.MatrixProject.loadConfigurations(MatrixProject.java:548)
	at hudson.matrix.MatrixProject.loadConfigurations(MatrixProject.java:548)
	at hudson.matrix.MatrixProject.rebuildConfigurations(MatrixProject.java:585)
	at hudson.matrix.MatrixProject.onLoad(MatrixProject.java:476)
	at hudson.model.Items.load(Items.java:221)
	at jenkins.model.Jenkins$17.run(Jenkins.java:2552)
	at org.jvnet.hudson.reactor.TaskGraphBuilder$TaskImpl.run(TaskGraphBuilder.java:146)
	at org.jvnet.hudson.reactor.Reactor.runTask(Reactor.java:259)
	at jenkins.model.Jenkins$7.runTask(Jenkins.java:887)
	at org.jvnet.hudson.reactor.Reactor$2.run(Reactor.java:187)
	at org.jvnet.hudson.reactor.Reactor$Node.run(Reactor.java:94)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
25-03-2013 08:38:06 jenkins.InitReactorRunner$1 onTaskFailed

Configuration file attached.




Environment:


Windows 7




Project:


Jenkins



Priority:


Blocker



Reporter:


Lars Christensen

























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.