[JIRA] [jenkins-tracker] (JENKINS-30995) Options to Ignore changes in Externals, But need externals during checkout.

2015-10-16 Thread anudeep.bud...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Anudeep Buddha created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-30995 
 
 
 
  Options to Ignore changes in Externals, But need externals during checkout.  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Bug 
 
 
 

Assignee:
 
 Anudeep Buddha 
 
 
 

Components:
 

 jenkins-tracker 
 
 
 

Created:
 

 16/Oct/15 4:54 PM 
 
 
 

Labels:
 

 jenkins 
 
 
 

Priority:
 
  Blocker 
 
 
 

Reporter:
 
 Anudeep Buddha 
 
 
 
 
 
 
 
 
 
 
Hi Team, 
We have Jenkins installed in the Windows Server and below are the details. 
• Windows Edition:- Windows Server 2008 R2 Enterprise • Java Version:- 1.6.0_25 • Jenkins Version:- 1.512 • Subversion Plugin:- 2.4.5 
And we have configured CI build for .Net Applications and for each application we have externals (which is required to compile an application), but SCM Polling should happen only for the actual code but not for externals. 
I know there is an Ignore externals option, but if i enable this option it won't checkout externals, which is actually required. 
This is currently blocking our BAU activities. Immediate response is much appreciated !!! 
 
 
 
 
 
 
 

[JIRA] [git-plugin] (JENKINS-30996) Git plugin poll no longer detects changes (regression)

