[JIRA] (JENKINS-37985) please allow build job:name to have console output in blueocean pipeline view

2016-09-06 Thread jie...@java.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 jieryn created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-37985  
 
 
  please allow build job:name to have console output in blueocean pipeline view   
 

  
 
 
 
 

 
Issue Type: 
  Improvement  
 
 
Assignee: 
 Jesse Glick  
 
 
Components: 
 blueocean-plugin, pipeline, pipeline-build-step-plugin  
 
 
Created: 
 2016/Sep/06 1:39 PM  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 jieryn  
 

  
 
 
 
 

 
 https://groups.google.com/forum/?utm_medium=email_source=footer#!msg/jenkinsci-users/1tMg89h0c40/r3lAyLP4AgAJ When a Jenkinsfile / pipeline launches a new job, the console output from those jobs are not visible in the stage/step. This makes it unlike all the other types of stages/steps. Please support it, thanks!  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 

[JIRA] [git-plugin] (JENKINS-34350) CSRF breaks generic polling skipper /git/notifyCommit?url=

2016-05-06 Thread jie...@java.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 jieryn commented on  JENKINS-34350 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: CSRF breaks generic polling skipper /git/notifyCommit?url="">  
 
 
 
 
 
 
 
 
 
 
Any chance for a rollback? Because we don't plan to migrate to 2.0 anytime soon. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [core] (JENKINS-34350) CSRF breaks generic polling skipper /git/notifyCommit?url=

2016-04-20 Thread jie...@java.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 jieryn created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-34350 
 
 
 
  CSRF breaks generic polling skipper /git/notifyCommit?url="">  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Bug 
 
 
 

Assignee:
 

 Unassigned 
 
 
 

Components:
 

 core 
 
 
 

Created:
 

 2016/Apr/20 2:13 PM 
 
 
 

Environment:
 

 Jenkins LTS 1.651.1 
 
 
 

Priority:
 
  Minor 
 
 
 

Reporter:
 
 jieryn 
 
 
 
 
 
 
 
 
 
 
CSRF breaks general commit hook actions, not just for Plugins. Since Kohsuke added the http://jenkins/git/notifyCommit?url=""> action to trigger a polling event, this kind of action is used generically outside of Github Plugin, e.g. projects using something other than Github. In my case, Gitlab, which has push hooks to generically trigger remote URLs. 
CSRF should have an exclusion for /git/notifyCommit 
See http://kohsuke.org/2011/12/01/polling-must-die-triggering-jenkins-builds-from-a-git-hook/ See 

JENKINS-20140
 See 

JENKINS-10263
 
 
 
 
 
 
  

[JIRA] [packaging] (JENKINS-23273) RPM post-install should not do a "chown -R ${JENKINS_USER:-jenkins} ${JENKINS_HOME:-/var/lib/jenkins}"

2016-01-26 Thread jie...@java.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 jieryn commented on  JENKINS-23273 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: RPM post-install should not do a "chown -R ${JENKINS_USER:-jenkins} ${JENKINS_HOME:-/var/lib/jenkins}"  
 
 
 
 
 
 
 
 
 
 
I'm not sure what the problem is here.. just add the /etc/sysconfig/jenkins property named JENKINS_INSTALL_SKIP_CHOWN="true" and the chown operation will be skipped as advertised. This keeps the old behavior and has a trivial fix for those that don't want to be impacted by the chown. 
Let's not lose our sense of history here. This entire chown process was put into place to migrate old hudson installs to jenkins. That's the reason it exists. I think migrations from pre-fork hudson are probably almost nonexistant at this point, but 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [packaging] (JENKINS-23273) RPM post-install should not do a chown -R ${JENKINS_USER:-jenkins} ${JENKINS_HOME:-/var/lib/jenkins}

2015-05-18 Thread jie...@java.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 jieryn commented on  JENKINS-23273 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
  Re: RPM post-install should not do a chown -R ${JENKINS_USER:-jenkins} ${JENKINS_HOME:-/var/lib/jenkins}  
 
 
 
 
 
 
 
 
 
 
https://github.com/jenkinsci/packaging/pull/2 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [packaging] (JENKINS-26460) RPM upgrade/install should adapt ownership of /var/cache/jenkins

2015-05-18 Thread jie...@java.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 jieryn commented on  JENKINS-26460 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
  Re: RPM upgrade/install should adapt ownership of /var/cache/jenkins  
 
 
 
 
 
 
 
 
 
 
https://github.com/jenkinsci/packaging/pull/2 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [core] (JENKINS-26460) RPM upgrade/install should adapt ownership of /var/cache/jenkins

2015-01-20 Thread jie...@java.net (JIRA)














































jieryn
 commented on  JENKINS-26460


RPM upgrade/install should adapt ownership of /var/cache/jenkins















Olaf, thanks to your comment, I also included this in the JENKINS-23273 fix. Here's the PR: https://github.com/jenkinsci/jenkins/pull/1537



























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] [core] (JENKINS-23273) RPM post-install should not do a chown -R ${JENKINS_USER:-jenkins} ${JENKINS_HOME:-/var/lib/jenkins}

2015-01-19 Thread jie...@java.net (JIRA)














































jieryn
 commented on  JENKINS-23273


RPM post-install should not do a chown -R ${JENKINS_USER:-jenkins} ${JENKINS_HOME:-/var/lib/jenkins}















https://github.com/jenkinsci/jenkins/pull/1537

This exposes an /etc/sysconfig variable to skip the chown process. It seems to work for me, but this is my very first RPM package update so some eyes on this would be appreciated.



























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] [configure-job-column] (JENKINS-16744) crash when loading job configuration page

2014-03-31 Thread jie...@java.net (JIRA)















































jieryn
 assigned  JENKINS-16744 to Unassigned



crash when loading job configuration page
















Change By:


jieryn
(31/Mar/14 1:44 PM)




Assignee:


jieryn



























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] [core] (JENKINS-18816) Jobs disappear when upgrading from Jenkins 1.514 to 1.523

2014-03-31 Thread jie...@java.net (JIRA)















































jieryn
 assigned  JENKINS-18816 to Unassigned



Jobs disappear when upgrading from Jenkins 1.514 to 1.523
















Change By:


jieryn
(31/Mar/14 1:44 PM)




Assignee:


jieryn



























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] [core] (JENKINS-10017) make graphing an @extension, move GPL'd jfreechart to a plugin

2014-03-31 Thread jie...@java.net (JIRA)















































jieryn
 assigned  JENKINS-10017 to Unassigned



make graphing an @extension, move GPLd jfreechart to a plugin
















Change By:


jieryn
(31/Mar/14 1:45 PM)




Assignee:


jieryn



























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] [jmx] (JENKINS-12071) Update jmx-plugin parent from 1.318 to 1.392

2014-03-31 Thread jie...@java.net (JIRA)















































jieryn
 assigned  JENKINS-12071 to Unassigned



Update jmx-plugin parent from 1.318 to 1.392
















Change By:


jieryn
(31/Mar/14 3:15 PM)




Assignee:


jieryn



























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] [hsts-filter] (JENKINS-11146) Automatically redirect users to secure connection

2014-03-31 Thread jie...@java.net (JIRA)















































jieryn
 assigned  JENKINS-11146 to Unassigned



Automatically redirect users to secure connection
















Change By:


jieryn
(31/Mar/14 3:14 PM)




Assignee:


jieryn



























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] [hello-world] (JENKINS-16283) Running the jenkins hello-world-plugin throws NullPointerException using maven2

2014-03-31 Thread jie...@java.net (JIRA)















































jieryn
 assigned  JENKINS-16283 to Unassigned



Running the jenkins hello-world-plugin throws NullPointerException using maven2
















Change By:


jieryn
(31/Mar/14 3:26 PM)




Assignee:


jieryn



























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] [job-poll-action] (JENKINS-17076) Poll SCM brings up a window complaining about submitting a POST

2014-03-31 Thread jie...@java.net (JIRA)















































jieryn
 assigned  JENKINS-17076 to Unassigned



Poll SCM brings up a window complaining about submitting a POST
















Change By:


jieryn
(31/Mar/14 3:26 PM)




Assignee:


jieryn



























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] [keyboard-shortcuts] (JENKINS-20368) j/k navigation ignores sort order

2014-03-31 Thread jie...@java.net (JIRA)















































jieryn
 assigned  JENKINS-20368 to Unassigned



j/k navigation ignores sort order
















Change By:


jieryn
(31/Mar/14 3:26 PM)




Assignee:


jieryn



























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] [keyboard-shortcuts] (JENKINS-20374) Back space in job selector triggers browser back

2014-03-31 Thread jie...@java.net (JIRA)















































jieryn
 assigned  JENKINS-20374 to Unassigned



Back space in job selector triggers browser back
















Change By:


jieryn
(31/Mar/14 3:26 PM)




Assignee:


jieryn



























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] [html5-notifier] (JENKINS-16236) window.webkitNotifications.createHTMLNotification() is deprecated/removed from Chrome

2014-03-31 Thread jie...@java.net (JIRA)















































jieryn
 assigned  JENKINS-16236 to Unassigned



window.webkitNotifications.createHTMLNotification() is deprecated/removed from Chrome
















Change By:


jieryn
(31/Mar/14 3:26 PM)




Assignee:


jieryn



























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] [job-import] (JENKINS-20877) Automatically install necessary plugins when importing jobs

2014-03-31 Thread jie...@java.net (JIRA)















































jieryn
 assigned  JENKINS-20877 to Unassigned



Automatically install necessary plugins when importing jobs
















Change By:


jieryn
(31/Mar/14 3:26 PM)




Assignee:


jieryn



























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] [html5-notifier] (JENKINS-13591) Plugin doesn't support jenkins URL prefix (--prefix option)

2014-03-31 Thread jie...@java.net (JIRA)















































jieryn
 assigned  JENKINS-13591 to Unassigned



Plugin doesnt support jenkins URL prefix (--prefix option)
















Change By:


jieryn
(31/Mar/14 3:26 PM)




Assignee:


jieryn



























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] [console-column] (JENKINS-20724) MultiJob project console output link is broken if job is opened from a view

2014-03-31 Thread jie...@java.net (JIRA)















































jieryn
 assigned  JENKINS-20724 to Unassigned



MultiJob project console output link is broken if job is opened from a view
















Change By:


jieryn
(31/Mar/14 3:30 PM)




Assignee:


jieryn



























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] [xframe-filter] (JENKINS-22430) XFrame Filter Plugin forgets settings upon Jenkins restart

2014-03-31 Thread jie...@java.net (JIRA)















































jieryn
 assigned  JENKINS-22430 to Unassigned



XFrame Filter Plugin forgets settings upon Jenkins restart
















Change By:


jieryn
(31/Mar/14 3:31 PM)




Assignee:


jieryn



























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] [purge-build-queue] (JENKINS-21674) After purging, the user should be taken back to the main (home) page

2014-03-31 Thread jie...@java.net (JIRA)















































jieryn
 assigned  JENKINS-21674 to Unassigned



After purging, the user should be taken back to the main (home) page
















Change By:


jieryn
(31/Mar/14 3:30 PM)




Assignee:


jieryn



























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] [keyboard-shortcuts] (JENKINS-20696) Configure/edit keyboard shortcuts

2014-03-31 Thread jie...@java.net (JIRA)















































jieryn
 assigned  JENKINS-20696 to Unassigned



Configure/edit keyboard shortcuts
















Change By:


jieryn
(31/Mar/14 3:30 PM)




Assignee:


jieryn



























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] [keyboard-shortcuts] (JENKINS-20375) Help overlay doesn't float

2014-03-31 Thread jie...@java.net (JIRA)















































