[JIRA] [ghprb-plugin] (JENKINS-35658) Re-built plugin does not work: webhook - No valid crumb

2016-06-13 Thread jel+jenk...@cs.ovgu.de (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Jens Elkner closed an issue as Fixed 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
JDK related 
 
 
 
 
 
 
 
 
 
 Jenkins /  JENKINS-35658 
 
 
 
  Re-built plugin does not work: webhook - No valid crumb  
 
 
 
 
 
 
 
 
 

Change By:
 
 Jens Elkner 
 
 
 

Status:
 
 Open Closed 
 
 
 

Resolution:
 
 Fixed 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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] [ghprb-plugin] (JENKINS-35658) Re-built plugin does not work: webhook - No valid crumb

2016-06-13 Thread jel+jenk...@cs.ovgu.de (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Jens Elkner commented on  JENKINS-35658 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Re-built plugin does not work: webhook - No valid crumb  
 
 
 
 
 
 
 
 
 
 
Hmmm, switching from JDK 1.8.0_77-b03 to 1.8.0_92-b14 seems to solve the problem - really strange. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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] [ghprb-plugin] (JENKINS-35658) Re-built plugin does not work: webhook - No valid crumb

2016-06-13 Thread jel+jenk...@cs.ovgu.de (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Jens Elkner created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-35658 
 
 
 
  Re-built plugin does not work: webhook - No valid crumb  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Bug 
 
 
 

Assignee:
 
 Honza Brázdil 
 
 
 

Components:
 

 ghprb-plugin 
 
 
 

Created:
 

 2016/Jun/13 6:32 AM 
 
 
 

Environment:
 

 Jenkins 2.8, ghprb 1.32.4, JDK 1.8 
 
 
 

Priority:
 
  Blocker 
 
 
 

Reporter:
 
 Jens Elkner 
 
 
 
 
 
 
 
 
 
 
To be able to do some research on ghprb, I've cloned https://github.com/jenkinsci/ghprb-plugin.git, checked out ghprb-1.32.4, and built it with mvn clean package. Tests go through w/o any problem (Tests run: 53, Failures: 0, Errors: 0, Skipped: 0). 
Now the odd thing: With the original version installed via jenkins update center (which is 1.32.4 as well), webhook delivery via GitHub work. But as soon as I "scp $ {BUILD_DIR} 
/target/ghprb.jar $ {JENKINS_HOST} 
:$ {JENKINS_HOME} 
/plugins/ghprb/WEB-INF/lib/ghprb.jar" and restart jenkins on this host, webhook delivery fails with  
 
Jun 13, 2016 8:10:55 AM hudson.security.csrf.CrumbFilter doFilter WARNING: No valid crumb was included in request for /ghprbhook/. Returning 403.