2015-10-16 Thread bruno.rodrigues+jenk...@litux.org (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Bruno D. Rodrigues commented on  JENKINS-30996 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Git plugin poll no longer detects changes (regression)  
 
 
 
 
 
 
 
 
 
 
Maybe related to changes for this item: 

JENKINS-25580
 
Jenkins version: 1.633 GIT client plugin: 1.19.0  GIT plugin: 2.4.0 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [credentials-binding-plugin] (JENKINS-30941) DirectoryNotEmptyException when cleaning up after withCredentials/ZipFileBinding

2015-10-16 Thread scm_issue_l...@java.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 SCM/JIRA link daemon commented on  JENKINS-30941 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: DirectoryNotEmptyException when cleaning up after withCredentials/ZipFileBinding  
 
 
 
 
 
 
 
 
 
 
Code changed in jenkins User: James Nord Path: pom.xml src/test/java/org/jenkinsci/plugins/credentialsbinding/impl/ZipFileBindingTest.java http://jenkins-ci.org/commit/credentials-binding-plugin/177dbd18230dd7df269f5a1c6e94463afdc039e7 Log: 

JENKINS-30941
 Unit test for failure of ZipFileBinding on Linux. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [git-plugin] (JENKINS-30996) Git plugin poll no longer detects changes (regression)

2015-10-16 Thread bruno.rodrigues+jenk...@litux.org (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Bruno D. Rodrigues created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-30996 
 
 
 
  Git plugin poll no longer detects changes (regression)  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Bug 
 
 
 

Assignee:
 
 Mark Waite 
 
 
 

Components:
 

 git-plugin 
 
 
 

Created:
 

 16/Oct/15 5:00 PM 
 
 
 

Priority:
 
  Major 
 
 
 

Reporter:
 
 Bruno D. Rodrigues 
 
 
 
 
 
 
 
 
 
 
I've updated jenkins and all plugins and now git can't poll my git branches anymore. 
 
Using strategy: Default [poll] Last Built Revision: Revision a1903aa4a6afd4dda0b7c136b21c7f374d9160f2 (refs/remotes/origin/project/develop) using GIT_SSH to set credentials  > git --version # timeout=10 > git -c core.askpass=true ls-remote -h git@server:stuff.git # timeout=10 Found 67 remote heads on git@server:stuff.git Done. Took 1.4 sec No changes
 
But running manually the ls-remote, not only there is no branch at all matching that hash, but the branch in question has clearly a different hash. I've seen other bugs complaining about the plugin picking the first or the last item, or picking from the right side, or doing whatever else incorrectly, but in this case it simply doesn't work at all 
 
git ls-remote -h git@server:stuff.git | grep a1903aa4a6afd4dda0b7c136b21c7f374d9160f2 (nothing)
 
 
git ls-remote -h git@server:stuff.git | grep a1903aa4a6afd4dda0b7c136b21c7f374d9160f2 | grep project 653480bad16405e03c9a8e7adc938a4649665f5d 

[JIRA] [credentials-binding-plugin] (JENKINS-30941) DirectoryNotEmptyException when cleaning up after withCredentials/ZipFileBinding

2015-10-16 Thread scm_issue_l...@java.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 SCM/JIRA link daemon resolved as Fixed 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-30941 
 
 
 
  DirectoryNotEmptyException when cleaning up after withCredentials/ZipFileBinding  
 
 
 
 
 
 
 
 
 

Change By:
 
 SCM/JIRA link daemon 
 
 
 

Status:
 
 In Progress Resolved 
 
 
 

Resolution:
 
 Fixed 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

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





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


[JIRA] [credentials-binding-plugin] (JENKINS-30941) DirectoryNotEmptyException when cleaning up after withCredentials/ZipFileBinding

2015-10-16 Thread scm_issue_l...@java.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 SCM/JIRA link daemon commented on  JENKINS-30941 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: DirectoryNotEmptyException when cleaning up after withCredentials/ZipFileBinding  
 
 
 
 
 
 
 
 
 
 
Code changed in jenkins User: James Nord Path: src/main/java/org/jenkinsci/plugins/credentialsbinding/impl/FileBinding.java http://jenkins-ci.org/commit/credentials-binding-plugin/3cd54c0a07fcc36ded63a39a2455f1d7337a8934 Log: [FIXED JENKINS-30941] Do not remove execute and write bit from directories that need to be cleaned up 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [credentials-binding-plugin] (JENKINS-30941) DirectoryNotEmptyException when cleaning up after withCredentials/ZipFileBinding

2015-10-16 Thread scm_issue_l...@java.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 SCM/JIRA link daemon commented on  JENKINS-30941 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: DirectoryNotEmptyException when cleaning up after withCredentials/ZipFileBinding  
 
 
 
 
 
 
 
 
 
 
Code changed in jenkins User: Jesse Glick Path: pom.xml src/main/java/org/jenkinsci/plugins/credentialsbinding/impl/FileBinding.java src/test/java/org/jenkinsci/plugins/credentialsbinding/impl/ZipFileBindingTest.java src/test/resources/org/jenkinsci/plugins/credentialsbinding/impl/a.zip http://jenkins-ci.org/commit/credentials-binding-plugin/fdd7b1f5873bb0cf0d92695212a6fb6657e3014f Log: Merge pull request #10 from jtnord/

JENKINS-30941
 
[FIXED JENKINS-30941] do not set directories to 0400 on unix if you want to delete their contents... 
Compare: https://github.com/jenkinsci/credentials-binding-plugin/compare/ce0ade5b71cf...fdd7b1f5873b 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [credentials-binding-plugin] (JENKINS-30941) DirectoryNotEmptyException when cleaning up after withCredentials/ZipFileBinding

2015-10-16 Thread scm_issue_l...@java.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 SCM/JIRA link daemon commented on  JENKINS-30941 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: DirectoryNotEmptyException when cleaning up after withCredentials/ZipFileBinding  
 
 
 
 
 
 
 
 
 
 
Code changed in jenkins User: James Nord Path: src/test/java/org/jenkinsci/plugins/credentialsbinding/impl/ZipFileBindingTest.java src/test/resources/org/jenkinsci/plugins/credentialsbinding/impl/a.zip http://jenkins-ci.org/commit/credentials-binding-plugin/2c5dca6e66e6e8b2c4116b1c0a337b604910c72b Log: 

JENKINS-30941
 update test following feedback. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [git-plugin] (JENKINS-30996) Git plugin poll no longer detects changes (regression)

2015-10-16 Thread mark.earl.wa...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Mark Waite commented on  JENKINS-30996 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Git plugin poll no longer detects changes (regression)  
 
 
 
 
 
 
 
 
 
 
Bruno D. Rodrigues there were no changes made for 

JENKINS-25580
, so I don't think the behavior you're seeing can be related to 

JENKINS-25580
. If you read 

JENKINS-25580
, you'll see the user complaining about the existing behavior of the plugin and my explanation why I'm unwilling to change that existing behavior. There was no code change for 

JENKINS-25580
, it was closed as "Won't fix". 
I think the more challenging question is "how do we identify the conditions that exposed the bug you're seeing?" I don't know how to duplicate the bug you're seeing, so I have no hope of fixing the bug you're seeing. 
Some ideas of things that you might try while seeking a way to duplicate the bug you're seeing: 
 

Wipe the workspace of the job which is failing to poll. Does it poll after being wiped (through the Jenkins workspace link in the UI)?
 

Copy the job to a temporary job. Does the temporary job poll (even though the original no longer polls)?
 

Change options in the job definition (like adding a timeout to the clone, or adding "Require local workspace to clone"). Does that allow the polling to work?
 
 
Answer to those experiments may help better identify how to show the problem in a repeatable scenario. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian 

[JIRA] [git-client-plugin] (JENKINS-30994) Getting java.lang.ClassNotFoundException: com.jcraft.jsch.Buffer while using git with https

2015-10-16 Thread mark.earl.wa...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Mark Waite assigned an issue to Unassigned 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-30994 
 
 
 
  Getting java.lang.ClassNotFoundException: com.jcraft.jsch.Buffer while using git with https   
 
 
 
 
 
 
 
 
 

Change By:
 
 Mark Waite 
 
 
 

Assignee:
 
 Nicolas De Loof 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [maven-repo-cleaner-plugin] (JENKINS-15728) Remote slave with Maven Repo Cleaner enabled as post build task fails.

2015-10-16 Thread r...@psualum.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Ryan Fox commented on  JENKINS-15728 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Remote slave with Maven Repo Cleaner enabled as post build task fails.  
 
 
 
 
 
 
 
 
 
 
Looks like the fix for this issue was checked in after the most recent release (1.2). Does anyone know if this fix will be released with an updated version of the plugin (ie, 1.3)? 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [maven-repo-cleaner-plugin] (JENKINS-15728) Remote slave with Maven Repo Cleaner enabled as post build task fails.

2015-10-16 Thread jenk...@soebes.de (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Karl-Heinz Marbaise edited a comment on  JENKINS-15728 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Remote slave with Maven Repo Cleaner enabled as post build task fails.  
 
 
 
 
 
 
 
 
 
 Would be great if so... JENKINS-29803 so this is solved as well ?  
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [maven-repo-cleaner-plugin] (JENKINS-15728) Remote slave with Maven Repo Cleaner enabled as post build task fails.

2015-10-16 Thread jenk...@soebes.de (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Karl-Heinz Marbaise commented on  JENKINS-15728 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Remote slave with Maven Repo Cleaner enabled as post build task fails.  
 
 
 
 
 
 
 
 
 
 
Would be great if so... 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [workflow-plugin] (JENKINS-30978) Groovy code throws exception only in plugin

2015-10-16 Thread jgl...@cloudbees.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Jesse Glick commented on  JENKINS-30978 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Groovy code throws exception only in plugin  
 
 
 
 
 
 
 
 
 
 
Right, blocking methods should never be called from a flow script. Output and event handling only occurs at method call boundaries. Using an external process solves such issues. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [git-client-plugin] (JENKINS-30986) Add global config to set cookie

2015-10-16 Thread mark.earl.wa...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Mark Waite assigned an issue to Unassigned 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-30986 
 
 
 
  Add global config to set cookie  
 
 
 
 
 
 
 
 
 

Change By:
 
 Mark Waite 
 
 
 

Assignee:
 
 Nicolas De Loof 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [git-client-plugin] (JENKINS-30994) Getting java.lang.ClassNotFoundException: com.jcraft.jsch.Buffer while using git with https

2015-10-16 Thread mark.earl.wa...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Mark Waite commented on  JENKINS-30994 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Getting java.lang.ClassNotFoundException: com.jcraft.jsch.Buffer while using git with https   
 
 
 
 
 
 
 
 
 
 
You said that you're running "latest version". Does that mean that you really must upgrade to the latest weekly Jenkins build, or have you attempted to upgrade to the latest long term support release (1.625.1)? If you must upgrade to the latest weekly, please share the specific things you need in latest weekly that are not available in the most recent long term support release. 
You said that you're running "latest version", so I assume that means git plugin 2.4.0 and git client plugin 1.19.0. Can you confirm those are the versions you're running? 
You mentioned that the problem happens on a slave, but didn't provide information about the slave environment. Is it also a Red Hat machine, and if so, what version of Red Hat, what Java version, what Java vendor, etc.? 
Does the same problem appear if the job is forced to execute on the master rather than on a slave? Nicolas Deloof found (and applied a work around) for a class not found exception in the git client plugin 1.19.0 or the git plugin 2.4.0 (or both). You could review the change log of those two plugins to see if they give any hints that might be helpful in your investigation. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [plugin-usage-plugin] (JENKINS-30997) Gerrit trigger is not able to connect with gerrit server in jenkins 1.633

2015-10-16 Thread neeraj3...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 neeraj KUMAWAT created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-30997 
 
 
 
  Gerrit trigger is not able to connect with gerrit server in jenkins 1.633  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Bug 
 
 
 

Assignee:
 

 Unassigned 
 
 
 

Components:
 

 plugin-usage-plugin 
 
 
 

Created:
 

 16/Oct/15 5:28 PM 
 
 
 

Priority:
 
  Major 
 
 
 

Reporter:
 
 neeraj KUMAWAT 
 
 
 
 
 
 
 
 
 
 
I have install gerrit (version 2.11) server. and jenkins (version 1.633) I have followed the gerrit access right as mention in this link https://wiki.jenkins-ci.org/display/JENKINS/Gerrit+Trigger i have secified my gerrit server setting in gerrit trigger. but when i tried to test connection than it's showing error as below: Connection error : com.jcraft.jsch.JSchException: java.lang.RuntimeException: java.lang.ClassNotFoundException: com.jcraft.jsch.Buffer 
But with jenkins version 1.625.1 it's working fine 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 

[JIRA] [xcode-plugin] (JENKINS-20916) Code Sign error: No matching provisioning profile found

2015-10-16 Thread p...@nkey.com.br (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Paul Eipper commented on  JENKINS-20916 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Code Sign error: No matching provisioning profile found  
 
 
 
 
 
 
 
 
 
 
See https://issues.jenkins-ci.org/browse/JENKINS-30979 
And https://stackoverflow.com/questions/25637472/jenkins-ios-build-using-credentials-and-developer-profile 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [jira-issue-updater-plugin] (JENKINS-28261) Replace RPC with REST api

2015-10-16 Thread laszlo.miklo...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Laszlo Miklosik commented on  JENKINS-28261 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Replace RPC with REST api  
 
 
 
 
 
 
 
 
 
 
 
I have started work on this, with searching and adding comments already implemented, will aim to finish by the end of the week.
 
Hi, Ian Sparkes Happy to know this, thanks! 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [git-plugin] (JENKINS-30996) Git plugin poll no longer detects changes (regression)

2015-10-16 Thread bruno.rodrigues+jenk...@litux.org (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Bruno D. Rodrigues commented on  JENKINS-30996 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Git plugin poll no longer detects changes (regression)  
 
 
 
 
 
 
 
 
 
 
I've changed all branches from remotes/origin/name to refs/heads/name and now it seems to be working. Whatever. I'm glad I always do a snapshot of the whole system before touching anything on jenkins. Every update (and I refrain from updating it unless I really need to) will break something. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [git-plugin] (JENKINS-30996) Git plugin poll no longer detects changes (regression)

2015-10-16 Thread bruno.rodrigues+jenk...@litux.org (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Bruno D. Rodrigues closed an issue as Won't Fix 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
remote/origins no longer works, but using head/refs as the branch reference seems to have solved it. 
 
 
 
 
 
 
 
 
 
 Jenkins /  JENKINS-30996 
 
 
 
  Git plugin poll no longer detects changes (regression)  
 
 
 
 
 
 
 
 
 

Change By:
 
 Bruno D. Rodrigues 
 
 
 

Status:
 
 Open Closed 
 
 
 

Resolution:
 
 Won't Fix 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [git-plugin] (JENKINS-30996) Git plugin poll no longer detects changes (regression)

2015-10-16 Thread mark.earl.wa...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Mark Waite commented on  JENKINS-30996 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Git plugin poll no longer detects changes (regression)  
 
 
 
 
 
 
 
 
 
 
If you want less brittle configurations, you might also consider switching to the long term stable release of Jenkins. It releases about once a quarter receives deeper testing before it is released, and receives periodic patches during the quarter.  
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [git-plugin] (JENKINS-30996) Git plugin poll no longer detects changes (regression)

2015-10-16 Thread mark.earl.wa...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Mark Waite commented on  JENKINS-30996 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Git plugin poll no longer detects changes (regression)  
 
 
 
 
 
 
 
 
 
 
What were the original versions from which you updated? That may help you isolate what changed between the two conditions of the system. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [workflow-plugin] (JENKINS-28178) Option to disable sandbox in CpsScmFlowDefinition

2015-10-16 Thread eholzwa...@littlegreensoftware.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Ed Holzwarth edited a comment on  JENKINS-28178 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Option to disable sandbox in CpsScmFlowDefinition  
 
 
 
 
 
 
 
 
 
 [~jglick] Is there a separate issue created for the multibranch variant of this issue? We are using the global workflow library. The setup was working with a standard workflow, but getting a {{RejectedAccessException}} after switching to the multibranch workflow which I understand from your comment forces groovy sandbox mode. {code:java} org.jenkinsci.plugins.scriptsecurity.sandbox.RejectedAccessException: unclassified field java.util.ArrayList name at org.jenkinsci.plugins.scriptsecurity.sandbox.groovy.SandboxInterceptor.rejectField(SandboxInterceptor.java:182) at org.jenkinsci.plugins.scriptsecurity.sandbox.groovy.SandboxInterceptor.onGetProperty(SandboxInterceptor.java:174) {code} How can I authorize the properties our workflow expects so that we can use the multibranch workflow? 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [htmlpublisher-plugin] (JENKINS-26343) Workflow integration for HTMLPublisher

2015-10-16 Thread o.v.nenas...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Oleg Nenashev commented on  JENKINS-26343 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Workflow integration for HTMLPublisher  
 
 
 
 
 
 
 
 
 
 
This is correct. My bad, I have not updated it 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [workflow-plugin] (JENKINS-28178) Option to disable sandbox in CpsScmFlowDefinition

2015-10-16 Thread eholzwa...@littlegreensoftware.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Ed Holzwarth commented on  JENKINS-28178 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Option to disable sandbox in CpsScmFlowDefinition  
 
 
 
 
 
 
 
 
 
 
Jesse Glick Is there a separate issue created for the multibranch variant of this issue?  
We are using the global workflow library. The setup was working with a standard workflow, but getting a RejectedAccessException after switching to the multibranch workflow which I understand from your comment forces groovy sandbox mode. 
org.jenkinsci.plugins.scriptsecurity.sandbox.RejectedAccessException: unclassified field java.util.ArrayList name at org.jenkinsci.plugins.scriptsecurity.sandbox.groovy.SandboxInterceptor.rejectField(SandboxInterceptor.java:182) at org.jenkinsci.plugins.scriptsecurity.sandbox.groovy.SandboxInterceptor.onGetProperty(SandboxInterceptor.java:174) 
How can I authorize the properties our workflow expects so that we can use the multibranch workflow? 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [git-client-plugin] (JENKINS-30986) Add global config to set cookie

2015-10-16 Thread mark.earl.wa...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Mark Waite commented on  JENKINS-30986 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Add global config to set cookie  
 
 
 
 
 
 
 
 
 
 
That is an interesting general enhancement. Are you suggesting a general purpose "set any git config property, have it applied to all git repositories used in Jenkins jobs" or something that specifically allows setting a cookie file name (or allows the config file provider plugin to provide the cookie file to each job like we can do today with settings.xml files for maven build steps)? 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [batch-task-plugin] (JENKINS-30820) plugin failures after upgrade of bytecode-compatability-transformer

2015-10-16 Thread scm_issue_l...@java.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 SCM/JIRA link daemon commented on  JENKINS-30820 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: plugin failures after upgrade of bytecode-compatability-transformer  
 
 
 
 
 
 
 
 
 
 
Code changed in jenkins User: James Nord Path: core/pom.xml core/src/main/java/hudson/ClassicPluginStrategy.java http://jenkins-ci.org/commit/jenkins/3228ff1431ad3a3f7c52a46ac4808fb31a902244 Log: Merge pull request #1867 from jtnord/JENKINS-30820 
JENKINS-30820 pick up the new bytecode-compatability-transformer 
Compare: https://github.com/jenkinsci/jenkins/compare/21f36fb22196...3228ff1431ad 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [batch-task-plugin] (JENKINS-30820) plugin failures after upgrade of bytecode-compatability-transformer

2015-10-16 Thread scm_issue_l...@java.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 SCM/JIRA link daemon commented on  JENKINS-30820 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: plugin failures after upgrade of bytecode-compatability-transformer  
 
 
 
 
 
 
 
 
 
 
Code changed in jenkins User: James Nord Path: core/pom.xml core/src/main/java/hudson/ClassicPluginStrategy.java http://jenkins-ci.org/commit/jenkins/4c6dd0135ad9e4f108b2bf7527d34dabddd16fb7 Log: JENKINS-30820 pick up the new bytecode-compat-t. 
The new version of the BCT does not generate stackMap if the original code did not contain stack maps. Further more the new version takes a classloader to use so that it can load classes when searching for the common parent class. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [git-plugin] (JENKINS-30996) Git plugin poll no longer detects changes (regression)

2015-10-16 Thread mark.earl.wa...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Mark Waite assigned an issue to Unassigned 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-30996 
 
 
 
  Git plugin poll no longer detects changes (regression)  
 
 
 
 
 
 
 
 
 

Change By:
 
 Mark Waite 
 
 
 

Assignee:
 
 Mark Waite 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [batch-task-plugin] (JENKINS-30820) plugin failures after upgrade of bytecode-compatability-transformer

2015-10-16 Thread scm_issue_l...@java.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 SCM/JIRA link daemon commented on  JENKINS-30820 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: plugin failures after upgrade of bytecode-compatability-transformer  
 
 
 
 
 
 
 
 
 
 
Code changed in jenkins User: James Nord Path: changelog.html http://jenkins-ci.org/commit/jenkins/0a36f743f1fd2264f8562e6fbea54712567be556 Log: Noting JENKINS-30820 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [batch-task-plugin] (JENKINS-30820) plugin failures after upgrade of bytecode-compatability-transformer

2015-10-16 Thread dogf...@java.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 dogfood commented on  JENKINS-30820 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: plugin failures after upgrade of bytecode-compatability-transformer  
 
 
 
 
 
 
 
 
 
 
Integrated in  jenkins_main_trunk #4325 JENKINS-30820 pick up the new bytecode-compat-t. (Revision 4c6dd0135ad9e4f108b2bf7527d34dabddd16fb7) 
 Result = SUCCESS james nord : 4c6dd0135ad9e4f108b2bf7527d34dabddd16fb7 Files :  
 

core/pom.xml
 

core/src/main/java/hudson/ClassicPluginStrategy.java
 
 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [dependency-queue-plugin] (JENKINS-30998) Need way to disable DependencyQueueDispatcher

2015-10-16 Thread jnhag...@us.ibm.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Jeffrey Hagelberg created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-30998 
 
 
 
  Need way to disable DependencyQueueDispatcher  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Bug 
 
 
 

Assignee:
 
 Larry Shatzer, Jr. 
 
 
 

Components:
 

 dependency-queue-plugin 
 
 
 

Created:
 

 16/Oct/15 8:40 PM 
 
 
 

Priority:
 
  Major 
 
 
 

Reporter:
 
 Jeffrey Hagelberg 
 
 
 
 
 
 
 
 
 
 
This plugin is basically required by Jenkins at this point, but its presence makes it very difficult for other plugins to create custom QueueTaskDispatchers without creating deadlock in the Jenkins build queue. There needs to be a way for jobs to elect not to be blocked when upstream jobs are in the build queue. This issue actually is causing deadlocks in our build queue very frequently. We have implemented a QueueTaskDispatcher we need which causes builds to block when downstream jobs are in the build queue. We need this so that only each stage in our pipeline tests only one build at a time (since matrix jobs trigger additional jobs later on due to the touchstone filter). This type of QueueTaskDispatcher does basically the opposite of what DependencyQueueDispatcher, and as a result makes Jenkins very prone to queue deadlocks. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
   

[JIRA] [jgiven-plugin] (JENKINS-30836) Add support for JGiven 0.9

2015-10-16 Thread wo...@java.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 wolfs closed an issue as Fixed 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-30836 
 
 
 
  Add support for JGiven 0.9  
 
 
 
 
 
 
 
 
 

Change By:
 
 wolfs 
 
 
 

Status:
 
 Resolved Closed 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [ownership-plugin] (JENKINS-28714) Optianally do not display run ownership

2015-10-16 Thread o.v.nenas...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Oleg Nenashev started work on  JENKINS-28714 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 

Change By:
 
 Oleg Nenashev 
 
 
 

Status:
 
 Open In Progress 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [ownership-plugin] (JENKINS-28712) Do not show empty boxes when ownership is not set

2015-10-16 Thread o.v.nenas...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Oleg Nenashev started work on  JENKINS-28712 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 

Change By:
 
 Oleg Nenashev 
 
 
 

Status:
 
 Open In Progress 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [ownership-plugin] (JENKINS-30818) Ownership plugin: NPE in the job property summary

2015-10-16 Thread o.v.nenas...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Oleg Nenashev started work on  JENKINS-30818 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 

Change By:
 
 Oleg Nenashev 
 
 
 

Status:
 
 Open In Progress 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [naginator-plugin] (JENKINS-29765) Build Retry (both Naginator and Rebuild) pick wrong Git SHA under certain circumstances

2015-10-16 Thread mattias.vannerg...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Mattias Vannergård edited a comment on  JENKINS-29765 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Build Retry (both Naginator and Rebuild) pick wrong Git SHA under certain circumstances  
 
 
 
 
 
 
 
 
 
 I have the same problem with  Gerrit  the  Retrigger  function in the Gerrit Trigger plugin , so I think it is a fault in the Git plugin, because all the Parameters and Environment Variables are correct, but the Git Build Data is wrong. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [promoted-builds-plugin] (JENKINS-28959) Promoted builds archives are not deleted

2015-10-16 Thread kabr...@thoughtworks.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Karl Brown commented on  JENKINS-28959 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Promoted builds archives are not deleted  
 
 
 
 
 
 
 
 
 
 
Hi Chris. This work-around worked for me, thanks so much. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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-30977) "Spread Load Evenly" message is unhelpful

2015-10-16 Thread moull...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Greg Moulliet commented on  JENKINS-30977 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: "Spread Load Evenly" message is unhelpful  
 
 
 
 
 
 
 
 
 
 
I don't think an incorrect warning is a feature. If I want a job to run at 9:15 AM on the first Monday of the month, there is no "load" to be "spread", and hence no need for a warning. 
It would be helpful to see a confirmation that I used the correct cron syntax, and that my job is indeed scheduled to run when I ask it to. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [gerrit-trigger-plugin] (JENKINS-29765) Build Retry (both Naginator and Rebuild) pick wrong Git SHA under certain circumstances

2015-10-16 Thread mark.earl.wa...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Mark Waite assigned an issue to Unassigned 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-29765 
 
 
 
  Build Retry (both Naginator and Rebuild) pick wrong Git SHA under certain circumstances  
 
 
 
 
 
 
 
 
 

Change By:
 
 Mark Waite 
 
 
 

Assignee:
 
 Nicolas De Loof 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [gerrit-trigger-plugin] (JENKINS-29765) Build Retry (both Naginator and Rebuild) pick wrong Git SHA under certain circumstances

2015-10-16 Thread mark.earl.wa...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Mark Waite updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-29765 
 
 
 
  Build Retry (both Naginator and Rebuild) pick wrong Git SHA under certain circumstances  
 
 
 
 
 
 
 
 
 

Change By:
 
 Mark Waite 
 
 
 

Component/s:
 
 git-plugin 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [gerrit-trigger-plugin] (JENKINS-29765) Build Retry (both Naginator and Rebuild) pick wrong Git SHA under certain circumstances

2015-10-16 Thread mark.earl.wa...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Mark Waite commented on  JENKINS-29765 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Build Retry (both Naginator and Rebuild) pick wrong Git SHA under certain circumstances  
 
 
 
 
 
 
 
 
 
 
Mattias Vannergård please explain further why you think they cannot achieve the use model with the git plugin, or why it would be easier to change the git plugin than to change all these plugins. The git plugin does not control the rebuild, that is what is done by the rebuild plugin and the naginator plugin. Jenkins core and the git plugin can answer questions like "what revision was used for build 32?" When rebuild or naginator start a new build (the "rebuild"), they will need to specify the SCM revision to use for that rebuild, if that is the desired behavior. This is not functionality which the git plugin can (or should) implement. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [naginator-plugin] (JENKINS-29765) Build Retry (both Naginator and Rebuild) pick wrong Git SHA under certain circumstances

2015-10-16 Thread mattias.vannerg...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Mattias Vannergård commented on  JENKINS-29765 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Build Retry (both Naginator and Rebuild) pick wrong Git SHA under certain circumstances  
 
 
 
 
 
 
 
 
 
 
Edited the comment above. Still you may be correct about rebuilding. It could be the Gerrit Trigger/Naginator/Rebuild plugins promising a function, which they cannot achieve using the Git Plugin. I think it will probably be easier to change the Git Plugin, then change all of these plugins made for rebuilding earlier (not only the latest) build. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [jgiven-plugin] (JENKINS-30981) Absolute paths required for custom JS/CSS files

2015-10-16 Thread wo...@java.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 wolfs commented on  JENKINS-30981 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Absolute paths required for custom JS/CSS files  
 
 
 
 
 
 
 
 
 
 
How do you manage your custom CSS/JS-Files? Do you check them out with every build an put them in the corresponding workspace? I did suppose that these files do not reside in the workspace, but in some fixed location. This is why I chose to have these paths to be absolute. I am not using custom CSS/JS files, so feel free to tell me your workflow and, given the number of users of this plugin, I can make this the default workflow for using the plugin. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [ownership-plugin] (JENKINS-30254) [Ownership Plugin] - Add option to hide e-mails

2015-10-16 Thread o.v.nenas...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Oleg Nenashev updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-30254 
 
 
 
  [Ownership Plugin] - Add option to hide e-mails  
 
 
 
 
 
 
 
 
 

Change By:
 
 Oleg Nenashev 
 
 
 

Summary:
 
 [Ownership Plugin]    - Add option to hide e-mails 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [gerrit-trigger-plugin] (JENKINS-29765) Build Retry (both Naginator and Rebuild) pick wrong Git SHA under certain circumstances

2015-10-16 Thread mattias.vannerg...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Mattias Vannergård updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-29765 
 
 
 
  Build Retry (both Naginator and Rebuild) pick wrong Git SHA under certain circumstances  
 
 
 
 
 
 
 
 
 

Change By:
 
 Mattias Vannergård 
 
 
 

Component/s:
 
 gerrit-trigger-plugin 
 
 
 

Component/s:
 
 git-plugin 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [git-client-plugin] (JENKINS-30986) Add global config to set cookie

2015-10-16 Thread cronier...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 JY Cr. commented on  JENKINS-30986 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Add global config to set cookie  
 
 
 
 
 
 
 
 
 
 
The cookie setting is currently my only blocking point. So having possibility to store cookies (in session) is the most important point for me. 
For example, I've added the following line at the beginning of org.jenkinsci.plugins.gitclient.Git#getClient() : 

 

CookieHandler.setDefault(new CookieManager(null, CookiePolicy.ACCEPT_ALL));
 

 
It's really dirty, but it works perfectly for my use case. 
But, setting any kind of properties (in Jenkins System Configuration – equivalent of git config --global – and also in job config – equivalent of git config --local – ) can be interesting for more users. I can create a new issue for those details if you prefer (with lower priority). 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [ownership-plugin] (JENKINS-28714) Optionally do not display run ownership

2015-10-16 Thread o.v.nenas...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Oleg Nenashev updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-28714 
 
 
 
  Optionally do not display run ownership  
 
 
 
 
 
 
 
 
 

Change By:
 
 Oleg Nenashev 
 
 
 

Summary:
 
 Optianally Optionally  do not display run ownership 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [ownership-plugin] (JENKINS-30254) [Ownership Plugin]

2015-10-16 Thread o.v.nenas...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Oleg Nenashev commented on  JENKINS-30254 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: [Ownership Plugin]   
 
 
 
 
 
 
 
 
 
 
Yes, makes sense to add this feature 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [jenkins-tracker] (JENKINS-30995) Options to Ignore changes in Externals, But need externals during checkout.

2015-10-16 Thread anudeep.bud...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Anudeep Buddha assigned an issue to Unassigned 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-30995 
 
 
 
  Options to Ignore changes in Externals, But need externals during checkout.  
 
 
 
 
 
 
 
 
 

Change By:
 
 Anudeep Buddha 
 
 
 

Assignee:
 
 Anudeep Buddha 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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-29765) Build Retry (both Naginator and Rebuild) pick wrong Git SHA under certain circumstances

2015-10-16 Thread mattias.vannerg...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Mattias Vannergård updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-29765 
 
 
 
  Build Retry (both Naginator and Rebuild) pick wrong Git SHA under certain circumstances  
 
 
 
 
 
 
 
 
 

Change By:
 
 Mattias Vannergård 
 
 
 

Component/s:
 
 git-plugin 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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-29765) Build Retry (both Naginator and Rebuild) pick wrong Git SHA under certain circumstances

2015-10-16 Thread mattias.vannerg...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Mattias Vannergård commented on  JENKINS-29765 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Build Retry (both Naginator and Rebuild) pick wrong Git SHA under certain circumstances  
 
 
 
 
 
 
 
 
 
 
I have the same problem with Gerrit Retrigger, so I think it is a fault in the Git plugin, because all the Parameters and Environment Variables are correct, but the Git Build Data is wrong. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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-30456) Executor.getIdleStartMilliseconds throws NPE when executor == null

2015-10-16 Thread valentina.armen...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 valentina armenise assigned an issue to valentina armenise 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-30456 
 
 
 
  Executor.getIdleStartMilliseconds throws NPE when executor == null  
 
 
 
 
 
 
 
 
 

Change By:
 
 valentina armenise 
 
 
 

Assignee:
 
 valentina armenise 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [bitbucket-plugin] (JENKINS-30985) Jobs with the same git repository defined several times in the job, should be triggered only once

2015-10-16 Thread fbelz...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Félix Belzunce Arcos created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-30985 
 
 
 
  Jobs with the same git repository defined several times in the job, should be triggered only once  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Bug 
 
 
 

Assignee:
 
 Félix Belzunce Arcos 
 
 
 

Components:
 

 bitbucket-plugin 
 
 
 

Created:
 

 16/Oct/15 8:27 AM 
 
 
 

Priority:
 
  Minor 
 
 
 

Reporter:
 
 Félix Belzunce Arcos 
 
 
 
 
 
 
 
 
 
 
This includes the case where in a Workflow job you define a Workflow Script from SCM with a git repo and then in the Script Path you are checking out the same git repo. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

[JIRA] [core] (JENKINS-30983) "host parameter is null" log warning in every request

2015-10-16 Thread serials...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Enrique Jiménez created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-30983 
 
 
 
  "host parameter is null" log warning in every request  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Bug 
 
 
 

Assignee:
 

 Unassigned 
 
 
 

Components:
 

 core 
 
 
 

Created:
 

 16/Oct/15 7:02 AM 
 
 
 

Environment:
 

  java -version  java version "1.7.0_75"  Java(TM) SE Runtime Environment (build 1.7.0_75-b13)  Java HotSpot(TM) 64-Bit Server VM (build 24.75-b04, mixed mode)   Plugins  Build Pipeline Plugin 1.4.7  build timeout plugin 1.14.1  CVS Plug-in 2.11  GitLab Logo Plugin 1.0.0  Javadoc Plugin 1.1  JUnit Plugin 1.2-beta-4  Mailer Plugin 1.11  Matrix Authorization Strategy Plugin 1.1  Matrix Project Plugin 1.4.1  Maven Integration plugin 2.7.1  OWASP Markup Formatter Plugin 1..1  PAM Authentication plugin 1.1  Parameterized Trigger plugin 2.26  Script Security Plugin 1.13  Subversion Plug-in 1.54  Translation Assistance plugin 1.10  Windows Slaves Plugin 1.0  
 
 
 

Labels:
 

 exception 
 
 
 

Priority:
 
  Minor 
 
 
 

Reporter:
 
 Enrique Jiménez 
 
 
 
 
 
 
 
 
 
 
I see this warning in each request to jenkins. I use a http proxy but 

[JIRA] [core] (JENKINS-30456) Executor.getIdleStartMilliseconds throws NPE when executor == null

2015-10-16 Thread valentina.armen...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 valentina armenise started work on  JENKINS-30456 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 

Change By:
 
 valentina armenise 
 
 
 

Status:
 
 Open In Progress 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [gerrit-trigger-plugin] (JENKINS-30982) Gerrit Trigger connection could not be established while test connection is OK

2015-10-16 Thread winner...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Andy Wang created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-30982 
 
 
 
  Gerrit Trigger connection could not be established while test connection is OK  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Bug 
 
 
 

Assignee:
 
 rsandell 
 
 
 

Attachments:
 

 screenshot_meitu_1.jpg 
 
 
 

Components:
 

 gerrit-trigger-plugin 
 
 
 

Created:
 

 16/Oct/15 6:40 AM 
 
 
 

Environment:
 

 Ubuntu 14.04.3 LTS  Jenkins ver. 1.632  Gerrit Trigger 2.16.0  GIT client plugin 1.19.0  GIT plugin 2.4.0  java version "1.7.0_579" 
 
 
 

Labels:
 

 gerrit-trigger 
 
 
 

Priority:
 
  Major 
 
 
 

Reporter:
 
 Andy Wang 
 
 
 
 
 
 
 
 
 
 
Config the Gerrit Trigger plugin on jenkins based on the article https://wiki.jenkins-ci.org/display/JENKINS/Gerrit+Trigger for the first time. After input the connection setting information, press Test Connection, and the result shows Success. But The 

[JIRA] [amazon-ecs-plugin] (JENKINS-30984) ECS plugin fails to launch slaves

2015-10-16 Thread m...@janbrauer.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Jan Brauer updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-30984 
 
 
 
  ECS plugin fails to launch slaves  
 
 
 
 
 
 
 
 
 

Change By:
 
 Jan Brauer 
 
 
 
 
 
 
 
 
 
  The plugin fails to launch slaves. It retries endlessly.{ {{ code} Oct 16, 2015 7:50:05 AM hudson.slaves.NodeProvisioner$StandardStrategyImpl applyINFO: Started provisioning ECS Slave docker from jenkins with 1 executors. Remaining excess workload: 0Oct 16, 2015 7:50:05 AM com.cloudbees.jenkins.plugins.amazonecs.ECSCloud$ProvisioningCallback callINFO: Created Slave: jenkins-b1a9526a-ef21-4d63-a52a-1da7be3986baOct 16, 2015 7:50:15 AM hudson.slaves.NodeProvisioner$2 runWARNING: Provisioned slave ECS Slave docker failed to launchjava.lang.NullPointerException at com.amazonaws.services.ecs.AmazonECSClient.invoke(AmazonECSClient.java:2187) at com.amazonaws.services.ecs.AmazonECSClient.registerTaskDefinition(AmazonECSClient.java:1091) at com.cloudbees.jenkins.plugins.amazonecs.ECSCloud$ProvisioningCallback.call(ECSCloud.java:196) at com.cloudbees.jenkins.plugins.amazonecs.ECSCloud$ProvisioningCallback.call(ECSCloud.java:175) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:745) {code } }} 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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 

[JIRA] [gerrit-trigger-plugin] (JENKINS-30982) Gerrit Trigger connection could not be established while test connection is OK

2015-10-16 Thread winner...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Andy Wang updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-30982 
 
 
 
  Gerrit Trigger connection could not be established while test connection is OK  
 
 
 
 
 
 
 
 
 

Change By:
 
 Andy Wang 
 
 
 

Environment:
 
 Ubuntu 14.04.3 LTS Jenkins ver. 1.632 Gerrit Trigger 2.16.0GIT client plugin 1.19.0 GIT plugin 2.4.0 java version "1.7. 0_579 0_79 "  
 
 
 
 
 
 
 
 
 
 
 
 

 
 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-29765) Build Retry (both Naginator and Rebuild) pick wrong Git SHA under certain circumstances

2015-10-16 Thread mattias.vannerg...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Mattias Vannergård updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-29765 
 
 
 
  Build Retry (both Naginator and Rebuild) pick wrong Git SHA under certain circumstances  
 
 
 
 
 
 
 
 
 

Change By:
 
 Mattias Vannergård 
 
 
 

Environment:
 
 Standalone CentOS 7 machine. Jenkins 1.622; Git plugin 2.4.0; Naginator 1.15; rebuilder 1.25Replicated on a CentOS 6 machine. Jenkins 1.580.3; Git plugin 2.3.5; Naginator 1.14; Rebuilder 1.22 Replicated on a Win 7 machine. Jenkins 1.596.2; Git plugin 2.4.0; Gerrit plugin 2.16.0; Rebuilder 1.25 (I do have Naginator 1.15 installed, but it is not involved in this job) 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [amazon-ecs-plugin] (JENKINS-30984) ECS plugin fails to launch slaves

2015-10-16 Thread m...@janbrauer.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Jan Brauer created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-30984 
 
 
 
  ECS plugin fails to launch slaves  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Bug 
 
 
 

Assignee:
 
 Nicolas De Loof 
 
 
 

Components:
 

 amazon-ecs-plugin 
 
 
 

Created:
 

 16/Oct/15 7:59 AM 
 
 
 

Priority:
 
  Critical 
 
 
 

Reporter:
 
 Jan Brauer 
 
 
 
 
 
 
 
 
 
 
The plugin fails to launch slaves. It retries endlessly. {{ { Oct 16, 2015 7:50:05 AM hudson.slaves.NodeProvisioner$StandardStrategyImpl apply INFO: Started provisioning ECS Slave docker from jenkins with 1 executors. Remaining excess workload: 0 Oct 16, 2015 7:50:05 AM com.cloudbees.jenkins.plugins.amazonecs.ECSCloud$ProvisioningCallback call INFO: Created Slave: jenkins-b1a9526a-ef21-4d63-a52a-1da7be3986ba Oct 16, 2015 7:50:15 AM hudson.slaves.NodeProvisioner$2 run WARNING: Provisioned slave ECS Slave docker failed to launch java.lang.NullPointerException at com.amazonaws.services.ecs.AmazonECSClient.invoke(AmazonECSClient.java:2187) at com.amazonaws.services.ecs.AmazonECSClient.registerTaskDefinition(AmazonECSClient.java:1091) at com.cloudbees.jenkins.plugins.amazonecs.ECSCloud$ProvisioningCallback.call(ECSCloud.java:196) at com.cloudbees.jenkins.plugins.amazonecs.ECSCloud$ProvisioningCallback.call(ECSCloud.java:175) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:745) } 
}} 
 
 
 
 