jieryn
 assigned  JENKINS-20375 to Unassigned



Help overlay doesnt float
















Change By:


jieryn
(31/Mar/14 3:30 PM)




Assignee:


jieryn



























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] [configure-job-column] (JENKINS-15641) Poll SMC did not kick off a buid

2014-03-31 Thread jie...@java.net (JIRA)















































jieryn
 assigned  JENKINS-15641 to Unassigned



Poll SMC did not kick off a buid
















Change By:


jieryn
(31/Mar/14 3:30 PM)




Assignee:


jieryn



























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] [keyboard-shortcuts] (JENKINS-13104) allow j/k navigation for nodes

2014-03-31 Thread jie...@java.net (JIRA)















































jieryn
 assigned  JENKINS-13104 to Unassigned



allow j/k navigation for nodes
















Change By:


jieryn
(31/Mar/14 3:31 PM)




Assignee:


jieryn



























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] [job-log-logger] (JENKINS-16954) Usability problem finding cause of build failure via web

2014-03-31 Thread jie...@java.net (JIRA)















































jieryn
 assigned  JENKINS-16954 to Unassigned



Usability problem finding cause of build failure via web
















Change By:


jieryn
(31/Mar/14 3:30 PM)




Assignee:


jieryn



























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] [job-import] (JENKINS-20918) Copy job with promotions not work, information from promotions/*/config.xml missing

2014-03-31 Thread jie...@java.net (JIRA)















































jieryn
 assigned  JENKINS-20918 to Unassigned



Copy job with promotions not work, information from promotions/*/config.xml missing
















Change By:


jieryn
(31/Mar/14 3:31 PM)




Assignee:


jieryn



























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] [job-import] (JENKINS-21779) Job Importer doesn't work over https or http

2014-02-14 Thread jie...@java.net (JIRA)














































jieryn
 updated  JENKINS-21779


Job Importer doesnt work over https or http
















Change By:


jieryn
(14/Feb/14 3:28 PM)




Assignee:


jieryn



























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] [keyboard-shortcuts] (JENKINS-20696) Configure/edit keyboard shortcuts

2014-01-31 Thread jie...@java.net (JIRA)














































jieryn
 commented on  JENKINS-20696


Configure/edit keyboard shortcuts















As the original author of this plugin, I can tell you the motiviation behind that scheme. The single key characters are for frequent DO_THIS type things, like Open a job that is highlighted, or move up and down in a job list (e.g. View). The g-X combinations are for dramatic movement across major boundaries. Like GO-HOME, GO-CONFIGURE, GO-VIEW{prompt}. The G means GO, to GO to another page kind of thing.

I am really happy that someone is using and contributing to the plugin.  I just see this change as breaking some key behavior, and frankly speaking, the people that use keyboard shortcuts are obsessive types that do not like behavior being changed... 



























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] [core] (JENKINS-21574) Turn on autorefresh by default

2014-01-30 Thread jie...@java.net (JIRA)














































jieryn
 updated  JENKINS-21574


Turn on autorefresh by default
















Change By:


jieryn
(30/Jan/14 6:39 PM)




Assignee:


jieryn





Priority:


Major
Trivial





Component/s:


core





Component/s:


config-autorefresh



























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] [keyboard-shortcuts] (JENKINS-20696) Configure/edit keyboard shortcuts

2014-01-30 Thread jie...@java.net (JIRA)














































jieryn
 commented on  JENKINS-20696


Configure/edit keyboard shortcuts















Changing default behavior like this is not quite nice. A better way would be to actually allow configuration of the shortcuts (and this is the actual request of this JIRA). This just makes it be something you are more comfortable with, but at the sacrifice of changing default behavior. Boo.



























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] [job-poll-action] (JENKINS-21231) /poll/ leads to a redirect loop

2014-01-06 Thread jie...@java.net (JIRA)














































jieryn
 updated  JENKINS-21231


/poll/ leads to a redirect loop
















Change By:


jieryn
(06/Jan/14 3:10 PM)




Assignee:


jieryn



























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] [nodelabelparameter] (JENKINS-20823) Stack Trace when Configuring a task with Label Factory

2013-11-30 Thread jie...@java.net (JIRA)














































jieryn
 commented on  JENKINS-20823


Stack Trace when Configuring a task with Label Factory















The stack trace shows this is a bug with nodelabelparameter-plugin.



























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] [nodelabelparameter] (JENKINS-20823) Stack Trace when Configuring a task with Label Factory

2013-11-30 Thread jie...@java.net (JIRA)














































jieryn
 updated  JENKINS-20823


Stack Trace when Configuring a task with Label Factory
















Change By:


jieryn
(30/Nov/13 1:56 PM)




Assignee:


jieryn
DominikBartholdi





Priority:


Major
Minor





Component/s:


nodelabelparameter





Component/s:


configure-job-column



























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] [core] (JENKINS-20618) upgrade from LTS 1.509.4 to LTS 1.532.1-SNAPSHOT -- layout.jelly java.io.IOException

2013-11-20 Thread jie...@java.net (JIRA)














































jieryn
 commented on  JENKINS-20618


upgrade from LTS 1.509.4 to LTS 1.532.1-SNAPSHOT -- layout.jelly java.io.IOException















Only 2 occurrences in my log file.



























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] [core] (JENKINS-20618) upgrade from LTS 1.509.4 to LTS 1.532.1-SNAPSHOT -- layout.jelly java.io.IOException

2013-11-20 Thread jie...@java.net (JIRA)














































jieryn
 commented on  JENKINS-20618


upgrade from LTS 1.509.4 to LTS 1.532.1-SNAPSHOT -- layout.jelly java.io.IOException















Is there a way I can flush cached/compiled jelly on a running Jenkins without restarting the server?



























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] [core] (JENKINS-20618) upgrade from LTS 1.509.4 to LTS 1.532.1-SNAPSHOT -- layout.jelly java.io.IOException

2013-11-17 Thread jie...@java.net (JIRA)














































jieryn
 created  JENKINS-20618


upgrade from LTS 1.509.4 to LTS 1.532.1-SNAPSHOT -- layout.jelly java.io.IOException















Issue Type:


Bug



Assignee:


Unassigned


Components:


core



Created:


17/Nov/13 3:06 AM



Description:



Running from: /usr/lib/jenkins/jenkins.war   
Nov 16, 2013 8:05:06 PM winstone.Logger logInternal  
INFO: Beginning extraction from war file 
Jenkins home directory: /var/lib/jenkins found at: System.getProperty("JENKINS_HOME")
Nov 16, 2013 8:05:14 PM winstone.Logger logInternal  
INFO: HTTP Listener started: port=8080   
Nov 16, 2013 8:05:14 PM winstone.Logger logInternal  
INFO: AJP13 Listener started: port=8009  
Nov 16, 2013 8:05:14 PM winstone.Logger logInternal  
INFO: Winstone Servlet Engine v0.9.10 running: controlPort=disabled  
Nov 16, 2013 8:05:15 PM jenkins.InitReactorRunner$1 onAttained   
INFO: Started initialization 
Nov 16, 2013 8:05:58 PM jenkins.InitReactorRunner$1 onAttained   
INFO: Listed all plugins 
Nov 16, 2013 8:05:58 PM hudson.plugins.greenballs.PluginImpl start   
INFO: Green Balls!   
Nov 16, 2013 8:05:58 PM jenkins.InitReactorRunner$1 onAttained  

[JIRA] [core] (JENKINS-20586) first browser page load for 1.532.1-RC1 triggers JSONException

2013-11-15 Thread jie...@java.net (JIRA)














































jieryn
 created  JENKINS-20586


first browser page load for 1.532.1-RC1 triggers JSONException















Issue Type:


Bug



Assignee:


Unassigned


Components:


core



Created:


14/Nov/13 2:07 PM



Description:



SEVERE: Error while serving http://localhost:8080/descriptor/hudson.model.DownloadService/byId/hudson.tasks.Maven.MavenInstaller/postBack
java.lang.reflect.InvocationTargetException
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 org.kohsuke.stapler.Function$InstanceFunction.invoke(Function.java:297)
at org.kohsuke.stapler.Function.bindAndInvoke(Function.java:160)
at org.kohsuke.stapler.Function.bindAndInvokeAndServeResponse(Function.java:95)
at org.kohsuke.stapler.MetaClass$1.doDispatch(MetaClass.java:111)
at org.kohsuke.stapler.NameBasedDispatcher.dispatch(NameBasedDispatcher.java:53)
at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:685)
at org.kohsuke.stapler.Stapler.invoke(Stapler.java:799)
at org.kohsuke.stapler.MetaClass$6.doDispatch(MetaClass.java:239)
at org.kohsuke.stapler.NameBasedDispatcher.dispatch(NameBasedDispatcher.java:53)
at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:685)
at org.kohsuke.stapler.Stapler.invoke(Stapler.java:799)
at org.kohsuke.stapler.MetaClass$12.dispatch(MetaClass.java:381)
at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:685)
at org.kohsuke.stapler.Stapler.invoke(Stapler.java:799)
at org.kohsuke.stapler.MetaClass$4.doDispatch(MetaClass.java:201)
at org.kohsuke.stapler.NameBasedDispatcher.dispatch(NameBasedDispatcher.java:53)
at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:685)
at org.kohsuke.stapler.Stapler.invoke(Stapler.java:799)
at org.kohsuke.stapler.Stapler.invoke(Stapler.java:587)
at org.kohsuke.stapler.Stapler.service(Stapler.java:218)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:45)
at winstone.ServletConfiguration.execute(ServletConfiguration.java:248)
at winstone.RequestDispatcher.forward(RequestDispatcher.java:333)
at winstone.RequestDispatcher.doFilter(RequestDispatcher.java:376)
at hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:96)
at hudson.util.PluginServletFilter.doFilter(PluginServletFilter.java:88)
at winstone.FilterConfiguration.execute(FilterConfiguration.java:194)
at winstone.RequestDispatcher.doFilter(RequestDispatcher.java:366)
at hudson.security.csrf.CrumbFilter.doFilter(CrumbFilter.java:48)
at winstone.FilterConfiguration.execute(FilterConfiguration.java:194)
at winstone.RequestDispatcher.doFilter(RequestDispatcher.java:366)
at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:84)
at hudson.security.ChainedServletFilter.doFilter(ChainedServletFilter.java:76)
at hudson.security.HudsonFilter.doFilter(HudsonFilter.java:164)
at winstone.FilterConfiguration.execute(FilterConfiguration.java:194)
at winstone.RequestDispatcher.doFilter(RequestDispatcher.java:366)
at org.kohsuke.stapler.compression.CompressionFilter.doFilter(CompressionFilter.java:46)
at winstone.FilterConfiguration.execute(FilterConfiguration.java:194)
at winstone.RequestDispatcher.doFilter(RequestDispatcher.java:366)
at hudson.util.CharacterEncodingFilter.doFilter(CharacterEncodingFilter.java:81)
at winstone.FilterConfiguration.execute(FilterConfiguration.java:194)
at winstone.RequestDispatcher.doFilter(RequestDispatcher.java:366)
at winstone.RequestDispatcher.forward(RequestDispatcher.java:331)
at winstone.RequestHandlerThread.processRequest(RequestHandlerThread.java:227)
at 

[JIRA] [core] (JENKINS-20586) first browser page load for 1.532.1-RC1 triggers JSONException

2013-11-15 Thread jie...@java.net (JIRA)














































jieryn
 commented on  JENKINS-20586


first browser page load for 1.532.1-RC1 triggers JSONException