[JIRA] [git-client-plugin] (JENKINS-30986) Add global config to set cookie

2015-10-16 Thread cronier...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 JY Cr. created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-30986 
 
 
 
  Add global config to set cookie  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Improvement 
 
 
 

Assignee:
 
 Nicolas De Loof 
 
 
 

Components:
 

 git-client-plugin, git-plugin 
 
 
 

Created:
 

 16/Oct/15 9:07 AM 
 
 
 

Environment:
 

 Jenkins 1.633 on Debian 8  Plugins :  - git-client 1.19.0  - git 2.4.0   (-> We only use JGit implementation) 
 
 
 

Priority:
 
  Blocker 
 
 
 

Reporter:
 
 JY Cr. 
 
 
 
 
 
 
 
 
 
 
To enable SSO authentication of our GIT repository, we have to enable following parameters on git clients : 
 

http.cookieFile
 

http.saveCookies
 
 
(cf. https://git-scm.com/docs/git-config) 
But in Jenkins System Configuration, we can only set user.name and user.email. 
The best way is to be able to add any git properties by specifying the key and value. 
 
 
 
 
  

[JIRA] [parameterized-remote-trigger-plugin] (JENKINS-30962) Builds with password parameters cause remote trigger to show failure

2015-10-16 Thread giribabu1...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Giribabu Golla Golla updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-30962 
 
 
 
  Builds with password parameters cause remote trigger to show failure  
 
 
 
 
 
 
 
 
 

Change By:
 
 Giribabu Golla Golla 
 
 
 

Comment:
 
 I am looking at, to get this issue fixed 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] [bitbucket-plugin] (JENKINS-30985) Jobs with the same git repository defined several times in the scm should be triggered only once

2015-10-16 Thread fbelz...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Félix Belzunce Arcos started work on  JENKINS-30985 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 

Change By:
 
 Félix Belzunce Arcos 
 
 
 

Status:
 
 Open In Progress 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [negotiate-sso-plugin] (JENKINS-30990) Fix links on wiki page

2015-10-16 Thread and...@hammar.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Anders Hammar created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-30990 
 
 
 
  Fix links on wiki page  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Task 
 
 
 

Assignee:
 
 Bryson Gibbons 
 
 
 

Components:
 

 negotiate-sso-plugin 
 
 
 

Created:
 

 16/Oct/15 10:54 AM 
 
 
 

Environment:
 

 n/a 
 
 
 

Priority:
 
  Minor 
 
 
 

Reporter:
 
 Anders Hammar 
 
 
 
 
 
 
 
 
 
 
On the wiki page https://wiki.jenkins-ci.org/display/JENKINS/Negotiate+SSO+for+Windows the links to Github and Jira issues isn't correct and should be fixed. The info seems to be fetch from somewhere so I don't know how to fix it. 
It's the plugin name that should be 'Negotiate-SSO-plugin' not 'NegotiateSSO-plugin'. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 

[JIRA] [sitemonitor-plugin] (JENKINS-25363) SiteMonitor plugin doesn't seem to honor proxy settings