Confirm KK's observation. I ran it again on a fresh install and see no JSONException.



























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] [core] (JENKINS-19049) java.lang.RuntimeException: Failed to serialize jenkins.model.Jenkins#authorizationStrategy for class hudson.model.Hudson

2013-08-02 Thread jie...@java.net (JIRA)














































jieryn
 updated  JENKINS-19049


java.lang.RuntimeException: Failed to serialize jenkins.model.Jenkins#authorizationStrategy for class hudson.model.Hudson
















Change By:


jieryn
(02/Aug/13 12:12 PM)




Assignee:


jieryn





Component/s:


core





Component/s:


configure-job-column



























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] [core] (JENKINS-18998) Jobs are not loaded anymore after upgrading to version 1.525

2013-07-30 Thread jie...@java.net (JIRA)














































jieryn
 updated  JENKINS-18998


Jobs are not loaded anymore after upgrading to version 1.525
















Change By:


jieryn
(30/Jul/13 12:32 PM)




Assignee:


jieryn





Component/s:


core





Component/s:


job-import



























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] [maven] (JENKINS-15935) Can't build using maven 3.1.0 latest release candidate

2013-07-23 Thread jie...@java.net (JIRA)














































jieryn
 commented on  JENKINS-15935


Cant build using maven 3.1.0 latest release candidate















This works, thanks! However, it looks dramatically different than Maven job types previously.. The log format is bloated: pool-1-thread-2 INFO org.apache.maven.cli.event.ExecutionEventLogger - blahblah

Is this intentional? I think we should use the old style if possible.



























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] [maven] (JENKINS-15935) Can't build using maven 3.1.0 latest release candidate

2013-07-23 Thread jie...@java.net (JIRA)














































jieryn
 commented on  JENKINS-15935


Cant build using maven 3.1.0 latest release candidate















I see.. that's fine then. It would be nice if we documented/linked, in the plugin wiki, how to get the old behavior back (e.g. with a logging.properties configuration file) or some such.. I was actually about to start creating pull requests to every plugin that used something other than JUL. I'd prefer if we didn't use any logging framework at all.



























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] [job-poll-action] (JENKINS-18859) using JENKINS_HOME in certain file build trigger doesn't work

2013-07-19 Thread jie...@java.net (JIRA)















































jieryn
 assigned  JENKINS-18859 to Unassigned



using JENKINS_HOME in certain file build trigger doesnt work
















Change By:


jieryn
(19/Jul/13 8:00 PM)




Assignee:


jieryn



























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-15973) Show head and tail for long console outputs

2013-02-21 Thread jie...@java.net (JIRA)














































jieryn
 updated  JENKINS-15973


Show head and tail for long console outputs
















Change By:


jieryn
(21/Feb/13 8:13 PM)




Assignee:


jieryn





Component/s:


core





Component/s:


console-column



























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-14880) BUILD_ID doesn't contain hostname if config hasn't been saved after initial startup

2013-02-21 Thread jie...@java.net (JIRA)














































jieryn
 updated  JENKINS-14880


BUILD_ID doesnt contain hostname if config hasnt been saved after initial startup
















Change By:


jieryn
(21/Feb/13 8:14 PM)




Assignee:


jieryn





Component/s:


core





Component/s:


config-autorefresh



























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-14874) Loading Overlay IE9

2013-02-21 Thread jie...@java.net (JIRA)














































jieryn
 updated  JENKINS-14874


Loading Overlay IE9
















Change By:


jieryn
(21/Feb/13 8:15 PM)




Assignee:


jieryn





Component/s:


configure-job-column



























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-15815) Shortcut to navigate between Next/Previous Build

2012-11-15 Thread jie...@java.net (JIRA)














































jieryn
 commented on  JENKINS-15815


Shortcut to navigate between Next/Previous Build
















12:31:24 +jieryn : orrc: w/r/t JENKINS-15815 how about j/k n/v to move up and down in the list of builds, o to open
12:33:22 +  orrc : jieryn: ah you mean from the job page?
12:33:29 +jieryn : the Build History box, make it orange background to indicate, just like within a view where j/k n/v move around the "active" job to do an action on
12:33:38 +  orrc : jieryn: I was meaning that while I'm on the page build #3, it would be nice to have a single shortcut to move to #2 or #4
12:33:46 +jieryn : ah!
12:33:56 +jieryn : yep, that would be useful
12:33:59 +  orrc : now that I read my JIRA, that wasn't so clear!
12:34:13 +jieryn : i think both of those ideas would be useful
12:34:19 +  orrc : yeah :)
12:34:38 +jieryn : so if you are on a non-run page, it will do the view style to visually move you around in the BuildHistory, but if you are on a specific run, j/k n/v to move up and down in the list of all runs
12:34:54 +  orrc : sounds good
12:35:00 +jieryn : ok, hope to try it this wknd, good idea :)




























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






[JIRA] (JENKINS-15080) j/k navigation doesn't automatically scroll page when reaching the bottom or top of the viewport

2012-09-07 Thread jie...@java.net (JIRA)














































jieryn
 commented on  JENKINS-15080


j/k navigation doesnt automatically scroll page when reaching the bottom or top of the viewport















I just figured out how to do this, I'll implement it now.



























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






[JIRA] (JENKINS-15080) j/k navigation doesn't automatically scroll page when reaching the bottom or top of the viewport

2012-09-07 Thread jie...@java.net (JIRA)














































jieryn
 commented on  JENKINS-15080


j/k navigation doesnt automatically scroll page when reaching the bottom or top of the viewport















The only problem with this is that the Jenkins bar at the top covers over the job row... ugh.



























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






[JIRA] (JENKINS-13114) dropdown views taskbar: error when saving jenkins config page

2012-07-22 Thread jie...@java.net (JIRA)















































jieryn
 closed  JENKINS-13114 as Fixed


dropdown views taskbar: error when saving jenkins config page
















http://maven.jenkins-ci.org/content/repositories/releases/org/jenkins-ci/plugins/dropdown-viewstabbar-plugin/1.6/





Change By:


jieryn
(22/Jul/12 10:21 PM)




Status:


Resolved
Closed



























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






[JIRA] (JENKINS-14450) Jenkins Job is aborted when job configuration changes

2012-07-16 Thread jie...@java.net (JIRA)














































jieryn
 updated  JENKINS-14450


Jenkins Job is aborted when job configuration changes
















This is a core issue, not a configure-job-column-plugin problem.





Change By:


jieryn
(17/Jul/12 3:05 AM)




Assignee:


jieryn





Component/s:


core





Component/s:


configure-job-column



























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






[JIRA] (JENKINS-14337) Multi-configuration job disappearing from list whether the file config.xml is edited.

2012-07-06 Thread jie...@java.net (JIRA)














































jieryn
 updated  JENKINS-14337


Multi-configuration job disappearing from list whether the file config.xml is edited.
















Change By:


jieryn
(06/Jul/12 12:50 PM)




Assignee:


jieryn





Component/s:


config-autorefresh



























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






[JIRA] (JENKINS-13114) dropdown views taskbar: error when saving jenkins config page

2012-07-04 Thread jie...@java.net (JIRA)














































jieryn
 commented on  JENKINS-13114


dropdown views taskbar: error when saving jenkins config page















I'm sorry no one could test for the original problem report version, that is 1.455. I will re-test against that version and then cut a release.

I have no inclination to continue beyond that version until a new Jenkins LTS is cut. I am not going to be spending any more time or energy supporting plugins beyond the latest Jenkins LTS. I'm sorry, but I have a lot of things I want to do with my time, and constantly putting out new fires for moving target versions of Jenkins isn't even on the first page of the list..

See https://groups.google.com/d/topic/jenkinsci-dev/9zb_UWkJyFA/discussion for the thread where I announced this on the mailing list.



























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






[JIRA] (JENKINS-13114) dropdown views taskbar: error when saving jenkins config page

2012-07-03 Thread jie...@java.net (JIRA)














































jieryn
 commented on  JENKINS-13114


dropdown views taskbar: error when saving jenkins config page















I'd prefer not to make a release that is untested by the people that report the problem... 

I will let it bake for a while unless I get some affirmation that the fix is good.



























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






[JIRA] (JENKINS-13114) dropdown views taskbar: error when saving jenkins config page

2012-07-03 Thread jie...@java.net (JIRA)














































jieryn
 commented on  JENKINS-13114


dropdown views taskbar: error when saving jenkins config page















Download the .hpi file from the build system, link above, then go into Manage Jenkins  Manage Plugins  Advanced ( or $JENKINS/pluginManager/advanced ) and use the Choose File and Upload buttons to manually update the plugin.



























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






[JIRA] (JENKINS-13114) dropdown views taskbar: error when saving jenkins config page

2012-07-03 Thread jie...@java.net (JIRA)














































jieryn
 commented on  JENKINS-13114


dropdown views taskbar: error when saving jenkins config page















I only tested against 1.455, where I used to be able to reproduce the error and now can not... I didn't test with 1.472, and this defect is filed against 1.455.

I'm sure everyone is frustrated by this, I certainly am. I'm at a loss for what to do, it seems I will have to make a 1.6 release for 1.455 and then 1.7 for 1.472 ... can anyone seeing the original problem verify it is fixed for 1.455?



























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






[JIRA] (JENKINS-14277) Jenkins launches newly created jobs that were copied from other jobs

2012-07-02 Thread jie...@java.net (JIRA)















































jieryn
 assigned  JENKINS-14277 to Unassigned



Jenkins launches newly created jobs that were copied from other jobs
















Change By:


jieryn
(02/Jul/12 1:46 PM)




Assignee:


jieryn



























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






[JIRA] (JENKINS-14277) Jenkins launches newly created jobs that were copied from other jobs

2012-07-02 Thread jie...@java.net (JIRA)














































jieryn
 updated  JENKINS-14277


Jenkins launches newly created jobs that were copied from other jobs
















Change By:


jieryn
(02/Jul/12 1:46 PM)




Issue Type:


Bug
Improvement





Component/s:


core





Component/s:


job-poll-action



























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






[JIRA] (JENKINS-13114) dropdown views taskbar: error when saving jenkins config page

2012-06-29 Thread jie...@java.net (JIRA)














































jieryn
 commented on  JENKINS-13114


dropdown views taskbar: error when saving jenkins config page















You can try the latest snapshot here: 

https://jenkins.ci.cloudbees.com/job/plugins/job/dropdown-viewstabbar/lastSuccessfulBuild/org.jenkins-ci.plugins$dropdown-viewstabbar-plugin/artifact/org.jenkins-ci.plugins/dropdown-viewstabbar-plugin/1.6-SNAPSHOT/dropdown-viewstabbar-plugin-1.6-SNAPSHOT.hpi



























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






[JIRA] (JENKINS-14178) Add an SCM poll listener

2012-06-21 Thread jie...@java.net (JIRA)














































jieryn
 commented on  JENKINS-14178


Add an SCM poll listener















Wolfgang created https://github.com/jenkinsci/jenkins/pull/505 to add this feature, way to go!



























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






[JIRA] (JENKINS-13791) naginator plugin NullPointerException on successful build

2012-05-15 Thread jie...@java.net (JIRA)
jieryn created JENKINS-13791:


 Summary: naginator plugin NullPointerException on successful build
 Key: JENKINS-13791
 URL: https://issues.jenkins-ci.org/browse/JENKINS-13791
 Project: Jenkins
  Issue Type: Bug
  Components: naginator
Reporter: jieryn
Assignee: Nayan Hajratwala


Jenkins v1.447.1
Naginator Plugin v1.6.1