2015-10-16 Thread cybergen...@hotmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Martijn Hiemstra commented on  JENKINS-25363 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: SiteMonitor plugin doesn't seem to honor proxy settings  
 
 
 
 
 
 
 
 
 
 
I can confirm that this is an issue. I have 3 internal websites and 2 external websites that I am testing and the 3 internal websites return status 200 and the 2 external websites get a SocketException. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [cas-plugin] (JENKINS-30524) Having the ability to configure two URLs (public and inter-application)

2015-10-16 Thread cronier...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Jean-Yves CRONIER commented on  JENKINS-30524 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Having the ability to configure two URLs (public and inter-application)  
 
 
 
 
 
 
 
 
 
 
We found a way to use the same URL for CAS server. So you can close this ticket if you want. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [sectioned-view-plugin] (JENKINS-30987) Add security matrix to views

2015-10-16 Thread m...@jochen-fuerbacher.de (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Jochen A. Fürbacher created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-30987 
 
 
 
  Add security matrix to views  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  New Feature 
 
 
 

Assignee:
 
 Timothy Bingaman 
 
 
 

Components:
 

 sectioned-view-plugin 
 
 
 

Created:
 

 16/Oct/15 9:27 AM 
 
 
 

Priority:
 
  Minor 
 
 
 

Reporter:
 
 Jochen A. Fürbacher 
 
 
 
 
 
 
 
 
 
 
Hi, 
it would be nice, to have a security matrix on the view configuration page, so that a creater of a view can configure, who is able to change or delete the view. At the moment every jenkins user can modify views of other users. The security matrix should not only appear on section views, but also on classical list views. 
What do you think about that? 
Thank you. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
   

[JIRA] [jobconfighistory-plugin] (JENKINS-24915) Extremely slow startup with template-project in combination with jobConfigHistory

2015-10-16 Thread tsniatow...@opera.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Tomasz Śniatowski commented on  JENKINS-24915 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Extremely slow startup with template-project in combination with jobConfigHistory  
 
 
 
 
 
 
 
 
 
 
Seems the answer is "no". What now? 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [bitbucket-plugin] (JENKINS-30985) Jobs with the same git repository defined several times in the scm should be triggered only once

2015-10-16 Thread fbelz...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Félix Belzunce Arcos updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-30985 
 
 
 
  Jobs with the same git repository defined several times in the scm should be triggered only once  
 
 
 
 
 
 
 
 
 

Change By:
 
 Félix Belzunce Arcos 
 
 
 

URL:
 
 https://github.com/jenkinsci/bitbucket-plugin/pull/20 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [parameterized-remote-trigger-plugin] (JENKINS-30962) Builds with password parameters cause remote trigger to show failure

2015-10-16 Thread giribabu1...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Giribabu Golla Golla commented on  JENKINS-30962 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Builds with password parameters cause remote trigger to show failure  
 
 
 
 
 
 
 
 
 
 
I am looking to get issue fix 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-30989) How to migrate "old" builds with timestamp to a new server with build id as folder name