{code}[INFO] BUILD SUCCESS
[INFO] 
[INFO] Total time: 24:13.510s
[INFO] Finished at: Tue May 15 22:27:18 EDT 2012
[INFO] Final Memory: 38M/2048M
[INFO] 
ERROR: Processing failed due to a bug in the code. Please report this to 
jenkinsci-us...@googlegroups.com
java.lang.NullPointerException
at 
com.chikli.hudson.plugin.naginator.NaginatorListener.onCompleted(NaginatorListener.java:32)
at 
com.chikli.hudson.plugin.naginator.NaginatorListener.onCompleted(NaginatorListener.java:20)
at 
hudson.model.listeners.RunListener.fireCompleted(RunListener.java:178)
at hudson.model.Run.run(Run.java:1454)
at hudson.maven.MavenBuild.access$600(MavenBuild.java:83)
at hudson.maven.MavenBuild$ProxyImpl2.close(MavenBuild.java:546)
at hudson.maven.AbstractMavenBuilder.end(AbstractMavenBuilder.java:106)
at 
hudson.maven.MavenModuleSetBuild$RunnerImpl.doRun(MavenModuleSetBuild.java:795)
at hudson.model.AbstractBuild$AbstractRunner.run(AbstractBuild.java:467)
at hudson.model.Run.run(Run.java:1404)
at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:481)
at hudson.model.ResourceController.execute(ResourceController.java:88)
at hudson.model.Executor.run(Executor.java:238)
project=hudson.maven.MavenModuleSet@6b006b0[release_com.acme.project]
project.getModules()=[hudson.maven.MavenModule@3ba73ba7[release_com.acme.project/com.acme:project][release_com.acme.project/com.acme:project][relativePath:],
hudson.maven.MavenModule@64856485[release_com.acme.project/com.acme.project:cim][release_com.acme.project/com.acme.project:cim][relativePath:cim],
hudson.maven.MavenModule@b100b10[release_com.acme.project/com.acme.project:dao][release_com.acme.project/com.acme.project:dao][relativePath:dao],
hudson.maven.MavenModule@1e001e[release_com.acme.project/com.acme.project:domain][release_com.acme.project/com.acme.project:domain][relativePath:domain],
hudson.maven.MavenModule@1e271e27[release_com.acme.project/com.acme.project:gwt][release_com.acme.project/com.acme.project:gwt][relativePath:gwt],
hudson.maven.MavenModule@7a0b7a0b[release_com.acme.project/com.acme.project:mock][release_com.acme.project/com.acme.project:mock][relativePath:mock],
hudson.maven.MavenModule@4ac34ac3[release_com.acme.project/com.acme.project:service][release_com.acme.project/com.acme.project:service][relativePath:service],
hudson.maven.MavenModule@3b173b17[release_com.acme.project/com.acme.project:war][release_com.acme.project/com.acme.project:war][relativePath:war],
hudson.maven.MavenModule@e030e03[release_com.acme.project/com.acme.project:ws][release_com.acme.project/com.acme.project:ws][relativePath:ws],
hudson.maven.MavenModule@474c474c[release_com.acme.project/com.acme.project.ws:domain][release_com.acme.project/com.acme.project.ws:domain][relativePath:ws/domain],
hudson.maven.MavenModule@18041804[release_com.acme.project/com.acme.project.ws:rs][release_com.acme.project/com.acme.project.ws:rs][relativePath:ws/rs],
hudson.maven.MavenModule@26132613[release_com.acme.project/com.acme.project.ws:war][release_com.acme.project/com.acme.project.ws:war][relativePath:ws/war]]
project.getRootModule()=hudson.maven.MavenModule@3ba73ba7[release_com.acme.project/com.acme:project][release_com.acme.project/com.acme:project][relativePath:]
FATAL: null
java.lang.NullPointerException
at 
com.chikli.hudson.plugin.naginator.NaginatorListener.onCompleted(NaginatorListener.java:32)
at 
com.chikli.hudson.plugin.naginator.NaginatorListener.onCompleted(NaginatorListener.java:20)
at 
hudson.model.listeners.RunListener.fireCompleted(RunListener.java:178)
at hudson.model.Run.run(Run.java:1454)
at hudson.maven.MavenBuild.access$600(MavenBuild.java:83)
at hudson.maven.MavenBuild$ProxyImpl2.close(MavenBuild.java:546)
at hudson.maven.AbstractMavenBuilder.end(AbstractMavenBuilder.java:106)
at 
hudson.maven.MavenModuleSetBuild$RunnerImpl.doRun(MavenModuleSetBuild.java:795)
at hudson.model.AbstractBuild$AbstractRunner.run(AbstractBuild.java:467)
at hudson.model.Run.run(Run.java:1404)
at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:481)
at hudson.model.ResourceController.execute(ResourceController.java:88)
at hudson.model.Executor.run(Executor.java:238)
{code}

--
This message is 

[JIRA] (JENKINS-13791) naginator plugin NullPointerException on successful build

2012-05-15 Thread jie...@java.net (JIRA)

[ 
https://issues.jenkins-ci.org/browse/JENKINS-13791?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=162815#comment-162815
 ] 

jieryn commented on JENKINS-13791:
--

https://github.com/jenkinsci/naginator-plugin/pull/2

 naginator plugin NullPointerException on successful build
 -

 Key: JENKINS-13791
 URL: https://issues.jenkins-ci.org/browse/JENKINS-13791
 Project: Jenkins
  Issue Type: Bug
  Components: naginator
Reporter: jieryn
Assignee: Nayan Hajratwala

 Jenkins v1.447.1
 Naginator Plugin v1.6.1
 {code}[INFO] BUILD SUCCESS
 [INFO] 
 
 [INFO] Total time: 24:13.510s
 [INFO] Finished at: Tue May 15 22:27:18 EDT 2012
 [INFO] Final Memory: 38M/2048M
 [INFO] 
 
 ERROR: Processing failed due to a bug in the code. Please report this to 
 jenkinsci-us...@googlegroups.com
 java.lang.NullPointerException
 at 
 com.chikli.hudson.plugin.naginator.NaginatorListener.onCompleted(NaginatorListener.java:32)
 at 
 com.chikli.hudson.plugin.naginator.NaginatorListener.onCompleted(NaginatorListener.java:20)
 at 
 hudson.model.listeners.RunListener.fireCompleted(RunListener.java:178)
 at hudson.model.Run.run(Run.java:1454)
 at hudson.maven.MavenBuild.access$600(MavenBuild.java:83)
 at hudson.maven.MavenBuild$ProxyImpl2.close(MavenBuild.java:546)
 at 
 hudson.maven.AbstractMavenBuilder.end(AbstractMavenBuilder.java:106)
 at 
 hudson.maven.MavenModuleSetBuild$RunnerImpl.doRun(MavenModuleSetBuild.java:795)
 at 
 hudson.model.AbstractBuild$AbstractRunner.run(AbstractBuild.java:467)
 at hudson.model.Run.run(Run.java:1404)
 at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:481)
 at hudson.model.ResourceController.execute(ResourceController.java:88)
 at hudson.model.Executor.run(Executor.java:238)
 project=hudson.maven.MavenModuleSet@6b006b0[release_com.acme.project]
 project.getModules()=[hudson.maven.MavenModule@3ba73ba7[release_com.acme.project/com.acme:project][release_com.acme.project/com.acme:project][relativePath:],
 hudson.maven.MavenModule@64856485[release_com.acme.project/com.acme.project:cim][release_com.acme.project/com.acme.project:cim][relativePath:cim],
 hudson.maven.MavenModule@b100b10[release_com.acme.project/com.acme.project:dao][release_com.acme.project/com.acme.project:dao][relativePath:dao],
 hudson.maven.MavenModule@1e001e[release_com.acme.project/com.acme.project:domain][release_com.acme.project/com.acme.project:domain][relativePath:domain],
 hudson.maven.MavenModule@1e271e27[release_com.acme.project/com.acme.project:gwt][release_com.acme.project/com.acme.project:gwt][relativePath:gwt],
 hudson.maven.MavenModule@7a0b7a0b[release_com.acme.project/com.acme.project:mock][release_com.acme.project/com.acme.project:mock][relativePath:mock],
 hudson.maven.MavenModule@4ac34ac3[release_com.acme.project/com.acme.project:service][release_com.acme.project/com.acme.project:service][relativePath:service],
 hudson.maven.MavenModule@3b173b17[release_com.acme.project/com.acme.project:war][release_com.acme.project/com.acme.project:war][relativePath:war],
 hudson.maven.MavenModule@e030e03[release_com.acme.project/com.acme.project:ws][release_com.acme.project/com.acme.project:ws][relativePath:ws],
 hudson.maven.MavenModule@474c474c[release_com.acme.project/com.acme.project.ws:domain][release_com.acme.project/com.acme.project.ws:domain][relativePath:ws/domain],
 hudson.maven.MavenModule@18041804[release_com.acme.project/com.acme.project.ws:rs][release_com.acme.project/com.acme.project.ws:rs][relativePath:ws/rs],
 hudson.maven.MavenModule@26132613[release_com.acme.project/com.acme.project.ws:war][release_com.acme.project/com.acme.project.ws:war][relativePath:ws/war]]
 project.getRootModule()=hudson.maven.MavenModule@3ba73ba7[release_com.acme.project/com.acme:project][release_com.acme.project/com.acme:project][relativePath:]
 FATAL: null
 java.lang.NullPointerException
 at 
 com.chikli.hudson.plugin.naginator.NaginatorListener.onCompleted(NaginatorListener.java:32)
 at 
 com.chikli.hudson.plugin.naginator.NaginatorListener.onCompleted(NaginatorListener.java:20)
 at 
 hudson.model.listeners.RunListener.fireCompleted(RunListener.java:178)
 at hudson.model.Run.run(Run.java:1454)
 at hudson.maven.MavenBuild.access$600(MavenBuild.java:83)
 at hudson.maven.MavenBuild$ProxyImpl2.close(MavenBuild.java:546)
 at 
 hudson.maven.AbstractMavenBuilder.end(AbstractMavenBuilder.java:106)
 at 
 hudson.maven.MavenModuleSetBuild$RunnerImpl.doRun(MavenModuleSetBuild.java:795)
 at 
 

[JIRA] (JENKINS-13048) dropdown-viewstabbar: cannot save checkbox 'Show Job Counts'

2012-04-27 Thread jie...@java.net (JIRA)

[ 
https://issues.jenkins-ci.org/browse/JENKINS-13048?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=162175#comment-162175
 ] 

jieryn commented on JENKINS-13048:
--

Released in v1.5 @ 
http://maven.jenkins-ci.org:8081/content/repositories/releases/org/jenkins-ci/plugins/dropdown-viewstabbar-plugin/1.5/

Thank you Fred!

 dropdown-viewstabbar: cannot save checkbox 'Show Job Counts'
 

 Key: JENKINS-13048
 URL: https://issues.jenkins-ci.org/browse/JENKINS-13048
 Project: Jenkins
  Issue Type: Bug
  Components: dropdown-viewstabbar
Affects Versions: current
 Environment: jenkins 1.454
Reporter: Bruno Marti
Assignee: jieryn
 Attachments: dropdown-viewstabbar.jpg


 selected checkbox 'Show Job Counts' for Views Tab Bar in general configure 
 screen wont be saved. It is always un-checked.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[JIRA] (JENKINS-13003) HTTP 500 on import causes NullPointerException

2012-04-20 Thread jie...@java.net (JIRA)

 [ 
https://issues.jenkins-ci.org/browse/JENKINS-13003?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

jieryn resolved JENKINS-13003.
--

Resolution: Duplicate

JENKINS-11185

 HTTP 500 on import causes NullPointerException
 --

 Key: JENKINS-13003
 URL: https://issues.jenkins-ci.org/browse/JENKINS-13003
 Project: Jenkins
  Issue Type: Bug
  Components: job-import
Affects Versions: current
Reporter: Arvind Ramalingam
Assignee: jieryn

 FAILED - Server returned HTTP response code: 403 when trying to use import 
 plugin to import jobs from one Jenkins to another.
 It redirects me to the below stack trace.
 HTTP Status 500 -
 type Exception report
 message
 description The server encountered an internal error () that prevented it 
 from fulfilling this request.
 exception
 javax.servlet.ServletException: java.lang.NullPointerException
   org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:603)
   org.kohsuke.stapler.Stapler.invoke(Stapler.java:646)
   org.kohsuke.stapler.MetaClass$12.dispatch(MetaClass.java:374)
   org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:561)
   org.kohsuke.stapler.Stapler.invoke(Stapler.java:646)
   org.kohsuke.stapler.Stapler.invoke(Stapler.java:477)
   org.kohsuke.stapler.Stapler.service(Stapler.java:159)
   javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
   hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:94)
   
 hudson.plugins.greenballs.GreenBallFilter.doFilter(GreenBallFilter.java:74)
   hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:97)
   hudson.util.PluginServletFilter.doFilter(PluginServletFilter.java:86)
   hudson.security.csrf.CrumbFilter.doFilter(CrumbFilter.java:47)
   
 hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:84)
   
 hudson.security.ChainedServletFilter.doFilter(ChainedServletFilter.java:76)
   hudson.security.HudsonFilter.doFilter(HudsonFilter.java:164)
   
 hudson.util.CharacterEncodingFilter.doFilter(CharacterEncodingFilter.java:81)
 root cause
 java.lang.NullPointerException
   
 org.jenkins.ci.plugins.jobimport.JobImportAction.doImport(JobImportAction.java:126)
   sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
   
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   java.lang.reflect.Method.invoke(Method.java:616)
   org.kohsuke.stapler.Function$InstanceFunction.invoke(Function.java:282)
   org.kohsuke.stapler.Function.bindAndInvoke(Function.java:149)
   
 org.kohsuke.stapler.Function.bindAndInvokeAndServeResponse(Function.java:88)
   org.kohsuke.stapler.MetaClass$1.doDispatch(MetaClass.java:104)
   
 org.kohsuke.stapler.NameBasedDispatcher.dispatch(NameBasedDispatcher.java:53)
   org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:561)
   org.kohsuke.stapler.Stapler.invoke(Stapler.java:646)
   org.kohsuke.stapler.MetaClass$12.dispatch(MetaClass.java:374)
   org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:561)
   org.kohsuke.stapler.Stapler.invoke(Stapler.java:646)
   org.kohsuke.stapler.Stapler.invoke(Stapler.java:477)
   org.kohsuke.stapler.Stapler.service(Stapler.java:159)
   javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
   hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:94)
   
 hudson.plugins.greenballs.GreenBallFilter.doFilter(GreenBallFilter.java:74)
   hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:97)
   hudson.util.PluginServletFilter.doFilter(PluginServletFilter.java:86)
   hudson.security.csrf.CrumbFilter.doFilter(CrumbFilter.java:47)
   
 hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:84)
   
 hudson.security.ChainedServletFilter.doFilter(ChainedServletFilter.java:76)
   hudson.security.HudsonFilter.doFilter(HudsonFilter.java:164)
   
 hudson.util.CharacterEncodingFilter.doFilter(CharacterEncodingFilter.java:81)
 note The full stack trace of the root cause is available in the Apache 
 Tomcat/6.0.33 logs.
 Apache Tomcat/6.0.33

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[JIRA] (JENKINS-4087) allow hot deployment of new plugins

2012-04-20 Thread jie...@java.net (JIRA)

 [ 
https://issues.jenkins-ci.org/browse/JENKINS-4087?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

jieryn resolved JENKINS-4087.
-

Resolution: Fixed

Fixed in Jenkins 1.440 via 
https://github.com/jenkinsci/jenkins/commit/c6d81ef2e26e55dd3341a6eacd113a1f58023f73

 allow hot deployment of new plugins
 ---

 Key: JENKINS-4087
 URL: https://issues.jenkins-ci.org/browse/JENKINS-4087
 Project: Jenkins
  Issue Type: New Feature
  Components: core
Affects Versions: current
 Environment: Platform: All, OS: All
Reporter: huybrechts

 technically it should be possible...
 updates of existing plugins is another matter.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[JIRA] (JENKINS-13038) HTML5 notifier plugin breaks Jenkins with CSRF protection

2012-04-06 Thread jie...@java.net (JIRA)

[ 
https://issues.jenkins-ci.org/browse/JENKINS-13038?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=161331#comment-161331
 ] 

jieryn commented on JENKINS-13038:
--

Prototype 1.7 was included in the base Jenkins install. Is this now a problem 
on the default install? I don't think this is an html5-notifier-plugin issue 
anymore..

 HTML5 notifier plugin breaks Jenkins with CSRF protection
 -

 Key: JENKINS-13038
 URL: https://issues.jenkins-ci.org/browse/JENKINS-13038
 Project: Jenkins
  Issue Type: Bug
  Components: html5-notifier
 Environment: Jenkins 1.454
 HTML5 Notifier Plugin 1.1
Reporter: mdp
Assignee: jieryn
Priority: Critical

 The prototype-1.7.js version included in the plugin replaces code from the 
 patched Prototype included in core Jenkins.
 Result: with notifiers and CSRF protection enabled POSTs fail with 403.
 One easily visible example: trying to disable an installed plugin results in
 Status Code: 403
 Exception: No valid crumb was included in the request
 displayed where the restart button should appear.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[JIRA] (JENKINS-13038) HTML5 notifier plugin breaks Jenkins with CSRF protection

2012-04-06 Thread jie...@java.net (JIRA)

 [ 
https://issues.jenkins-ci.org/browse/JENKINS-13038?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

jieryn updated JENKINS-13038:
-

   Assignee: (was: jieryn)
Component/s: core
 (was: html5-notifier)

 HTML5 notifier plugin breaks Jenkins with CSRF protection
 -

 Key: JENKINS-13038
 URL: https://issues.jenkins-ci.org/browse/JENKINS-13038
 Project: Jenkins
  Issue Type: Bug
  Components: core
 Environment: Jenkins 1.454
 HTML5 Notifier Plugin 1.1
Reporter: mdp
Priority: Critical

 The prototype-1.7.js version included in the plugin replaces code from the 
 patched Prototype included in core Jenkins.
 Result: with notifiers and CSRF protection enabled POSTs fail with 403.
 One easily visible example: trying to disable an installed plugin results in
 Status Code: 403
 Exception: No valid crumb was included in the request
 displayed where the restart button should appear.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[JIRA] (JENKINS-12538) java.lang.String cannot be cast to net.sf.json.JSONArray

2012-04-06 Thread jie...@java.net (JIRA)

[ 
https://issues.jenkins-ci.org/browse/JENKINS-12538?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=161332#comment-161332
 ] 

jieryn commented on JENKINS-12538:
--

This is an issue with bundled prototype 1.7.

 java.lang.String cannot be cast to net.sf.json.JSONArray
 

 Key: JENKINS-12538
 URL: https://issues.jenkins-ci.org/browse/JENKINS-12538
 Project: Jenkins
  Issue Type: Bug
  Components: html5-notifier
Affects Versions: current
 Environment: Centos5.6 x86_64 installed from rpm on 
 http://pkg.jenkins-ci.org/redhat/
Reporter: Rob Coward

 Ever since updating to version 1.446 (and it is still a problem in the latest 
 1.449 rpm installation) after clicking save on the job configuration screen I 
 get this server error. The changes do appear to have been saved however, and 
 if I navigate back to the job configuration page it does show the saved 
 changes correctly.
 Status Code: 500
 Exception:
 Stacktrace:
 java.lang.ClassCastException: java.lang.String cannot be cast to 
 net.sf.json.JSONArray
   at 
 org.jenkinsci.plugins.artifactdeployer.ArtifactDeployerPublisher$ArtifactDeployerDescriptor.newInstance(ArtifactDeployerPublisher.java:265)
   at 
 org.jenkinsci.plugins.artifactdeployer.ArtifactDeployerPublisher$ArtifactDeployerDescriptor.newInstance(ArtifactDeployerPublisher.java:221)
   at hudson.util.DescribableList.rebuild(DescribableList.java:154)
   at hudson.model.Project.submit(Project.java:198)
   at hudson.model.Job.doConfigSubmit(Job.java:979)
   at hudson.model.AbstractProject.doConfigSubmit(AbstractProject.java:643)
   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:616)
   at 
 org.kohsuke.stapler.Function$InstanceFunction.invoke(Function.java:282)
   at org.kohsuke.stapler.Function.bindAndInvoke(Function.java:149)
   at 
 org.kohsuke.stapler.Function.bindAndInvokeAndServeResponse(Function.java:88)
   at org.kohsuke.stapler.MetaClass$1.doDispatch(MetaClass.java:111)
   at 
 org.kohsuke.stapler.NameBasedDispatcher.dispatch(NameBasedDispatcher.java:53)
   at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:563)
   at org.kohsuke.stapler.Stapler.invoke(Stapler.java:648)
   at org.kohsuke.stapler.MetaClass$6.doDispatch(MetaClass.java:241)
   at 
 org.kohsuke.stapler.NameBasedDispatcher.dispatch(NameBasedDispatcher.java:53)
   at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:563)
   at org.kohsuke.stapler.Stapler.invoke(Stapler.java:648)
   at org.kohsuke.stapler.Stapler.invoke(Stapler.java:477)
   at org.kohsuke.stapler.Stapler.service(Stapler.java:159)
   at javax.servlet.http.HttpServlet.service(HttpServlet.java:45)
   at winstone.ServletConfiguration.execute(ServletConfiguration.java:248)
   at winstone.RequestDispatcher.forward(RequestDispatcher.java:333)
   at winstone.RequestDispatcher.doFilter(RequestDispatcher.java:376)
   at 
 hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:95)
   at 
 hudson.plugins.greenballs.GreenBallFilter.doFilter(GreenBallFilter.java:74)
   at 
 hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:98)
   at 
 hudson.plugins.audit_trail.AuditTrailFilter.doFilter(AuditTrailFilter.java:66)
   at 
 hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:98)
   at hudson.util.PluginServletFilter.doFilter(PluginServletFilter.java:87)
   at winstone.FilterConfiguration.execute(FilterConfiguration.java:194)
   at winstone.RequestDispatcher.doFilter(RequestDispatcher.java:366)
   at hudson.security.csrf.CrumbFilter.doFilter(CrumbFilter.java:47)
   at winstone.FilterConfiguration.execute(FilterConfiguration.java:194)
   at winstone.RequestDispatcher.doFilter(RequestDispatcher.java:366)
   at 
 hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:84)
   at 
 hudson.security.UnwrapSecurityExceptionFilter.doFilter(UnwrapSecurityExceptionFilter.java:51)
   at 
 hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87)
   at 
 org.acegisecurity.ui.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:166)
   at 
 hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87)
   at 
 org.acegisecurity.providers.anonymous.AnonymousProcessingFilter.doFilter(AnonymousProcessingFilter.java:125)
   at 
 hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87)
   at 
 

[JIRA] (JENKINS-13322) Configure tab freezes when using both the HTML5 notifier plugin and the Android Emulator Plugin

2012-04-06 Thread jie...@java.net (JIRA)

[ 
https://issues.jenkins-ci.org/browse/JENKINS-13322?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=161333#comment-161333
 ] 

jieryn commented on JENKINS-13322:
--