2015-10-16 Thread sebastian.ben...@continental-corporation.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Sebastian Benner created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-30989 
 
 
 
  How to migrate "old" builds with timestamp to a new server with build id as folder name  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Bug 
 
 
 

Assignee:
 

 Unassigned 
 
 
 

Components:
 

 core 
 
 
 

Created:
 

 16/Oct/15 10:37 AM 
 
 
 

Environment:
 

 Old server: v1.571  New server: v1.624 
 
 
 

Priority:
 
  Minor 
 
 
 

Reporter:
 
 Sebastian Benner 
 
 
 
 
 
 
 
 
 
 
Hello @ All, 
I want to migrate an existing Jenkins project (v1.571) to a new server, installed with a newer jenkins version (v1.624). Unfortunately the new server uses build ids for the naming of the build folders, whereas the old server uses timestamps. I copied the build folders but the existing builds don't show up. How can I fix it that I can see all existing builds? 
Thanks and best regards, 
 

Sliceoflive
 
 
 
 
 
 
 
 
 
 

[JIRA] [bitbucket-plugin] (JENKINS-30985) Jobs with the same git repository defined several times in the scm should be triggered only once

2015-10-16 Thread fbelz...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Félix Belzunce Arcos updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-30985 
 
 
 
  Jobs with the same git repository defined several times in the scm should be triggered only once  
 
 
 
 
 
 
 
 
 

Change By:
 
 Félix Belzunce Arcos 
 
 
 

Summary:
 
 Jobs with the same git repository defined several times in the  job,  scm  should be triggered only once 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [multiple-scms-plugin] (JENKINS-26303) Not compatible with Subversion plugin 2.5