Starting with Jenkins 1.455 prototype v1.7 is bundled, html5-notifier-plugin 
does not include its own prototype.js

 Configure tab freezes when using both the HTML5 notifier plugin and the 
 Android Emulator Plugin
 ---

 Key: JENKINS-13322
 URL: https://issues.jenkins-ci.org/browse/JENKINS-13322
 Project: Jenkins
  Issue Type: Bug
  Components: android-emulator, html5-notifier
 Environment: Mac OS X
Reporter: Johannes Pelto-Piri
Assignee: Christopher Orr

 When trying to configure a job with both the HTML5 notifier plugin and the 
 Android Emulator plugin the job configuration wont load. I tried again in a 
 fresh installation and installed the plugins separately and the issue 
 remained. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[JIRA] (JENKINS-13038) HTML5 notifier plugin breaks Jenkins with CSRF protection

2012-04-06 Thread jie...@java.net (JIRA)

 [ 
https://issues.jenkins-ci.org/browse/JENKINS-13038?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

jieryn resolved JENKINS-13038.
--

Resolution: Fixed

html5-notifier-plugin:1.2 was released: 
http://maven.jenkins-ci.org/content/repositories/releases/org/jenkins-ci/plugins/html5-notifier-plugin/1.2/

 HTML5 notifier plugin breaks Jenkins with CSRF protection
 -

 Key: JENKINS-13038
 URL: https://issues.jenkins-ci.org/browse/JENKINS-13038
 Project: Jenkins
  Issue Type: Bug
  Components: core
 Environment: Jenkins 1.454
 HTML5 Notifier Plugin 1.1
Reporter: mdp
Priority: Critical

 The prototype-1.7.js version included in the plugin replaces code from the 
 patched Prototype included in core Jenkins.
 Result: with notifiers and CSRF protection enabled POSTs fail with 403.
 One easily visible example: trying to disable an installed plugin results in
 Status Code: 403
 Exception: No valid crumb was included in the request
 displayed where the restart button should appear.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[JIRA] (JENKINS-12538) java.lang.String cannot be cast to net.sf.json.JSONArray

2012-04-06 Thread jie...@java.net (JIRA)

 [ 
https://issues.jenkins-ci.org/browse/JENKINS-12538?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

jieryn closed JENKINS-12538.


Resolution: Fixed

html5-notifier-plugin:1.2 was released: 
http://maven.jenkins-ci.org/content/repositories/releases/org/jenkins-ci/plugins/html5-notifier-plugin/1.2/

 java.lang.String cannot be cast to net.sf.json.JSONArray
 

 Key: JENKINS-12538
 URL: https://issues.jenkins-ci.org/browse/JENKINS-12538
 Project: Jenkins
  Issue Type: Bug
  Components: html5-notifier
Affects Versions: current
 Environment: Centos5.6 x86_64 installed from rpm on 
 http://pkg.jenkins-ci.org/redhat/
Reporter: Rob Coward

 Ever since updating to version 1.446 (and it is still a problem in the latest 
 1.449 rpm installation) after clicking save on the job configuration screen I 
 get this server error. The changes do appear to have been saved however, and 
 if I navigate back to the job configuration page it does show the saved 
 changes correctly.
 Status Code: 500
 Exception:
 Stacktrace:
 java.lang.ClassCastException: java.lang.String cannot be cast to 
 net.sf.json.JSONArray
   at 
 org.jenkinsci.plugins.artifactdeployer.ArtifactDeployerPublisher$ArtifactDeployerDescriptor.newInstance(ArtifactDeployerPublisher.java:265)
   at 
 org.jenkinsci.plugins.artifactdeployer.ArtifactDeployerPublisher$ArtifactDeployerDescriptor.newInstance(ArtifactDeployerPublisher.java:221)
   at hudson.util.DescribableList.rebuild(DescribableList.java:154)
   at hudson.model.Project.submit(Project.java:198)
   at hudson.model.Job.doConfigSubmit(Job.java:979)
   at hudson.model.AbstractProject.doConfigSubmit(AbstractProject.java:643)
   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:616)
   at 
 org.kohsuke.stapler.Function$InstanceFunction.invoke(Function.java:282)
   at org.kohsuke.stapler.Function.bindAndInvoke(Function.java:149)
   at 
 org.kohsuke.stapler.Function.bindAndInvokeAndServeResponse(Function.java:88)
   at org.kohsuke.stapler.MetaClass$1.doDispatch(MetaClass.java:111)
   at 
 org.kohsuke.stapler.NameBasedDispatcher.dispatch(NameBasedDispatcher.java:53)
   at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:563)
   at org.kohsuke.stapler.Stapler.invoke(Stapler.java:648)
   at org.kohsuke.stapler.MetaClass$6.doDispatch(MetaClass.java:241)
   at 
 org.kohsuke.stapler.NameBasedDispatcher.dispatch(NameBasedDispatcher.java:53)
   at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:563)
   at org.kohsuke.stapler.Stapler.invoke(Stapler.java:648)
   at org.kohsuke.stapler.Stapler.invoke(Stapler.java:477)
   at org.kohsuke.stapler.Stapler.service(Stapler.java:159)
   at javax.servlet.http.HttpServlet.service(HttpServlet.java:45)
   at winstone.ServletConfiguration.execute(ServletConfiguration.java:248)
   at winstone.RequestDispatcher.forward(RequestDispatcher.java:333)
   at winstone.RequestDispatcher.doFilter(RequestDispatcher.java:376)
   at 
 hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:95)
   at 
 hudson.plugins.greenballs.GreenBallFilter.doFilter(GreenBallFilter.java:74)
   at 
 hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:98)
   at 
 hudson.plugins.audit_trail.AuditTrailFilter.doFilter(AuditTrailFilter.java:66)
   at 
 hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:98)
   at hudson.util.PluginServletFilter.doFilter(PluginServletFilter.java:87)
   at winstone.FilterConfiguration.execute(FilterConfiguration.java:194)
   at winstone.RequestDispatcher.doFilter(RequestDispatcher.java:366)
   at hudson.security.csrf.CrumbFilter.doFilter(CrumbFilter.java:47)
   at winstone.FilterConfiguration.execute(FilterConfiguration.java:194)
   at winstone.RequestDispatcher.doFilter(RequestDispatcher.java:366)
   at 
 hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:84)
   at 
 hudson.security.UnwrapSecurityExceptionFilter.doFilter(UnwrapSecurityExceptionFilter.java:51)
   at 
 hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87)
   at 
 org.acegisecurity.ui.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:166)
   at 
 hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87)
   at 
 org.acegisecurity.providers.anonymous.AnonymousProcessingFilter.doFilter(AnonymousProcessingFilter.java:125)
   at 
 

[JIRA] (JENKINS-13322) Configure tab freezes when using both the HTML5 notifier plugin and the Android Emulator Plugin