2015-10-16 Thread pe...@pakos.pl (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Peter Pakos edited a comment on  JENKINS-26303 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Not compatible with Subversion plugin 2.5  
 
 
 
 
 
 
 
 
 
 It does not work for us with Jenkins 1.629 and Subversion plugin 2.5.3  which had to be reverted back to 2 . 4.5. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [multiple-scms-plugin] (JENKINS-26303) Not compatible with Subversion plugin 2.5

2015-10-16 Thread pe...@pakos.pl (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Peter Pakos commented on  JENKINS-26303 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Not compatible with Subversion plugin 2.5  
 
 
 
 
 
 
 
 
 
 
It does not work for us with Jenkins 1.629 and Subversion plugin 2.5.3. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [remoting] (JENKINS-16393) "Unable to call join" build failures

2015-10-16 Thread alex.dav...@thomsons.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Alex Davies commented on  JENKINS-16393 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: "Unable to call join" build failures  
 
 
 
 
 
 
 
 
 
 
Also occuring on 1.609.3 Windows 2008R2 server and JNLP slave also on Windows Server 2008R2 
09:55:10 ERROR: Build step failed with exception 09:55:10 java.lang.IllegalStateException: Unable to call join. Invalid object ID 159 09:55:10 at hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:293) 09:55:10 at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:280) 09:55:10 at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:239) 09:55:10 at hudson.remoting.UserRequest.perform(UserRequest.java:118) 09:55:10 at hudson.remoting.UserRequest.perform(UserRequest.java:48) 09:55:10 at hudson.remoting.Request$2.run(Request.java:328) 09:55:10 at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72) 09:55:10 at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source) 09:55:10 at java.util.concurrent.FutureTask.run(Unknown Source) 09:55:10 at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) 09:55:10 at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) 09:55:10 at hudson.remoting.Engine$1$1.run(Engine.java:63) 09:55:10 at java.lang.Thread.run(Unknown Source) 09:55:10 at ..remote call to QA-DB-Farm06(Native Method) 09:55:10 at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1413) 09:55:10 at hudson.remoting.UserResponse.retrieve(UserRequest.java:221) 09:55:10 at hudson.remoting.Channel.call(Channel.java:778) 09:55:10 at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:250) 09:55:10 at com.sun.proxy.$Proxy51.join(Unknown Source) 09:55:10 at hudson.Launcher$RemoteLauncher$ProcImpl.join(Launcher.java:979) 09:55:10 at hudson.Launcher$ProcStarter.join(Launcher.java:388) 09:55:10 at hudson.plugins.msbuild.MsBuildBuilder.perform(MsBuildBuilder.java:199) 09:55:10 at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20) 09:55:10 at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:776) 09:55:10 at hudson.model.Build$BuildExecution.build(Build.java:203) 09:55:10 at hudson.model.Build$BuildExecution.doRun(Build.java:160) 09:55:10 at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:536) 09:55:10 at hudson.model.Run.execute(Run.java:1738) 09:55:10 at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43) 09:55:10 at hudson.model.ResourceController.execute(ResourceController.java:98) 09:55:10 at hudson.model.Executor.run(Executor.java:381) 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
   

[JIRA] [parameterized-remote-trigger-plugin] (JENKINS-30962) Builds with password parameters cause remote trigger to show failure

2015-10-16 Thread giribabu1...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Giribabu Golla Golla edited a comment on  JENKINS-30962 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Builds with password parameters cause remote trigger to show failure  
 
 
 
 
 
 
 
 
 
 I am looking  at,  to get  this  issue  fix  fixed  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] [gerrit-trigger-plugin] (JENKINS-30988) When retriggering a build return to the main job page

2015-10-16 Thread william.macau...@baesystems.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 William Macauley created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-30988 
 
 
 
  When retriggering a build return to the main job page  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Improvement 
 
 
 

Assignee:
 
 rsandell 
 
 
 

Components:
 

 gerrit-trigger-plugin 
 
 
 

Created:
 

 16/Oct/15 9:54 AM 
 
 
 

Priority:
 
  Minor 
 
 
 

Reporter:
 
 William Macauley 
 
 
 
 
 
 
 
 
 
 
On a build which is not triggered by gerrit-trigger clicking the rebuild button starts the job again and returns the user to the main page of the job. On builds triggered by gerrit-trigger, clicking the retrigger button starts the job again, but leaves the user on the page of the build which was re-triggered. It would be more consistent if the user was returned to the main page of the job.  
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
   

[JIRA] [core] (JENKINS-22853) SEVERE: Trying to unexport an object that's already unexported

2015-10-16 Thread aba...@java.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 abayer commented on  JENKINS-22853 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: SEVERE: Trying to unexport an object that's already unexported  
 
 
 
 
 
 
 
 
 
 
2.52 - same jar on master and slave. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [lucene-search-plugin] (JENKINS-30234) Support "Build Display Name" Field in Lucene searches

2015-10-16 Thread o.v.nenas...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Oleg Nenashev commented on  JENKINS-30234 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Support "Build Display Name" Field in Lucene searches  
 
 
 
 
 
 
 
 
 
 
Thanks a lot for fixing it! Seems to be working well in my case 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [test-results-analyzer-plugin] (JENKINS-30992) Generate Build Report button does not include all past builds

2015-10-16 Thread azewi...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Tomasz Kosiński created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-30992 
 
 
 
  Generate Build Report button does not include all past builds  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Bug 
 
 
 

Assignee:
 
 Varun Menon 
 
 
 

Attachments:
 

 Snapshot0053.png 
 
 
 

Components:
 

 test-results-analyzer-plugin 
 
 
 

Created:
 

 16/Oct/15 12:10 PM 
 
 
 

Environment:
 

 Windows 7 64bit, Jenkins v1.585 
 
 
 

Priority:
 
  Critical 
 
 
 

Reporter:
 
 Tomasz Kosiński 
 
 
 
 
 
 
 
 
 
 
Scenario: 1. Ensure there are at least 3 builds with published Junit reports and test-result-analyzer-plugin installed on test instance of Jenkins. 2. Log in as authenticated Jenkins user. 3. Go to Job. 4. Browse Test Result Analyzer 5. Select All Last builds and show All tests. 6. Click on Get Build Report. 
Expected result: 6. Table with all builds is generated. 
Actua lresult: 6. Table with only latest build is shown. 
 
 
 
 
 
   

[JIRA] [core] (JENKINS-30989) How to migrate "old" builds with timestamp to a new server with build id as folder name

2015-10-16 Thread db...@cloudbees.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Daniel Beck resolved as Not A Defect 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
This is an issue tracker, not a support site. 
 
 
 
 
 
 
 
 
 
 Jenkins /  JENKINS-30989 
 
 
 
  How to migrate "old" builds with timestamp to a new server with build id as folder name  
 
 
 
 
 
 
 
 
 

Change By:
 
 Daniel Beck 
 
 
 

Status:
 
 Open Resolved 
 
 
 

Resolution:
 
 Not A Defect 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [jira-issue-updater-plugin] (JENKINS-28261) Replace RPC with REST api

2015-10-16 Thread ian.spa...@swisscom.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Ian Sparkes commented on  JENKINS-28261 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Replace RPC with REST api  
 
 
 
 
 
 
 
 
 
 
I am also adding a "Post Build Actions" section: We need this to report on the results of FitNesse tests. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [websphere-deployer-plugin] (JENKINS-30991) Websphere deployer plugin - Unable to connect

2015-10-16 Thread ghanshya...@infosys.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 ghanshyam g commented on  JENKINS-30991 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Websphere deployer plugin - Unable to connect  
 
 
 
 
 
 
 
 
 
 
I have already tried importing certificate as mentioned in http://www.programmingforliving.com/2014/01/jenkins-pkix-path-building-failed.html 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [bitbucket-plugin] (JENKINS-30985) Jobs with the same git repository defined several times in the scm should be triggered only once

2015-10-16 Thread scm_issue_l...@java.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 SCM/JIRA link daemon commented on  JENKINS-30985 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Jobs with the same git repository defined several times in the scm should be triggered only once  
 
 
 
 
 
 
 
 
 
 
Code changed in jenkins User: fbelzunc Path: src/main/java/com/cloudbees/jenkins/plugins/BitbucketJobProbe.java http://jenkins-ci.org/commit/bitbucket-plugin/610593ff8cd3572ea6834c217da17999c0dc9c54 Log: Merge pull request #20 from fbelzunc/

JENKINS-30985
 
[FIXED JENKINS-30985] Trigger only one build per same scm 
Compare: https://github.com/jenkinsci/bitbucket-plugin/compare/e20b8b336091...610593ff8cd3 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [bitbucket-plugin] (JENKINS-30985) Jobs with the same git repository defined several times in the scm should be triggered only once

2015-10-16 Thread scm_issue_l...@java.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 SCM/JIRA link daemon resolved as Fixed 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-30985 
 
 
 
  Jobs with the same git repository defined several times in the scm should be triggered only once  
 
 
 
 
 
 
 
 
 

Change By:
 
 SCM/JIRA link daemon 
 
 
 

Status:
 
 In Progress Resolved 
 
 
 

Resolution:
 
 Fixed 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

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





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


[JIRA] [websphere-deployer-plugin] (JENKINS-30991) Websphere deployer plugin - Unable to connect

2015-10-16 Thread ghanshya...@infosys.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 ghanshyam g created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-30991 
 
 
 
  Websphere deployer plugin - Unable to connect  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Task 
 
 
 

Assignee:
 

 Unassigned 
 
 
 

Attachments:
 

 jenkins_error.txt 
 
 
 

Components:
 

 websphere-deployer-plugin 
 
 
 

Created:
 

 16/Oct/15 12:02 PM 
 
 
 

Priority:
 
  Minor 
 
 
 

Reporter:
 
 ghanshyam g 
 
 
 
 
 
 
 
 
 
 
I am trying to use websphere deployer plugin through Jenkins. 
When trying to connect, I get the following error 
Connection failed: com.ibm.websphere.management.exception.ConnectorException: ADMC0016E: The system cannot create a SOAP connector to connect to host mngktr329427d at port 9043.  at com.ibm.websphere.management.AdminClientFactory.createAdminClientPrivileged(AdminClientFactory.java:635)  at com.ibm.websphere.management.AdminClientFactory.access$000(AdminClientFactory.java:127)  
Entire stack trace attached. 
 
 
 
 
 
 
 
 
 
 
 
 

[JIRA] [disk-usage-plugin] (JENKINS-30934) Changing crontab settings blocks "configSubmit" for 3x60 seconds

2015-10-16 Thread scm_issue_l...@java.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 SCM/JIRA link daemon commented on  JENKINS-30934 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Changing crontab settings blocks "configSubmit" for 3x60 seconds  
 
 
 
 
 
 
 
 
 
 
Code changed in jenkins User: Lucie Votypkova Path: src/main/java/hudson/plugins/disk_usage/DiskUsageCalculation.java http://jenkins-ci.org/commit/disk-usage-plugin/8ca492d321ad1df66e77b7b6fe0b3c1ea6a97ce5 Log: Merge pull request #37 from thomasgl-orange/dont-Thread-sleep 
JENKINS-30934 - remove dubious Thread.sleep(6) 
Compare: https://github.com/jenkinsci/disk-usage-plugin/compare/4855568b75ab...8ca492d321ad 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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-30304) Footer hides trend graph links

2015-10-16 Thread rec...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Manuel Jesús Recena Soto assigned an issue to Manuel Jesús Recena Soto 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-30304 
 
 
 
  Footer hides trend graph links  
 
 
 
 
 
 
 
 
 

Change By:
 
 Manuel Jesús Recena Soto 
 
 
 

Assignee:
 
 Manuel Jesús Recena Soto 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [disk-usage-plugin] (JENKINS-30934) Changing crontab settings blocks "configSubmit" for 3x60 seconds

2015-10-16 Thread scm_issue_l...@java.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 SCM/JIRA link daemon commented on  JENKINS-30934 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Changing crontab settings blocks "configSubmit" for 3x60 seconds  
 
 
 
 
 
 
 
 
 
 
Code changed in jenkins User: Thomas de Grenier de Latour Path: src/main/java/hudson/plugins/disk_usage/DiskUsageCalculation.java http://jenkins-ci.org/commit/disk-usage-plugin/f0ffb21fc598d532a5094240ac5285521e7e29b4 Log: JENKINS-30934 - remove dubious Thread.sleep(6) 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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-30304) Footer hides trend graph links

2015-10-16 Thread rec...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Manuel Jesús Recena Soto commented on  JENKINS-30304 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Footer hides trend graph links  
 
 
 
 
 
 
 
 
 
 
Ulli Hafner, Could you provide the OS and web browser (and version)? 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [valgrind-plugin] (JENKINS-30993) Plugin using deprecated interface for "Run.getEnvironment"

2015-10-16 Thread amara...@vsi-corp.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Aaron Marasco created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-30993 
 
 
 
  Plugin using deprecated interface for "Run.getEnvironment"  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Bug 
 
 
 

Assignee:
 
 Johannes Ohlemacher 
 
 
 

Components:
 

 valgrind-plugin 
 
 
 

Created:
 

 16/Oct/15 12:30 PM 
 
 
 

Environment:
 

 Jenkins 1.633  CentOS 7 
 
 
 

Labels:
 

 plugins api 
 
 
 

Priority:
 
  Minor 
 
 
 

Reporter:
 
 Aaron Marasco 
 
 
 
 
 
 
 
 
 
 
In the log file: 

 

Oct 16, 2015 7:53:28 AM hudson.model.Run getEnvironment
WARNING: deprecated call to Run.getEnvironment
at org.jenkinsci.plugins.valgrind.ValgrindPublisher.perform(ValgrindPublisher.java:115)
 

 
 
 
 
 
 
 
 
 
  

[JIRA] [core] (JENKINS-29765) Build Retry (both Naginator and Rebuild) pick wrong Git SHA under certain circumstances

2015-10-16 Thread db...@cloudbees.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Daniel Beck commented on  JENKINS-29765 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Build Retry (both Naginator and Rebuild) pick wrong Git SHA under certain circumstances  
 
 
 
 
 
 
 
 
 
 

The Git SHA is the HEAD of the branch at the time of the retrigger.
 
Not a maintainer of any of these plugins, but I think this is how they're supposed to work. In the case of Rebuild, it just saves you from having to enter the same parameters again when you want the "same" build, but it doesn't care about SCM. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [test-results-analyzer-plugin] (JENKINS-30992) Generate Build Report button does not include all past builds

2015-10-16 Thread azewi...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Tomasz Kosiński updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-30992 
 
 
 
  Generate Build Report button does not include all past builds  
 
 
 
 
 
 
 
 
 

Change By:
 
 Tomasz Kosiński 
 
 
 

Environment:
 
 Windows 7 64bit, Jenkins v1.585 , Plugin version is shown as 0.1.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-30977) "Spread Load Evenly" message is unhelpful

2015-10-16 Thread db...@cloudbees.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Daniel Beck resolved as Won't Fix 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
This is a feature. 
Note that in general, patterns without "H" will not need an explanation as to when they run – for "H", as it is determined by the system, the user has no other way to find out. 
 
 
 
 
 
 
 
 
 
 Jenkins /  JENKINS-30977 
 
 
 
  "Spread Load Evenly" message is unhelpful  
 
 
 
 
 
 
 
 
 

Change By:
 
 Daniel Beck 
 
 
 

Status:
 
 Open Resolved 
 
 
 

Resolution:
 
 Won't Fix 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [cli] (JENKINS-30955) Jenkins CLI unable to find job for disable-job command

2015-10-16 Thread wy...@us.ibm.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Michael Wyatt closed an issue as Not A Defect 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
disable-job and enable-job don't work for Workflow jobs.  
 
 
 
 
 
 
 
 
 
 Jenkins /  JENKINS-30955 
 
 
 
  Jenkins CLI unable to find job for disable-job command  
 
 
 
 
 
 
 
 
 

Change By:
 
 Michael Wyatt 
 
 
 

Status:
 
 Open Closed 
 
 
 

Resolution:
 
 Not A Defect 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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-26445) Browser freezes when clicking more link on a job to see other builds

2015-10-16 Thread tom.fenne...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Tom FENNELLY resolved as Fixed 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-26445 
 
 
 
  Browser freezes when clicking more link on a job to see other builds  
 
 
 
 
 
 
 
 
 

Change By:
 
 Tom FENNELLY 
 
 
 

Status:
 
 Reopened Resolved 
 
 
 

Resolution:
 
 Fixed 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

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





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


[JIRA] [core] (JENKINS-30899) Build History order not sorted properly

2015-10-16 Thread db...@cloudbees.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Daniel Beck commented on  JENKINS-30899 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Build History order not sorted properly  
 
 
 
 
 
 
 
 
 
 
Merged towards 1.634 which is scheduled for release early next week. 
(Note that 1.633 introduced another issue whose fixes have not yet been merged – JENKINS-30820 and all the duplicates linked there) 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [cli] (JENKINS-30955) Jenkins CLI unable to find job for disable-job command

2015-10-16 Thread wy...@us.ibm.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Michael Wyatt commented on  JENKINS-30955 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Jenkins CLI unable to find job for disable-job command  
 
 
 
 
 
 
 
 
 
 
Yep, it's a workflow job. That must be the problem. I'll close this issue. Thanks for the help. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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.


  1   2   >