2012-04-06 Thread jie...@java.net (JIRA)

 [ 
https://issues.jenkins-ci.org/browse/JENKINS-13322?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

jieryn closed JENKINS-13322.


Resolution: Fixed

html5-notifier-plugin:1.2 was released: 
http://maven.jenkins-ci.org/content/repositories/releases/org/jenkins-ci/plugins/html5-notifier-plugin/1.2/

 Configure tab freezes when using both the HTML5 notifier plugin and the 
 Android Emulator Plugin
 ---

 Key: JENKINS-13322
 URL: https://issues.jenkins-ci.org/browse/JENKINS-13322
 Project: Jenkins
  Issue Type: Bug
  Components: android-emulator, html5-notifier
 Environment: Mac OS X
Reporter: Johannes Pelto-Piri
Assignee: Christopher Orr

 When trying to configure a job with both the HTML5 notifier plugin and the 
 Android Emulator plugin the job configuration wont load. I tried again in a 
 fresh installation and installed the plugins separately and the issue 
 remained. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[JIRA] (JENKINS-13138) Verify action doesn't work with CSRF option

2012-04-06 Thread jie...@java.net (JIRA)

 [ 
https://issues.jenkins-ci.org/browse/JENKINS-13138?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

jieryn closed JENKINS-13138.


Resolution: Fixed

html5-notifier-plugin:1.2 was released: 
http://maven.jenkins-ci.org/content/repositories/releases/org/jenkins-ci/plugins/html5-notifier-plugin/1.2/

 Verify action doesn't work with CSRF option
 ---

 Key: JENKINS-13138
 URL: https://issues.jenkins-ci.org/browse/JENKINS-13138
 Project: Jenkins
  Issue Type: Bug
  Components: html5-notifier
Affects Versions: current
 Environment: Debian x64
Reporter: Sébastien Heurtematte
Priority: Minor
  Labels: csrf, mantis
 Attachments: mantis.jpg


 Etat HTTP 403 - No valid crumb was included in the request

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[JIRA] (JENKINS-11146) Automatically redirect users to secure connection

2012-04-06 Thread jie...@java.net (JIRA)

[ 
https://issues.jenkins-ci.org/browse/JENKINS-11146?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=161339#comment-161339
 ] 

jieryn commented on JENKINS-11146:
--

I think that forcing a redirect it outside the scope of this plugin. Rather, it 
would be better and easier to enable this in the web.xml:

{code:xml}  security-constraint
web-resource-collection
  web-resource-name/web-resource-name
  url-pattern/*/url-pattern
/web-resource-collection
user-data-constraint
  transport-guaranteeCONFIDENTIAL/transport-guarantee
/user-data-constraint
  /security-constraint
{code}

 Automatically redirect users to secure connection
 -

 Key: JENKINS-11146
 URL: https://issues.jenkins-ci.org/browse/JENKINS-11146
 Project: Jenkins
  Issue Type: Improvement
  Components: hsts-filter
Reporter: Christopher Orr
Assignee: jieryn

 Currently the plugin always sends the STS header, regardless of whether 
 Jenkins is being accessed via a secure connection.
 The spec says:
 bq. A HSTS Server MUST NOT include the Strict-Transport-Security HTTP 
 Response Header in HTTP responses conveyed over a non-secure transport.
 Similarly, browsers will ignore any STS headers received over a non-secure 
 connection.  So it's quite possible that users may end up never accessing 
 Jenkins securely, unless they manually visit the secure URL at least once.  
 The recommended practice when servers receive non-secure requests is to send 
 an HTTP redirect to the secure version of the content.  Then that allows the 
 STS header to be sent, and accepted by the browser.
 So it would be good if this was implemented, so that a redirect would be sent 
 whenever the STS header is enabled in the plugin config and a user accesses 
 Jenkins insecurely.  
 However I guess that may also need an optional config field for entering the 
 secure URL (e.g. if the hostnames differ between secure and non-secure).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[JIRA] (JENKINS-13114) dropdown views taskbar: error when saving jenkins config page

2012-04-05 Thread jie...@java.net (JIRA)

[ 
https://issues.jenkins-ci.org/browse/JENKINS-13114?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=161294#comment-161294
 ] 

jieryn commented on JENKINS-13114:
--

@ritzmann this is expected

 dropdown views taskbar: error when saving jenkins config page
 -

 Key: JENKINS-13114
 URL: https://issues.jenkins-ci.org/browse/JENKINS-13114
 Project: Jenkins
  Issue Type: Bug
  Components: dropdown-viewstabbar
Affects Versions: current
Reporter: Steve Roth
Assignee: jieryn

 I have the dropdown views tabbar enabled, and am usign Jenkins 1.455   When I 
 go to save the main Jenkins config page, I see this CNF exception in the 
 browser:
 exception
 javax.servlet.ServletException: java.lang.IllegalArgumentException: Failed to 
 instantiate class hudson.views.ViewsTabBar from 
 {showJobCount:false,stapler-class:[hudson.views.DefaultViewsTabBar,hudson.views.tabbar.DropDownViewsTabBar]}
   org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:605)
   org.kohsuke.stapler.Stapler.invoke(Stapler.java:648)
   org.kohsuke.stapler.Stapler.invoke(Stapler.java:477)
   org.kohsuke.stapler.Stapler.service(Stapler.java:159)
   javax.servlet.http.HttpServlet.service(HttpServlet.java:722)
   hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:95)
   net.bull.javamelody.MonitoringFilter.doFilter(MonitoringFilter.java:185)
   net.bull.javamelody.MonitoringFilter.doFilter(MonitoringFilter.java:159)
   
 net.bull.javamelody.PluginMonitoringFilter.doFilter(PluginMonitoringFilter.java:86)
   
 org.jvnet.hudson.plugins.monitoring.HudsonMonitoringFilter.doFilter(HudsonMonitoringFilter.java:84)
   hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:98)
   
 hudson.plugins.audit_trail.AuditTrailFilter.doFilter(AuditTrailFilter.java:66)
   hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:98)
   
 oracle.boulderlabs.jenkins.validatorkiller.ValidatorKiller.doFilter(ValidatorKiller.java:63)
   hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:98)
   hudson.util.PluginServletFilter.doFilter(PluginServletFilter.java:87)
   hudson.security.csrf.CrumbFilter.doFilter(CrumbFilter.java:47)
   
 hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:84)
   
 hudson.security.UnwrapSecurityExceptionFilter.doFilter(UnwrapSecurityExceptionFilter.java:51)
   
 hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87)
   
 org.acegisecurity.ui.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:166)
   
 hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87)
   
 org.acegisecurity.providers.anonymous.AnonymousProcessingFilter.doFilter(AnonymousProcessingFilter.java:125)
   
 hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87)
   
 org.acegisecurity.ui.rememberme.RememberMeProcessingFilter.doFilter(RememberMeProcessingFilter.java:142)
   
 hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87)
   
 org.acegisecurity.ui.AbstractProcessingFilter.doFilter(AbstractProcessingFilter.java:271)
   
 hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87)
   
 org.acegisecurity.ui.basicauth.BasicProcessingFilter.doFilter(BasicProcessingFilter.java:173)
   
 hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87)
   jenkins.security.ApiTokenFilter.doFilter(ApiTokenFilter.java:61)
   
 hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87)
   
 org.acegisecurity.context.HttpSessionContextIntegrationFilter.doFilter(HttpSessionContextIntegrationFilter.java:249)
   
 hudson.security.HttpSessionContextIntegrationFilter2.doFilter(HttpSessionContextIntegrationFilter2.java:66)
   
 hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87)
   
 hudson.security.ChainedServletFilter.doFilter(ChainedServletFilter.java:76)
   hudson.security.HudsonFilter.doFilter(HudsonFilter.java:164)
   
 hudson.util.CharacterEncodingFilter.doFilter(CharacterEncodingFilter.java:81)
 root cause
 java.lang.IllegalArgumentException: Failed to instantiate class 
 hudson.views.ViewsTabBar from 
 {showJobCount:false,stapler-class:[hudson.views.DefaultViewsTabBar,hudson.views.tabbar.DropDownViewsTabBar]}
   
 org.kohsuke.stapler.RequestImpl$TypePair.convertJSON(RequestImpl.java:633)
   org.kohsuke.stapler.RequestImpl.bindJSON(RequestImpl.java:377)
   org.kohsuke.stapler.RequestImpl.bindJSON(RequestImpl.java:373)
   
 hudson.views.ViewsTabBar$GlobalConfigurationImpl.configure(ViewsTabBar.java:84)
   

[JIRA] (JENKINS-13198) Saving jenkins config with dropdown views plugin causes json error

2012-04-04 Thread jie...@java.net (JIRA)

[ 
https://issues.jenkins-ci.org/browse/JENKINS-13198?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=161247#comment-161247
 ] 

jieryn commented on JENKINS-13198:
--

Yah, but JIRA is taking an error when trying to close the issue... so we're 
stuck.

 Saving jenkins config with dropdown views plugin causes json error
 --

 Key: JENKINS-13198
 URL: https://issues.jenkins-ci.org/browse/JENKINS-13198
 Project: Jenkins
  Issue Type: Bug
  Components: core, dropdown-viewstabbar
 Environment: jenkins 1.456
 dropdown views tabbar plugin  (latest)
Reporter: Marc Robinson
Assignee: jieryn

 Status Code: 500
 Exception: 
 Stacktrace:
 java.lang.IllegalArgumentException: Failed to instantiate class 
 hudson.views.ViewsTabBar from 
 {showJobCount:false,stapler-class:[ws.albors.CountJobsViewsTabBar,hudson.views.DefaultViewsTabBar,hudson.views.tabbar.DropDownViewsTabBar]}
   at 
 org.kohsuke.stapler.RequestImpl$TypePair.convertJSON(RequestImpl.java:633)
   at org.kohsuke.stapler.RequestImpl.bindJSON(RequestImpl.java:377)
   at org.kohsuke.stapler.RequestImpl.bindJSON(RequestImpl.java:373)
   at 
 hudson.views.ViewsTabBar$GlobalConfigurationImpl.configure(ViewsTabBar.java:84)
   at jenkins.model.Jenkins.configureDescriptor(Jenkins.java:2620)
   at jenkins.model.Jenkins.doConfigSubmit(Jenkins.java:2583)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at 
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
   at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
   at java.lang.reflect.Method.invoke(Method.java:597)
   at 
 org.kohsuke.stapler.Function$InstanceFunction.invoke(Function.java:288)
   at org.kohsuke.stapler.Function.bindAndInvoke(Function.java:151)
   at 
 org.kohsuke.stapler.Function.bindAndInvokeAndServeResponse(Function.java:90)
   at org.kohsuke.stapler.MetaClass$1.doDispatch(MetaClass.java:111)
   at 
 org.kohsuke.stapler.NameBasedDispatcher.dispatch(NameBasedDispatcher.java:53)
   at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:563)
   at org.kohsuke.stapler.Stapler.invoke(Stapler.java:648)
   at org.kohsuke.stapler.Stapler.invoke(Stapler.java:477)
   at org.kohsuke.stapler.Stapler.service(Stapler.java:159)
   at javax.servlet.http.HttpServlet.service(HttpServlet.java:45)
   at winstone.ServletConfiguration.execute(ServletConfiguration.java:248)
   at winstone.RequestDispatcher.forward(RequestDispatcher.java:333)
   at winstone.RequestDispatcher.doFilter(RequestDispatcher.java:376)
   at 
 hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:95)
   at 
 net.bull.javamelody.MonitoringFilter.doFilter(MonitoringFilter.java:185)
   at 
 net.bull.javamelody.MonitoringFilter.doFilter(MonitoringFilter.java:159)
   at 
 net.bull.javamelody.PluginMonitoringFilter.doFilter(PluginMonitoringFilter.java:86)
   at 
 org.jvnet.hudson.plugins.monitoring.HudsonMonitoringFilter.doFilter(HudsonMonitoringFilter.java:84)
   at 
 hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:98)
   at 
 hudson.plugins.greenballs.GreenBallFilter.doFilter(GreenBallFilter.java:74)
   at 
 hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:98)
   at 
 hudson.plugins.audit_trail.AuditTrailFilter.doFilter(AuditTrailFilter.java:66)
   at 
 hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:98)
   at hudson.util.PluginServletFilter.doFilter(PluginServletFilter.java:87)
   at winstone.FilterConfiguration.execute(FilterConfiguration.java:194)
   at winstone.RequestDispatcher.doFilter(RequestDispatcher.java:366)
   at hudson.security.csrf.CrumbFilter.doFilter(CrumbFilter.java:47)
   at winstone.FilterConfiguration.execute(FilterConfiguration.java:194)
   at winstone.RequestDispatcher.doFilter(RequestDispatcher.java:366)
   at 
 hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:84)
   at 
 hudson.security.UnwrapSecurityExceptionFilter.doFilter(UnwrapSecurityExceptionFilter.java:51)
   at 
 hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87)
   at 
 org.acegisecurity.ui.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:166)
   at 
 hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87)
   at 
 org.acegisecurity.providers.anonymous.AnonymousProcessingFilter.doFilter(AnonymousProcessingFilter.java:125)
   at 
 hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87)
   at 
 

[JIRA] (JENKINS-13305) typing within a selector should be for anywhere in the selector item name

2012-04-03 Thread jie...@java.net (JIRA)

[ 
https://issues.jenkins-ci.org/browse/JENKINS-13305?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=161202#comment-161202
 ] 

jieryn commented on JENKINS-13305:
--

Released as v1.2

http://maven.jenkins-ci.org/content/repositories/releases/org/jenkins-ci/plugins/keyboard-shortcuts-plugin/1.2/

 typing within a selector should be for anywhere in the selector item name
 -

 Key: JENKINS-13305
 URL: https://issues.jenkins-ci.org/browse/JENKINS-13305
 Project: Jenkins
  Issue Type: Improvement
  Components: keyboard-shortcuts
Reporter: jieryn
Assignee: jieryn
Priority: Minor



--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[JIRA] (JENKINS-13106) hitting / key puts / in the search box

2012-04-03 Thread jie...@java.net (JIRA)

[ 
https://issues.jenkins-ci.org/browse/JENKINS-13106?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=161201#comment-161201
 ] 

jieryn commented on JENKINS-13106:
--

Released as v1.2

http://maven.jenkins-ci.org/content/repositories/releases/org/jenkins-ci/plugins/keyboard-shortcuts-plugin/1.2/

 hitting / key puts / in the search box
 --

 Key: JENKINS-13106
 URL: https://issues.jenkins-ci.org/browse/JENKINS-13106
 Project: Jenkins
  Issue Type: Bug
  Components: keyboard-shortcuts
Reporter: jieryn
Assignee: jieryn



--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[JIRA] (JENKINS-13305) typing within a selector should be for anywhere in the selector item name

2012-04-01 Thread jie...@java.net (JIRA)
jieryn created JENKINS-13305:


 Summary: typing within a selector should be for anywhere in the 
selector item name
 Key: JENKINS-13305
 URL: https://issues.jenkins-ci.org/browse/JENKINS-13305
 Project: Jenkins
  Issue Type: Improvement
  Components: keyboard-shortcuts
Reporter: jieryn
Assignee: jieryn
Priority: Minor




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[JIRA] (JENKINS-13121) Cannot configure job if the job name contains single quote

2012-03-17 Thread jie...@java.net (JIRA)

 [ 
https://issues.jenkins-ci.org/browse/JENKINS-13121?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

jieryn updated JENKINS-13121:
-

   Assignee: (was: jieryn)
Component/s: core
 (was: config-autorefresh)

 Cannot configure job if the job name contains single quote
 --

 Key: JENKINS-13121
 URL: https://issues.jenkins-ci.org/browse/JENKINS-13121
 Project: Jenkins
  Issue Type: Bug
  Components: core
 Environment: Ubuntu 11.10, Google Chrome 17.0.963.79
Reporter: jul
  Labels: gui, jenkins
 Attachments: Screenshot at 2012_03_17 14_20_45.png


 Steps:
 1. Create a new job with name of This won't work (without double quotes)
 2. Go to the Configure page of the job you have just created
 The page keeps loading and seems to be broken

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[JIRA] (JENKINS-13104) allow j/k navigation for nodes

2012-03-15 Thread jie...@java.net (JIRA)
jieryn created JENKINS-13104:


 Summary: allow j/k navigation for nodes
 Key: JENKINS-13104
 URL: https://issues.jenkins-ci.org/browse/JENKINS-13104
 Project: Jenkins
  Issue Type: New Feature
  Components: keyboard-shortcuts
Reporter: jieryn
Assignee: jieryn
Priority: Minor




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[JIRA] (JENKINS-13106) hitting / key puts / in the search box

2012-03-15 Thread jie...@java.net (JIRA)
jieryn created JENKINS-13106:


 Summary: hitting / key puts / in the search box
 Key: JENKINS-13106
 URL: https://issues.jenkins-ci.org/browse/JENKINS-13106
 Project: Jenkins
  Issue Type: Bug
  Components: keyboard-shortcuts
Reporter: jieryn
Assignee: jieryn




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[JIRA] (JENKINS-13048) dropdown-viewstabbar: cannot save checkbox 'Show Job Counts'

2012-03-12 Thread jie...@java.net (JIRA)

[ 
https://issues.jenkins-ci.org/browse/JENKINS-13048?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=160143#comment-160143
 ] 

jieryn commented on JENKINS-13048:
--

Yes, this is a bug. I will try to get to it ASAP.

 dropdown-viewstabbar: cannot save checkbox 'Show Job Counts'
 

 Key: JENKINS-13048
 URL: https://issues.jenkins-ci.org/browse/JENKINS-13048
 Project: Jenkins
  Issue Type: Bug
  Components: dropdown-viewstabbar
Affects Versions: current
 Environment: jenkins 1.454
Reporter: Bruno Marti
Assignee: jieryn
 Attachments: dropdown-viewstabbar.jpg


 selected checkbox 'Show Job Counts' for Views Tab Bar in general configure 
 screen wont be saved. It is always un-checked.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[JIRA] (JENKINS-12730) Going to pages via global shortcuts doesn't use the current url/url set in config

2012-02-23 Thread jie...@java.net (JIRA)

[ 
https://issues.jenkins-ci.org/browse/JENKINS-12730?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=159452#comment-159452
 ] 

jieryn commented on JENKINS-12730:
--

Mandeep: Would you please try to run with this updated hpi?

http://ci.jenkins-ci.org/job/plugins_keyboard-shortcuts/19/org.jenkins-ci.plugins$keyboard-shortcuts-plugin/artifact/org.jenkins-ci.plugins/keyboard-shortcuts-plugin/1.1-SNAPSHOT/keyboard-shortcuts-plugin-1.1-SNAPSHOT.hpi

Let me know if it works for you, if it does, I will push out a 1.1 release 
incorporating it..

 Going to pages via global shortcuts doesn't use the current url/url set in 
 config
 -

 Key: JENKINS-12730
 URL: https://issues.jenkins-ci.org/browse/JENKINS-12730
 Project: Jenkins
  Issue Type: Bug
  Components: keyboard-shortcuts
Affects Versions: current
Reporter: Mandeep Rai
Assignee: jieryn

 I have my jenkins running on port 8001 (ie: http://builds:8001) using a 
 prefix of builds (ie: http://builds:8001/builds).
 I also have an Apache instance that is forwarding from port 80 to jenkins 
 (ie: http://builds.mydomain.com/builds).
 In the jenkins main config, I have the Jenkins URL in the system config set 
 to the proper apache forwarded address (ie: 
 http://builds.mydomain.com/builds), as is the JENKINS_URL.
 If I use the keyboard shortcut to go to a job, instead of 
 http://builds.mydomain.com/builds/job/job, it goes to 
 http://builds:8001/builds/job/job, and as a result of the url change, I am 
 no longer logged in, unless I manually change the host in the location bar 
 from builds:8001 to builds.mydomain.com

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[JIRA] (JENKINS-12574) Provide a better image

2012-02-22 Thread jie...@java.net (JIRA)

 [ 
https://issues.jenkins-ci.org/browse/JENKINS-12574?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

jieryn reassigned JENKINS-12574:


Assignee: (was: jieryn)

 Provide a better image
 --

 Key: JENKINS-12574
 URL: https://issues.jenkins-ci.org/browse/JENKINS-12574
 Project: Jenkins
  Issue Type: Improvement
  Components: safe-restart, saferestart
Reporter: Ulli Hafner
Priority: Minor

 The image should use a better coloring. Currently I can't see the restart 
 arrows in the upper half, maybe less fancy color effects would be better 
 (e.g. using the tango palette or images). 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[JIRA] (JENKINS-12441) Update child jobs using Remote API dosen´t reload the job´s config and changes are not applied

2012-02-22 Thread jie...@java.net (JIRA)

[ 
https://issues.jenkins-ci.org/browse/JENKINS-12441?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=159413#comment-159413
 ] 

jieryn commented on JENKINS-12441:
--

This issue was in the wrong component.

 Update child jobs using Remote API dosen´t reload the job´s config and 
 changes are not applied
 --

 Key: JENKINS-12441
 URL: https://issues.jenkins-ci.org/browse/JENKINS-12441
 Project: Jenkins
  Issue Type: Bug
  Components: core
Reporter: Raul Arabaolaza

 We´re using the Remote API to update a job´s config making a POST 
 request with the new config.xml file to the jenkins_url/job/jobName/ 
 config.xml URL, some of the things changed are the child jobs of the 
 build. 
 It seems to work fine, the config.xml file is changed and in the web´s 
 UI job´s config page the new values are reflected, the same for the 
 physical config.xml file in the Jenkins server. However in the job 
 details page the child projects are not updated and when I execute the 
 job the old child projects are executed. 
 If i restart the server the new child projects are executed so it 
 seems something related to config caches or similar.
 I think that updating the config.xml file should automatically reload the job 
 configuration if it has to be usefull.
 Regards, Raul

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[JIRA] (JENKINS-12701) Safe Restart checkbox from Plugin Install/Update page fails first time

2012-02-22 Thread jie...@java.net (JIRA)

 [ 
https://issues.jenkins-ci.org/browse/JENKINS-12701?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

jieryn reassigned JENKINS-12701:


Assignee: (was: jieryn)

 Safe Restart checkbox from Plugin Install/Update page fails first time
 --

 Key: JENKINS-12701
 URL: https://issues.jenkins-ci.org/browse/JENKINS-12701
 Project: Jenkins
  Issue Type: Bug
  Components: core, safe-restart
Affects Versions: current
 Environment: Windows 2003 SP2
 Firefox 10.0
Reporter: apgray
Priority: Minor
  Labels: jenkins, plugin, safe-restart
 Fix For: current


 When you check the Restart Jenkins when installation is complete and no jobs 
 are running checkbox on the plugin install/upgrade page it redirects the 
 browser.  This URL returns 404 first time.  Refreshing the page is successful 
 and add Jenkins restart pending to the list of tasks to work on.
 This probably shouldn't fail the first time.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[JIRA] (JENKINS-12858) With Maven3 when build fails does not show exceptions

2012-02-22 Thread jie...@java.net (JIRA)

 [ 
https://issues.jenkins-ci.org/browse/JENKINS-12858?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

jieryn updated JENKINS-12858:
-

   Assignee: (was: jieryn)
Component/s: maven
 (was: console-column)

 With Maven3 when build fails does not show exceptions
 -

 Key: JENKINS-12858
 URL: https://issues.jenkins-ci.org/browse/JENKINS-12858
 Project: Jenkins
  Issue Type: Bug
  Components: maven
Affects Versions: current
 Environment: - Linux  2.6.18-238.1.1.el5xen #1 SMP Tue Jan 4 13:52:39 
 EST 2011 x86_64 x86_64 x86_64 GNU/Linux
 - java version 1.6.0_24
 Java(TM) SE Runtime Environment (build 1.6.0_24-b07)
 Java HotSpot(TM) 64-Bit Server VM (build 19.1-b02, mixed mode)
Reporter: Marco Tizzoni
Priority: Minor
  Labels: console, maven

 Console does not display the full stack trace when building using maven3 if 
 the build fails. 
 {code:title=MAVEN 3 BUILD CONSOLE ON JENKINS|borderStyle=solid}
 [INFO] 
 
 [INFO] Building ConnectionPool-sportello-jar 1.0.0
 [INFO] 
 
 [INFO] 
 [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ 
 ConnectionPool-sportello-jar ---
 [INFO] 
 [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ 
 ConnectionPool-sportello-jar ---
 [WARNING] Using platform encoding (UTF-8 actually) to copy filtered 
 resources, i.e. build is platform dependent!
 [INFO] Copying 1 resource
 [INFO] 
 [INFO] --- maven-compiler-plugin:2.0.2:compile (default-compile) @ 
 ConnectionPool-sportello-jar ---
 [INFO] Compiling 5 source files to 
 /var/lib/jenkins/workspace/sisi.dsvai.sportello.ConnectionPool-sportello/ConnectionPool-sportello-jar/target/classes
 [INFO] 
 
 [INFO] BUILD FAILURE
 [INFO] 
 
 [INFO] Total time: 9.376s
 [INFO] Finished at: Wed Feb 22 19:05:08 CET 2012
 [INFO] Final Memory: 7M/81M
 [INFO] 
 
 mavenExecutionResult exceptions not empty
 message : Failed to execute goal 
 org.apache.maven.plugins:maven-compiler-plugin:2.0.2:compile 
 (default-compile) on project ConnectionPool-sportello-jar: Compilation failure
 cause : Compilation failure
 Stack trace : 
 org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute 
 goal org.apache.maven.plugins:maven-compiler-plugin:2.0.2:compile 
 (default-compile) on project ConnectionPool-sportello-jar: Compilation failure
   at 
 org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:213)
   at 
 org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
   at 
 org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
 [..]
   at java.lang.Thread.run(Thread.java:662)
 Caused by: org.apache.maven.plugin.CompilationFailureException: Compilation 
 failure
   at 
 org.apache.maven.plugin.AbstractCompilerMojo.execute(AbstractCompilerMojo.java:516)
   at org.apache.maven.plugin.CompilerMojo.execute(CompilerMojo.java:114)
   at 
 org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
   at 
 org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
   ... 27 more
 channel stopped
 Finished: FAILURE
 *** END MAVEN 3 BUILD CONSOLE ON JENKINS ***
 {code}
 Real console output
 {code:title=MAVEN 3 REAL OUTPUT|borderStyle=solid}
 [INFO] Finished at: Wed Feb 22 19:21:51 CET 2012
 [INFO] Final Memory: 5M/88M
 [INFO] 
 
 [ERROR] Failed to execute goal 
 org.apache.maven.plugins:maven-compiler-plugin:2.0.2:compile 
 (default-compile) on project ConnectionPool-sportello-jar: Compilation 
 failure: Compilation failure:
 [ERROR] 
 /var/lib/jenkins/workspace/sisi.dsvai.sportello.ConnectionPool-sportello/ConnectionPool-sportello-jar/src/main/java/it/bankit/sportello/connectionPool/SockIOPool.java:[62,17]
  unmappable character for encoding UTF8
 [ERROR] 
 [ERROR] 
 /var/lib/jenkins/workspace/sisi.dsvai.sportello.ConnectionPool-sportello/ConnectionPool-sportello-jar/src/main/java/it/bankit/sportello/connectionPool/SockIOPool.java:[68,56]
  unmappable character for encoding UTF8
 [ERROR] 
 [ERROR] 
 /var/lib/jenkins/workspace/sisi.dsvai.sportello.ConnectionPool-sportello/ConnectionPool-sportello-jar/src/main/java/it/bankit/sportello/connectionPool/SockIOPool.java:[125,13]
  unmappable character for encoding UTF8
 [ERROR] 
 *** END MAVEN 2 SAMPLE OUTPUT ***
 {code}
 Every line tagged with