[JIRA] (JENKINS-39134) Pipeline fails after restart caused by Just-in-time binding

2016-10-20 Thread hend...@brinkmann.one (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Hendrik Brinkmann commented on  JENKINS-39134  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Pipeline fails after restart caused by Just-in-time binding   
 

  
 
 
 
 

 
 I found out that other jobs using the "withMaven" step will also fail untill I restart the Jenkins again. Maybe the maven environment not cleaned up properly?  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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-38735) OwnershipPluginTest failing against for latest plugin version

2016-10-20 Thread scm_issue_l...@java.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 SCM/JIRA link daemon commented on  JENKINS-38735  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: OwnershipPluginTest failing against for latest plugin version   
 

  
 
 
 
 

 
 Code changed in jenkins User: Armando Fernandez Path: src/test/java/plugins/OwnershipPluginTest.java http://jenkins-ci.org/commit/acceptance-test-harness/7dc5ddd45dae336962f925383f210a69c462cfa7 Log: JENKINS-38735 Make OwnershipPluginTest work with latest version of the plugin  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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-38735) OwnershipPluginTest failing against for latest plugin version

2016-10-20 Thread scm_issue_l...@java.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 SCM/JIRA link daemon commented on  JENKINS-38735  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: OwnershipPluginTest failing against for latest plugin version   
 

  
 
 
 
 

 
 Code changed in jenkins User: Oliver Gondža Path: src/test/java/plugins/OwnershipPluginTest.java http://jenkins-ci.org/commit/acceptance-test-harness/28423ea55bee39aa142eb6b5845e67b7626a834f Log: Merge pull request #201 from armfergom/JENKINS-38735 JENKINS-38735 OwnershipPluginTest failing against for latest plugin version Compare: https://github.com/jenkinsci/acceptance-test-harness/compare/ca538a573bdc...28423ea55bee  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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-28178) Option to disable sandbox in CpsScmFlowDefinition

2016-10-20 Thread da...@kirchmeier.us (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Danny Kirchmeier edited a comment on  JENKINS-28178  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Option to disable sandbox in CpsScmFlowDefinition   
 

  
 
 
 
 

 
 > {quote}  It would be possible to create a plugin that whitelisted everything automatically. It would not disable the sandbox but would make it allow everything. Creating this functionality as a separate plugin would be preferable to having it as part of the core functionality. This way users who want to disable the sandbox can actively do so but others aren't exposed to large security holes through misconfigurations. Can we get someone to volunteer to create such a plugin? {quote} It appears someone may have created such a plugin: https://wiki.jenkins-ci.org/display/JENKINS/Permissive+Script+Security+PluginI haven't had a chance to try this plugin out for myself, but it looks promising.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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-28178) Option to disable sandbox in CpsScmFlowDefinition

2016-10-20 Thread da...@kirchmeier.us (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Danny Kirchmeier commented on  JENKINS-28178  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Option to disable sandbox in CpsScmFlowDefinition   
 

  
 
 
 
 

 
 > It would be possible to create a plugin that whitelisted everything automatically. It would not disable the sandbox but would make it allow everything. Creating this functionality as a separate plugin would be preferable to having it as part of the core functionality. This way users who want to disable the sandbox can actively do so but others aren't exposed to large security holes through misconfigurations. Can we get someone to volunteer to create such a plugin? It appears someone may have created such a plugin: https://wiki.jenkins-ci.org/display/JENKINS/Permissive+Script+Security+Plugin I haven't had a chance to try this plugin out for myself, but it looks promising.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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-37343) Add support for ci-game

2016-10-20 Thread scm_issue_l...@java.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 SCM/JIRA link daemon commented on  JENKINS-37343  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Add support for ci-game   
 

  
 
 
 
 

 
 Code changed in jenkins User: Simon Gamma Path: pom.xml src/main/java/hudson/plugins/cigame/GameDescriptor.java src/main/java/hudson/plugins/cigame/GamePublisher.java http://jenkins-ci.org/commit/ci-game-plugin/6618dd8dee47983fc15278a330a12a6853b10bdc Log: Merge pull request #19 from daspilker/symbol JENKINS-37343 added DataBoundConstructor and Symbol for compatibility with DSLs Compare: https://github.com/jenkinsci/ci-game-plugin/compare/cfdd15f86915...6618dd8dee47  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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-39134) Pipeline fails after restart caused by Just-in-time binding

2016-10-20 Thread hend...@brinkmann.one (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Hendrik Brinkmann updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-39134  
 
 
  Pipeline fails after restart caused by Just-in-time binding   
 

  
 
 
 
 

 
Change By: 
 Hendrik Brinkmann  
 
 
Labels: 
 pipeline  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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-39091) Jira plugin fails to log in to Jira site after dependency updates

2016-10-20 Thread tomax...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Tomas Zaleniakas commented on  JENKINS-39091  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Jira plugin fails to log in to Jira site after dependency updates   
 

  
 
 
 
 

 
 now works like a charm, thanks!  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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-31043) SAML plugin can't auth with CSRF protection enabled

2016-10-20 Thread mdono...@java.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 mdonohue closed an issue as Fixed  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-31043  
 
 
  SAML plugin can't auth with CSRF protection enabled   
 

  
 
 
 
 

 
Change By: 
 mdonohue  
 
 
Status: 
 Open Closed  
 
 
Resolution: 
 Fixed  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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-31043) SAML plugin can't auth with CSRF protection enabled

2016-10-20 Thread mdono...@java.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 mdonohue commented on  JENKINS-31043  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: SAML plugin can't auth with CSRF protection enabled   
 

  
 
 
 
 

 
 Patch was merged, and plugin released back in February.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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-31043) SAML plugin can't auth with CSRF protection enabled

2016-10-20 Thread mdono...@java.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 mdonohue assigned an issue to mdonohue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-31043  
 
 
  SAML plugin can't auth with CSRF protection enabled   
 

  
 
 
 
 

 
Change By: 
 mdonohue  
 
 
Assignee: 
 mdonohue  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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-39164) Env-inject plugin not compatible with Jenkins v2.26

2016-10-20 Thread andrew.paul.g...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Andrew Gray created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-39164  
 
 
  Env-inject plugin not compatible with Jenkins v2.26   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Oleg Nenashev  
 
 
Components: 
 envinject-plugin  
 
 
Created: 
 2016/Oct/21 3:08 AM  
 
 
Environment: 
 windows 2012; Jenkins 2.16; latest version of envinject-plugin (as of 21/10/2016)  
 
 
Priority: 
  Critical  
 
 
Reporter: 
 Andrew Gray  
 

  
 
 
 
 

 
 When running Jenkins 2.26 with envinject-plugin and returning a map object from an Evaluated Groovy script, the environment variables are created but are empty. If I downgrade to Jenkins 2.25 environment variables are set correctly. Appears something in 2.26 breaks this plugin.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 

[JIRA] (JENKINS-39135) Jenkins 2.25, Pipeline plugins Latest update, giving java.io.NotSerializableException: java.util.AbstractList Error

2016-10-20 Thread kishore...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 kishorerp commented on  JENKINS-39135  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Jenkins 2.25, Pipeline plugins Latest update, giving java.io.NotSerializableException: java.util.AbstractList Error   
 

  
 
 
 
 

 
 a Latest plugin update seems to have resolved this, will observe until monday before closing this  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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-39154) Can not edit Pipeline script - text not visible on Configure Page

2016-10-20 Thread max-jenk...@lasevich.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Michael Lasevich commented on  JENKINS-39154  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Can not edit Pipeline script - text not visible on Configure Page   
 

  
 
 
 
 

 
 Same issue. Downgrading worked for now.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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-39161) Update documentation for the Remoting 3.0 release

2016-10-20 Thread o.v.nenas...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Oleg Nenashev updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-39161  
 
 
  Update documentation for the Remoting 3.0 release   
 

  
 
 
 
 

 
Change By: 
 Oleg Nenashev  
 
 
Priority: 
 Minor Critical  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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-39161) Update documentation for the Remoting 3.0 release

2016-10-20 Thread o.v.nenas...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Oleg Nenashev updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-39161  
 
 
  Update documentation for the Remoting 3.0 release   
 

  
 
 
 
 

 
Change By: 
 Oleg Nenashev  
 

  
 
 
 
 

 
 What we need?* Separate changelog* Top-level description of the protocols* Compatibility notes* Jenkins-specific configuration guide* etc.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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-38406) GIT_BRANCH wrongly set.

2016-10-20 Thread alexvola...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Alexander Volanis commented on  JENKINS-38406  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: GIT_BRANCH wrongly set.   
 

  
 
 
 
 

 
 I submitted pull request #442 that helped me to solve this issue for our use case. I am not sure if this solution is acceptable to you. I have my changes running in production for our CI builds that were affected by this situation. In my case I had two distinct types of issues both stemming from this behavior of the Git plugin. One case was a GitSCM multi-branch job that was servicing as a packaging job for our product. We use Gradle to build the final Debian assembly and this job was designed to run using a maintenance branch or master branch. We envision having multiple maintenance branches eventually so this could become a harder problem later on. Our Gradle builds use hints to select the correct artifacts to assemble the Debian package.  The job in question needs to be executed when the specific branch is changed because the Gradle build script is adjusted for new or changed artifacts entering the assembly or manually when the dependencies for the job have been updated releasing new versions. The way we accomplish this with the proposed change is setting a choice parameter to the job. The default value for the choice parameter is blank which as you see in this pull request results in the default behavior of the GitSCM plugin. This allows commit notifications or Git polling to work as expected. When the user triggering the job selects the alternate choices which are git branch names the changes here will direct the git plugin to build the selected branch instead of the last successful build. The same parameter can be used when this is triggered by an upstream job using the parameterized trigger build step or post build action. The other case we encountered is when in the same situation we required builds of modules out of separate git repositories to build as downstream triggered jobs. The branches in these repositories are in the same master or maintenance branch setup even across the distinct git repositories. We use this to allow components of the product to have independent source control but follow same release cycles. It is desirable for a dependency to trigger a build of the consumer when it changes. But in this case we want to trigger a build of the matching release stream branch, either the development stream or a maintenance branch. The parameterized trigger is now able to hint the desired branch to the downstream job even if this job is executing against a different git repository, the only requirement is that the branch names are matching.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  

[JIRA] (JENKINS-39163) Not able to delete agent

2016-10-20 Thread sureshi...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 suresh nallamilli commented on  JENKINS-39163  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Not able to delete agent   
 

  
 
 
 
 

 
 This doesn't seem to be related to ec2 plugin   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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-39163) Not able to delete agent

2016-10-20 Thread sureshi...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 suresh nallamilli assigned an issue to Unassigned  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-39163  
 
 
  Not able to delete agent   
 

  
 
 
 
 

 
Change By: 
 suresh nallamilli  
 
 
Assignee: 
 Francis Upton  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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-39163) Not able to delete agent

2016-10-20 Thread sureshi...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 suresh nallamilli created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-39163  
 
 
  Not able to delete agent   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Francis Upton  
 
 
Attachments: 
 exception.txt  
 
 
Components: 
 core, ec2-plugin  
 
 
Created: 
 2016/Oct/21 2:05 AM  
 
 
Environment: 
 jenkins 1.651.1 jdk 8 , Amazon Linux  
 
 
Labels: 
 jenkins  
 
 
Priority: 
  Major  
 
 
Reporter: 
 suresh nallamilli  
 

  
 
 
 
 

 
 Deleting node from slave is causing nullpointerexception in UI. This behaviour is intermittent. Please find attached log.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

 

[JIRA] (JENKINS-39163) Not able to delete agent

2016-10-20 Thread sureshi...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 suresh nallamilli updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-39163  
 
 
  Not able to delete agent   
 

  
 
 
 
 

 
Change By: 
 suresh nallamilli  
 
 
Component/s: 
 ec2-plugin  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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-39162) Update Javadoc for the Remoting 3.0 release

2016-10-20 Thread o.v.nenas...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Oleg Nenashev created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-39162  
 
 
  Update Javadoc for the Remoting 3.0 release   
 

  
 
 
 
 

 
Issue Type: 
  Task  
 
 
Assignee: 
 Unassigned  
 
 
Components: 
 remoting  
 
 
Created: 
 2016/Oct/21 2:01 AM  
 
 
Labels: 
 documentation  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Oleg Nenashev  
 

  
 
 
 
 

 
 
 
since definitions 
copy-pasta errors 
etc. 
  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 

[JIRA] (JENKINS-39161) Update documentation for the Remoting 3.0 release

2016-10-20 Thread o.v.nenas...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Oleg Nenashev started work on  JENKINS-39161  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
Change By: 
 Oleg Nenashev  
 
 
Status: 
 Open In Progress  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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-39161) Update documentation for the Remoting 3.0 release

2016-10-20 Thread o.v.nenas...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Oleg Nenashev updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-39161  
 
 
  Update documentation for the Remoting 3.0 release   
 

  
 
 
 
 

 
Change By: 
 Oleg Nenashev  
 
 
Labels: 
 documentation  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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-39161) Update documentation for the Remoting 3.0 release

2016-10-20 Thread o.v.nenas...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Oleg Nenashev updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-39161  
 
 
  Update documentation for the Remoting 3.0 release   
 

  
 
 
 
 

 
Change By: 
 Oleg Nenashev  
 
 
Issue Type: 
 Improvement Task  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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-39161) Update documentation for the Remoting 3.0 release

2016-10-20 Thread o.v.nenas...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Oleg Nenashev created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-39161  
 
 
  Update documentation for the Remoting 3.0 release   
 

  
 
 
 
 

 
Issue Type: 
  Improvement  
 
 
Assignee: 
 Oleg Nenashev  
 
 
Components: 
 remoting  
 
 
Created: 
 2016/Oct/21 2:00 AM  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Oleg Nenashev  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups 

[JIRA] (JENKINS-39154) Can not edit Pipeline script - text not visible on Configure Page

2016-10-20 Thread roadrunn...@java.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 roadrunner2 edited a comment on  JENKINS-39154  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Can not edit Pipeline script - text not visible on Configure Page   
 

  
 
 
 
 

 
 I believe this is due to the following exception (show on the console):{noformat}Oct 20, 2016 6:17:03 PM org.kohsuke.stapler.framework.adjunct.AdjunctsInPage findNeededWARNING: No such adjunct found: org.jenkinsci.plugins.workflow.cps.workflow-editororg.kohsuke.stapler.framework.adjunct.NoSuchAdjunctException: Neither org.jenkinsci.plugins.workflow.cps.workflow-editor.css, .js, .html, nor .jelly were found at org.kohsuke.stapler.framework.adjunct.Adjunct.(Adjunct.java:125){noformat}Downgrading to version 2.19  of the Pipeline Groovy plugin  fixes the issue (and the exception).  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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-39154) Can not edit Pipeline script - text not visible on Configure Page

2016-10-20 Thread roadrunn...@java.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 roadrunner2 edited a comment on  JENKINS-39154  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Can not edit Pipeline script - text not visible on Configure Page   
 

  
 
 
 
 

 
 I believe this is due to the following exception (show on the console):{noformat}Oct 20, 2016 6:17:03 PM org.kohsuke.stapler.framework.adjunct.AdjunctsInPage findNeededWARNING: No such adjunct found: org.jenkinsci.plugins.workflow.cps.workflow-editororg.kohsuke.stapler.framework.adjunct.NoSuchAdjunctException: Neither org.jenkinsci.plugins.workflow.cps.workflow-editor.css, .js, .html, nor .jelly were found at org.kohsuke.stapler.framework.adjunct.Adjunct.(Adjunct.java:125){noformat} Downgrading to version 2.19 fixes the issue (and the exception).  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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-39154) Can not edit Pipeline script - text not visible on Configure Page

2016-10-20 Thread roadrunn...@java.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 roadrunner2 edited a comment on  JENKINS-39154  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Can not edit Pipeline script - text not visible on Configure Page   
 

  
 
 
 
 

 
 I believe this is due to the following exception (show on the console): {noformat}Oct 20, 2016 6:17:03 PM org.kohsuke.stapler.framework.adjunct.AdjunctsInPage findNeededWARNING: No such adjunct found: org.jenkinsci.plugins.workflow.cps.workflow-editororg.kohsuke.stapler.framework.adjunct.NoSuchAdjunctException: Neither org.jenkinsci.plugins.workflow.cps.workflow-editor.css, .js, .html, nor .jelly were found at org.kohsuke.stapler.framework.adjunct.Adjunct.(Adjunct.java:125){noformat}  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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-39154) Can not edit Pipeline script - text not visible on Configure Page

2016-10-20 Thread roadrunn...@java.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 roadrunner2 commented on  JENKINS-39154  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Can not edit Pipeline script - text not visible on Configure Page   
 

  
 
 
 
 

 
 I believe this is due to the following exception (show on the console):  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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-39160) Jenkins executors hang BLOCKED on hudson.plugins.xvnc.Xvnc$DescriptorImpl

2016-10-20 Thread cbill...@xyu.ca (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Casey Billett created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-39160  
 
 
  Jenkins executors hang BLOCKED on hudson.plugins.xvnc.Xvnc$DescriptorImpl   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Levon Saldamli  
 
 
Components: 
 xvnc-plugin  
 
 
Created: 
 2016/Oct/21 1:08 AM  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Casey Billett  
 

  
 
 
 
 

 
 There's some kind of thread locking issue that is causing our builds to hang while either claiming or freeing xvnc resources, resulting in the following thread state: {{Executor #4 for ubuntu-bach : executing gerrit-connector-tck/A=JIRA_6.0.8,ENV=gtk.x86_64.tck #2733" Id=22583 Group=main BLOCKED on hudson.plugins.xvnc.Xvnc$DescriptorImpl@5665db5b owned by "Executor #7 for ubuntu-bartok : executing gerrit-connector-tck/A=Bugzilla_4.4.1,ENV=gtk.x86_64.tck #2733" Id=22146 at hudson.plugins.xvnc.Xvnc.getAllocator(Xvnc.java:257) 
 
blocked on hudson.plugins.xvnc.Xvnc$DescriptorImpl@5665db5b at hudson.plugins.xvnc.Xvnc.access$000(Xvnc.java:47) at hudson.plugins.xvnc.Xvnc$DisposerImpl.tearDown(Xvnc.java:244) at jenkins.tasks.SimpleBuildWrapper$EnvironmentWrapper.tearDown(SimpleBuildWrapper.java:174) at hudson.model.Build$BuildExecution.doRun(Build.java:173) at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:534) at hudson.model.Run.execute(Run.java:1741) at hudson.matrix.MatrixRun.run(MatrixRun.java:146) at hudson.model.ResourceController.execute(ResourceController.java:98) at hudson.model.Executor.run(Executor.java:410)}} 
 We're pretty sure the issue is caused when our matrix builds are being aborted. The following code has been identified as "suspicious looking" – 
 
xvnc-plugin/src/main/java/hudson/plugins/xvnc/DisplayAllocator.java:47 

[JIRA] (JENKINS-37339) Global security throws NullPointerException after installing Slack Plugin

2016-10-20 Thread bh...@mac.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Bryan Hunt commented on  JENKINS-37339  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Global security throws NullPointerException after installing Slack Plugin   
 

  
 
 
 
 

 
 I believe the plugin works just fine after a restart. I've been running it without problems after a restart.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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-39154) Can not edit Pipeline script - text not visible on Configure Page

2016-10-20 Thread rainynigh...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Alex Hempel commented on  JENKINS-39154  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Can not edit Pipeline script - text not visible on Configure Page   
 

  
 
 
 
 

 
 I have the exact same problem. Jenkins 2.26, all Pipeline plugins on latest version.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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-39159) SecureGroovyScript.classpath does not support modifying jar while Jenkins is running

2016-10-20 Thread ow...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Owen Wood created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-39159  
 
 
  SecureGroovyScript.classpath does not support modifying jar while Jenkins is running   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Unassigned  
 
 
Components: 
 script-security-plugin  
 
 
Created: 
 2016/Oct/21 12:32 AM  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Owen Wood  
 

  
 
 
 
 

 
 Issue: Script approval is failing for groovy postbuild plugin, for classpath entries, when underlying jar file content is modified, when jar file is hosted on NFS mount. In think that the problem comes from the jar file which isn't correctly closed. On the linux FS we know that it's not a problem to delete a file which is used by a process but on NFS (or on Windows FS) you are doomed. File descriptors show: 

 

cat file-descriptors.txt | grep my.jar
/nfs_mounted_path_to_classpath_entry/my.jar (deleted)
/nfs_mounted_path_to_classpath_entry/my.jar (deleted)
/nfs_mounted_path_to_classpath_entry/my.jar
/nfs_mounted_path_to_classpath_entry/my.jar (deleted)
 

 Versions: 
 
Jenkins 1.642.18 
https://wiki.jenkins-ci.org/display/JENKINS/Script+Security+Plugin 1.22 
https://wiki.jenkins-ci.org/display/JENKINS/Groovy+Postbuild+Plugin 2.3.1 
 Suggested fix (Jesse Glick can you review?): Make SecureGroovyScript.evaluate call URLClassLoader.close (Java 7) Error: 

 
 

[JIRA] (JENKINS-39091) Jira plugin fails to log in to Jira site after dependency updates

2016-10-20 Thread radek.anton...@quiddia.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Radek Antoniuk commented on  JENKINS-39091  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Jira plugin fails to log in to Jira site after dependency updates   
 

  
 
 
 
 

 
 I think I have replicated this, but I'm not sure if I have found the root cause. Can you rebuild with the current master?  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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-39091) Jira plugin fails to log in to Jira site after dependency updates

2016-10-20 Thread scm_issue_l...@java.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 SCM/JIRA link daemon commented on  JENKINS-39091  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Jira plugin fails to log in to Jira site after dependency updates   
 

  
 
 
 
 

 
 Code changed in jenkins User: Radek Antoniuk Path: pom.xml http://jenkins-ci.org/commit/jira-plugin/8403cee67c386a2fcc410cb71475c8d5b7d41001 Log: JENKINS-39091 Use httpcore-nio from rest-client  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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-35998) No issue update if at least one issue does not exists

2016-10-20 Thread radek.anton...@quiddia.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Radek Antoniuk updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-35998  
 
 
  No issue update if at least one issue does not exists   
 

  
 
 
 
 

 
Change By: 
 Radek Antoniuk  
 
 
Labels: 
 jira-plugin-2.3  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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-37667) Use ForkScanner to build DAG (ie adapt to bismuth api)

2016-10-20 Thread vivek (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Vivek Pandey updated  JENKINS-37667  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-37667  
 
 
  Use ForkScanner to build DAG (ie adapt to bismuth api)   
 

  
 
 
 
 

 
Change By: 
 Vivek Pandey  
 
 
Status: 
 In Review Resolved  
 
 
Resolution: 
 Fixed  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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-39158) A completed parallel branch isn't showing up as completed in karaoke mode

2016-10-20 Thread mne...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Michael Neale assigned an issue to Thorsten Scherler  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-39158  
 
 
  A completed parallel branch isn't showing up as completed in karaoke mode   
 

  
 
 
 
 

 
Change By: 
 Michael Neale  
 
 
Assignee: 
 Thorsten Scherler  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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-39158) A completed parallel branch isn't showing up as completed in karaoke mode

2016-10-20 Thread mne...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Michael Neale updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-39158  
 
 
  A completed parallel branch isn't showing up as completed in karaoke mode   
 

  
 
 
 
 

 
Change By: 
 Michael Neale  
 
 
Sprint: 
 indian  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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-39158) A completed parallel branch isn't showing up as completed in karaoke mode

2016-10-20 Thread mne...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Michael Neale commented on  JENKINS-39158  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: A completed parallel branch isn't showing up as completed in karaoke mode   
 

  
 
 
 
 

 
 Thorsten Scherler I thought this is a nice one to finish off karaoke - a long standing thing which can now be addressed.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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-39158) A completed parallel branch isn't showing up as completed in karaoke mode

2016-10-20 Thread mne...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Michael Neale created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-39158  
 
 
  A completed parallel branch isn't showing up as completed in karaoke mode   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Unassigned  
 
 
Components: 
 blueocean-plugin  
 
 
Created: 
 2016/Oct/20 11:47 PM  
 
 
Priority: 
  Major  
 
 
Reporter: 
 Michael Neale  
 

  
 
 
 
 

 
 In some cases when you have a parallel branch finish early, this won't show up as completed until the whole stage completes. Looking at the following recording:  http://www.giphy.com/gifs/3oz8xtmarVuXWqfug0 The right branch finishes after 1s, but doesn't show up as completed until I click on it.  The pipeline to reproduce this:  

 
node {
stage("first") {
sh 'ping -c 3 www.apple.com'
}

stage("second") {
parallel (
"left" : {
sh 'ping -c 10 www.apple.com'
}, 
"right" : {
sh 'ping -c 1 www.apple.com'
}
)

}

stage("third") {
sh 'ping -c 3 www.apple.com'
}

}
 

 this sometimes does work. This also depends on the https://github.com/jenkinsci/blueocean-plugin/pull/557 being merged, which uses the new bismuth api.  There is likely some front end code that can be simplified.   
 

  
 
 
 
 

 
 
   

[JIRA] (JENKINS-37339) Global security throws NullPointerException after installing Slack Plugin

2016-10-20 Thread ryanke...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Ryan Kersh commented on  JENKINS-37339  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Global security throws NullPointerException after installing Slack Plugin   
 

  
 
 
 
 

 
 We installed the plugin for the first time today and ran into the same issue. Jenkins ver. 1.642.4, Slack Notification Plugin 2.0.1. I disabled the plugin and restarted, which got rid of the problem. We'll wait to enable it.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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-38445) Pipeline withMaven Failed to serialize on agent

2016-10-20 Thread clecl...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Cyrille Le Clerc commented on  JENKINS-38445  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Pipeline withMaven Failed to serialize on agent   
 

  
 
 
 
 

 
 Hello Denis, We seem to have a problem with the c.g.i.CreationException that gets hidden by the XStream2$BlacklistedTypesConverter and this problem hides the root cause of your problem. We are working at fixing the problem with the BlacklistedTypesConverter that hides the the c.g.i.CreationException. Can you detail more what is the symlink that cause your failure? Can you provide an "ls -al" of the parent folder ...  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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-39153) GString not supported by automatically generated DSL

2016-10-20 Thread raquel.moreno.carm...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Rachel Moreno resolved as Not A Defect  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-39153  
 
 
  GString not supported by automatically generated DSL   
 

  
 
 
 
 

 
Change By: 
 Rachel Moreno  
 
 
Status: 
 In Progress Resolved  
 
 
Resolution: 
 Not A Defect  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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-39153) GString not supported by automatically generated DSL

2016-10-20 Thread raquel.moreno.carm...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Rachel Moreno commented on  JENKINS-39153  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: GString not supported by automatically generated DSL   
 

  
 
 
 
 

 
 It works in this way: 

 

def SLACK_CHANNEL = 'bar'

job('example') {
  publishers {
slackNotifier {
  room('foo-' + "${SLACK_CHANNEL}")
  notifyAborted(true)
  notifyFailure(true)
  notifyNotBuilt(false)
  notifyUnstable(true)
  notifyBackToNormal(true)
  notifySuccess(false)
  notifyRepeatedFailure(false)
  startNotification(false)
  includeTestSummary(false)
  includeCustomMessage(false)
  customMessage(null)
  buildServerUrl(null)
  sendAs(null)
  commitInfoChoice('NONE')
  teamDomain(null)
  authToken(null)
}
  }
}
 

  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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-39153) GString not supported by automatically generated DSL

2016-10-20 Thread raquel.moreno.carm...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Rachel Moreno assigned an issue to Rachel Moreno  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-39153  
 
 
  GString not supported by automatically generated DSL   
 

  
 
 
 
 

 
Change By: 
 Rachel Moreno  
 
 
Assignee: 
 Daniel Spilker Rachel Moreno  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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-39153) GString not supported by automatically generated DSL

2016-10-20 Thread raquel.moreno.carm...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Rachel Moreno started work on  JENKINS-39153  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
Change By: 
 Rachel Moreno  
 
 
Status: 
 Open In Progress  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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-38581) Jenkins auto linkification for Bugzilla is broken on the build page

2016-10-20 Thread mdono...@java.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 mdonohue commented on  JENKINS-38581  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Jenkins auto linkification for Bugzilla is broken on the build page   
 

  
 
 
 
 

 
 Sorry, I'm volunteering here - you'll need to do the legwork to get this one fixed. it's almost certainly not the bugzilla plugin at fault.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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-38581) Jenkins auto linkification for Bugzilla is broken on the build page

2016-10-20 Thread dar...@ptgrey.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Darya A.Z. commented on  JENKINS-38581  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Jenkins auto linkification for Bugzilla is broken on the build page   
 

  
 
 
 
 

 
 Our Jenkins instance is very large with many plugins installed, it is impossible for us to install the plugins one by one and narrow this down. I tried to downgrade the subversion plugin to see if anything would change but the downgrade broke a few other plugins and I had to quickly revert back and install the latest version of subversion plugin. If it helps, I can provide you with the list of our plugins.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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-39157) Duplicate Matrix Combination Parameter name on build page

2016-10-20 Thread totoroliu1...@hotmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Rick Liu created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-39157  
 
 
  Duplicate Matrix Combination Parameter name on build page   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Unassigned  
 
 
Attachments: 
 Selection_003.png  
 
 
Components: 
 matrix-combinations-parameter-plugin  
 
 
Created: 
 2016/Oct/20 11:02 PM  
 
 
Environment: 
 Ubuntu 14.04 x86_64  Jenkins 2.21  Open JDK 1.7  Matrix Configuration Parameter Plugin 1.1.0  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Rick Liu  
 

  
 
 
 
 

 
 After updating the Matrix Configuration Parameter Plugin to 1.1.0, the build with parameter page  would show a duplicate Matrix Combination Parameter name on top.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  

[JIRA] (JENKINS-19022) GIT Plugin (any version) heavily bloats memory use and size of build.xml with "BuildData" fields

2016-10-20 Thread aherit...@apache.org (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Arnaud Héritier commented on  JENKINS-19022  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: GIT Plugin (any version) heavily bloats memory use and size of build.xml with "BuildData" fields   
 

  
 
 
 
 

 
 Jesse Glick ok. Thx   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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-39156) Unable to set "servers" option in the ActiveDirectory plugin through groovy

2016-10-20 Thread poornima.lokha...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Poornima Lokhande created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-39156  
 
 
  Unable to set "servers" option in the ActiveDirectory plugin through groovy   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Félix Belzunce Arcos  
 
 
Components: 
 active-directory-plugin  
 
 
Created: 
 2016/Oct/20 10:28 PM  
 
 
Environment: 
 Jenkins ver. 1.658  active_directory plugin 2.0  
 
 
Labels: 
 active directory plugin  
 
 
Priority: 
  Critical  
 
 
Reporter: 
 Poornima Lokhande  
 

  
 
 
 
 

 
 Unable to set the "servers" option using groovy on the latest active_directory plugin 2.0. Groovy script used is : import jenkins.model.* import hudson.security.* import org.jenkinsci.plugins.* import hudson.plugins.* jenkins = jenkins.model.Jenkins.getInstance() adldapRealm = new hudson.plugins.active_directory.ActiveDirectorySecurityRealm( 'domain',  'site', 'bindname', 'bindPassword', 'servers' ) jenkins.setSecurityRealm(adldapRealm) strategy = new FullControlOnceLoggedInAuthorizationStrategy() jenkins.setAuthorizationStrategy(strategy) jenkins.save() Resulting config:  domain   site bindName bindPassword AUTO false   
 

  
 
 
 
 

 
 
 
 

[JIRA] (JENKINS-28385) Step to obtain raw contextual objects

2016-10-20 Thread jgl...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jesse Glick started work on  JENKINS-28385  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
Change By: 
 Jesse Glick  
 
 
Status: 
 Open In Progress  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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-39155) Only first label in list works correctly in parallel pipeline call

2016-10-20 Thread smithgcov...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Greg Smith resolved as Fixed  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 I am sure this is a dup of something, but can not find it.  Issues with 2.9 -> 2.10 was listed here: https://wiki.jenkins-ci.org/display/JENKINS/Pipeline+Supporting+APIs+Plugin  
 

  
 
 
 
 

 
 Jenkins /  JENKINS-39155  
 
 
  Only first label in list works correctly in parallel pipeline call   
 

  
 
 
 
 

 
Change By: 
 Greg Smith  
 
 
Status: 
 Open Resolved  
 
 
Resolution: 
 Fixed  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving 

[JIRA] (JENKINS-39155) Only first label in list works correctly in parallel pipeline call

2016-10-20 Thread smithgcov...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Greg Smith commented on  JENKINS-39155  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Only first label in list works correctly in parallel pipeline call   
 

  
 
 
 
 

 
 This seems to have been a problem with the Pipeline Supporting Steps (component workflow-support) that has been fixed in the 2.10 release  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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-39155) Only first label in list works correctly in parallel pipeline call

2016-10-20 Thread smithgcov...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Greg Smith updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-39155  
 
 
  Only first label in list works correctly in parallel pipeline call   
 

  
 
 
 
 

 
Change By: 
 Greg Smith  
 
 
Component/s: 
 workflow-support-plugin  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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-38293) Unable to create Jira issue using Jira plugin for jenkins

2016-10-20 Thread radek.anton...@quiddia.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Radek Antoniuk commented on  JENKINS-38293  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Unable to create Jira issue using Jira plugin for jenkins   
 

  
 
 
 
 

 
 JIRA version 7.x?  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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-30565) Jenkins should ask for confirmation before aborting a build

2016-10-20 Thread db...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Daniel Beck commented on  JENKINS-30565  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Jenkins should ask for confirmation before aborting a build   
 

  
 
 
 
 

 
 

"the message well doesn't display anymore but job cancelation has no effect" hmmm...maybe you missed this point of the comment.
 I did not. You told your browser "From now on, automatically reject all popup messages from this site", and that's what happens. Jenkins asks for confirmation, your browser tells it "No", and nothing gets cancelled. Remember, your computer does what you tell it to do, not what you want  

The job cancellation has no effect and the jenkins ui is stuck, and the job will not be cancelled. I have to delete the job and/or restart jenkins.
 Or, you know, restart your browser to clear the flag you accidentally set.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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-26940) JAVA_HOME is empty when no installer is available for a JDK

2016-10-20 Thread db...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Daniel Beck updated  JENKINS-26940  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-26940  
 
 
  JAVA_HOME is empty when no installer is available for a JDK   
 

  
 
 
 
 

 
Change By: 
 Daniel Beck  
 
 
Status: 
 In  Progress  Review  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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-26940) JAVA_HOME is empty when no installer is available for a JDK

2016-10-20 Thread db...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Daniel Beck commented on  JENKINS-26940  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: JAVA_HOME is empty when no installer is available for a JDK   
 

  
 
 
 
 

 
 Reopened this, I created the PR referencing this issue.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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-26940) JAVA_HOME is empty when no installer is available for a JDK

2016-10-20 Thread db...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Daniel Beck reopened an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-26940  
 
 
  JAVA_HOME is empty when no installer is available for a JDK   
 

  
 
 
 
 

 
Change By: 
 Daniel Beck  
 
 
Resolution: 
 Duplicate  
 
 
Status: 
 Resolved Reopened  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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-26940) JAVA_HOME is empty when no installer is available for a JDK

2016-10-20 Thread db...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Daniel Beck started work on  JENKINS-26940  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
Change By: 
 Daniel Beck  
 
 
Status: 
 Open In Progress  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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-26940) JAVA_HOME is empty when no installer is available for a JDK

2016-10-20 Thread db...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Daniel Beck updated  JENKINS-26940  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-26940  
 
 
  JAVA_HOME is empty when no installer is available for a JDK   
 

  
 
 
 
 

 
Change By: 
 Daniel Beck  
 
 
Status: 
 Reopened Open  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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-34369) NPE on PreBuildMerge.decorateRevisionToBuild

2016-10-20 Thread ifernandezca...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Ivan Fernandez Calvo commented on  JENKINS-34369  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: NPE on PreBuildMerge.decorateRevisionToBuild   
 

  
 
 
 
 

 
 Ready for Release  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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-34369) NPE on PreBuildMerge.decorateRevisionToBuild

2016-10-20 Thread ifernandezca...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Ivan Fernandez Calvo updated  JENKINS-34369  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-34369  
 
 
  NPE on PreBuildMerge.decorateRevisionToBuild   
 

  
 
 
 
 

 
Change By: 
 Ivan Fernandez Calvo  
 
 
Status: 
 In  Progress  Review  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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-34369) NPE on PreBuildMerge.decorateRevisionToBuild

2016-10-20 Thread ifernandezca...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Ivan Fernandez Calvo updated  JENKINS-34369  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-34369  
 
 
  NPE on PreBuildMerge.decorateRevisionToBuild   
 

  
 
 
 
 

 
Change By: 
 Ivan Fernandez Calvo  
 
 
Status: 
 In Review Resolved  
 
 
Resolution: 
 Fixed  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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-29919) Pull Requests with double quotes cause build failures

2016-10-20 Thread ajmichels (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 AJ Michels commented on  JENKINS-29919  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Pull Requests with double quotes cause build failures   
 

  
 
 
 
 

 
 We have encountered this issue also.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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-39155) Only first label in list works correctly in parallel pipeline call

2016-10-20 Thread smithgcov...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Greg Smith updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-39155  
 
 
  Only first label in list works correctly in parallel pipeline call   
 

  
 
 
 
 

 
Change By: 
 Greg Smith  
 
 
Summary: 
 Parallel builds broken - only Only  first label  runs  in list works correctly in parallel pipeline call  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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-27421) Unserializable iterator & entry classes from Java Collections

2016-10-20 Thread ben.d...@ontariosystems.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Ben Dean commented on  JENKINS-27421  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Unserializable iterator & entry classes from Java Collections   
 

  
 
 
 
 

 
 Jesse Glick, the reason I mentioned ArrayList and my safeArray method is that based on the earlier entries method you mentioned, it seems like .collect is fine and it returns an ArrayList. Also I actually tried my safeArray thing and it worked to iterate over that in CPS code.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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-38945) Pipeline script doesn't find method with explicit parameter type

2016-10-20 Thread jgl...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jesse Glick commented on  JENKINS-38945  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Pipeline script doesn't find method with explicit parameter type   
 

  
 
 
 
 

 
 At some point I will see if I can reproduce.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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-39155) Parallel builds broken - only first label runs

2016-10-20 Thread smithgcov...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Greg Smith created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-39155  
 
 
  Parallel builds broken - only first label runs   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Unassigned  
 
 
Components: 
 workflow-cps-plugin  
 
 
Created: 
 2016/Oct/20 8:58 PM  
 
 
Environment: 
 Jenkins LTS 2.19.1  Pipeline API 2.5  Pipeline Groovy 2.20  
 
 
Priority: 
  Major  
 
 
Reporter: 
 Greg Smith  
 

  
 
 
 
 

 
 Today we updated our plugins to the latest available. This included updating Pipeline API from 2.4 -> 2.5 and Pipleline Groovy 2.19 -> 2.20 After we did that, our parallel builds began failing. We have a series of builds that run exactly the same function on several different label's nodes. Only the first action in the list of items submitted to Parallel works – all of the others result in these errors: [centos5x32] Failed in branch centos5x32 [centos5] Failed in branch centos5 [macosx1010] Failed in branch macosx1010 The first item in the generated list runs fine – all others in the parallel fail with the "Failed in branch"  Here is the code that sets up the parallel 

 
def nodeNames = ['windows10', 'centos5x32', 'centos5', 'macosx10.10'] // labels for Jenkins node types we will build on

def builders = [:]
for (x in nodeNames) {
def label = x 

// Create a map to pass in to the 'parallel' step so we can fire all the builds at once
builders[label] = {
node(label) {
commonBuild(label)
}
}
}

try {
	stage ('Parallel Build') {
		parallel builders
	}
} catch(e) {
	currentBuild.result = "FAILED"
	throw e
} 
 

 Agai

[JIRA] (JENKINS-39091) Jira plugin fails to log in to Jira site after dependency updates

2016-10-20 Thread radek.anton...@quiddia.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Radek Antoniuk commented on  JENKINS-39091  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Jira plugin fails to log in to Jira site after dependency updates   
 

  
 
 
 
 

 
 Interesting, I have just tested with JIRA 7.2.2 and Jenkins 2.24. Please add your stacktrace info. Does the "validate" button in Configuration also cause this behavior?  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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-39144) Add Pipeline definition option to build from specified script

2016-10-20 Thread cameron.spen...@caseware.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Cam Spencer commented on  JENKINS-39144  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Add Pipeline definition option to build from specified script   
 

  
 
 
 
 

 
 I was updating the plugins on another Jenkins instance, and I noticed that there is an option for None when selecting the source control. I suppose this feature is already implemented then (though I'm not sure which version of what plugin is required)  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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-39144) Add Pipeline definition option to build from specified script

2016-10-20 Thread cameron.spen...@caseware.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Cam Spencer updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-39144  
 
 
  Add Pipeline definition option to build from specified script   
 

  
 
 
 
 

 
Change By: 
 Cam Spencer  
 
 
Environment: 
 Jenkins 2.24Java 1.8.0_91 Pipeline 2.4Pipeline Graph Analysis Plugin 1.2Pipeline: API 2.4 Pipeline: Basic Steps 2.2Pipeline: Build Step 2.3Pipeline: Groovy 2.18 Pipeline: Input Step 2.1 Pipeline: Job 2.7Pipeline: Milestone Step 1.1Pipeline: Multibranch 2.9Pipeline: Nodes and Processes 2.5Pipeline: REST API Plugin 2.1 Pipeline: SCM Step 2.2Pipeline: Shared Groovy Libraries 2.4Pipeline: Stage Step 2.2Pipeline Stage View Plugin 2.1 Pipeline: Step API 2.4Pipeline: Supporting APIs 2.8  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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-38945) Pipeline script doesn't find method with explicit parameter type

2016-10-20 Thread dcsob...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Daniel Sobral commented on  JENKINS-38945  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Pipeline script doesn't find method with explicit parameter type   
 

  
 
 
 
 

 
 Just checked, and the error stays the same.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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-30565) Jenkins should ask for confirmation before aborting a build

2016-10-20 Thread steve.si...@oracle.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 steve sides commented on  JENKINS-30565  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Jenkins should ask for confirmation before aborting a build   
 

  
 
 
 
 

 
 "the message well doesn't display anymore but job cancelation has no effect" hmmm...maybe you missed this point of the comment.  What I am currently looking at, I click the red x abort job button, a dialog comes up; I dismiss it; I click the red x again; another dialog comes up; I check that box and click ok. However, the job is not cancelled. Jenkins is still hung. The job cancellation has no effect and the jenkins ui is stuck, and the job will not be cancelled. I have to delete the job and/or restart jenkins. This is halfway through a pipeline job using 2.26.   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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-38718) Add an extension point so github et al can expose their default branches via scm api

2016-10-20 Thread jgl...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jesse Glick updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-38718  
 
 
  Add an extension point so github et al can expose their default branches via scm api   
 

  
 
 
 
 

 
Change By: 
 Jesse Glick  
 
 
Labels: 
 api  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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-25119) Sandbox cannot handle methods Groovy provides additionally

2016-10-20 Thread jgl...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jesse Glick commented on  JENKINS-25119  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Sandbox cannot handle methods Groovy provides additionally
 

  
 
 
 
 

 
 Baptiste Mathus Jeff Burke adding comments to closed issues is a waste of time. If you have something reproducible in current software releases that does not look like an obvious duplicate of an open bug, file a fresh bug with complete steps to reproduce from scratch in a self-contained test case yada yada.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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-37588) Multibranch pipleine does not allow quiet time or throttle

2016-10-20 Thread jgl...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jesse Glick commented on  JENKINS-37588  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Multibranch pipleine does not allow quiet time or throttle   
 

  
 
 
 
 

 
 try: Pipeline Syntax » properties » Throttle builds (have not personally ever used it)  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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-19022) GIT Plugin (any version) heavily bloats memory use and size of build.xml with "BuildData" fields

2016-10-20 Thread jgl...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jesse Glick reopened an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 No, the fix was reverted.  
 

  
 
 
 
 

 
 Jenkins /  JENKINS-19022  
 
 
  GIT Plugin (any version) heavily bloats memory use and size of build.xml with "BuildData" fields   
 

  
 
 
 
 

 
Change By: 
 Jesse Glick  
 
 
Resolution: 
 Fixed  
 
 
Status: 
 Resolved Reopened  
 
 
Assignee: 
 Nicolas De Loof  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message bec

[JIRA] (JENKINS-39136) Move CustomNameJobColumn to cloudbees-folder plugin

2016-10-20 Thread jgl...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jesse Glick commented on  JENKINS-39136  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Move CustomNameJobColumn to cloudbees-folder plugin   
 

  
 
 
 
 

 
 

we cannot use the Pronoun trick as that is Item in a lot of cases
 In which cases? AFAIK this is always or almost always overridden. I am also fine with plain old JobColumn.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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-38601) Cannot mark Multibranch Pipeline as Favorite in Blue Ocean when no master branch

2016-10-20 Thread cmey...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Cliff Meyers commented on  JENKINS-38601  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Cannot mark Multibranch Pipeline as Favorite in Blue Ocean when no master branch   
 

  
 
 
 
 

 
 Michael Neale Vivek Pandey as there was some discussion about the current Favorite plugin having some bugs or other issues, I just thought I'd call one out: 
 
Favorite a branch in a multi-branch pipeline 
Favorite displays in dashboard as expected 
Go to classic UI. Move the MBP inside of a folder 
Reload BOUI: note that favorite is missing 
 Not sure if this is applicable to all job types or just multi-branch.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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-27299) Refactor Disable Build feature out of AbstractProject for Workflow Compatibility

2016-10-20 Thread project....@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Mike Hay commented on  JENKINS-27299  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Refactor Disable Build feature out of AbstractProject for Workflow Compatibility   
 

  
 
 
 
 

 
 +1  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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-38975) Implement PR job rebuild on pull request comment

2016-10-20 Thread bksavi...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Brian Saville commented on  JENKINS-38975  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Implement PR job rebuild on pull request comment   
 

  
 
 
 
 

 
 I realize that I classified this as minor, but the feature is ready to go as far as I see unless I get some more feedback (already responded to some feedback on the PR). Is there any possibility of getting this merged in?  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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-39154) Can not edit Pipeline script - text not visible on Configure Page

2016-10-20 Thread smithgcov...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Greg Smith updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-39154  
 
 
  Can not edit Pipeline script - text not visible on Configure Page   
 

  
 
 
 
 

 
Change By: 
 Greg Smith  
 
 
Attachment: 
 Screen Shot 2016-10-20 at 2.57.43 PM.png  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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-39154) Can not edit Pipeline script - text not visible on Configure Page

2016-10-20 Thread smithgcov...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Greg Smith commented on  JENKINS-39154  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Can not edit Pipeline script - text not visible on Configure Page   
 

  
 
 
 
 

 
 Attached another screenshot for wider context.   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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-39154) Can not edit Pipeline script - text not visible on Configure Page

2016-10-20 Thread smithgcov...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Greg Smith created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-39154  
 
 
  Can not edit Pipeline script - text not visible on Configure Page   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Unassigned  
 
 
Attachments: 
 Screen Shot 2016-10-20 at 2.46.14 PM.png  
 
 
Components: 
 workflow-cps-plugin  
 
 
Created: 
 2016/Oct/20 6:56 PM  
 
 
Environment: 
 Jenkins LTS 2.19.1  Pipeline API 2.5  Pipeline Groovy 2.20  
 
 
Priority: 
  Critical  
 
 
Reporter: 
 Greg Smith  
 

  
 
 
 
 

 
 Today I updated the plugins for Pipeline API and Pipeline Groovy. After doing so, if I go to the configuration page for one of my jobs which was defined as a simple Pipleline script, the script is not shown. No text edit window is shown, the script is not shown. Screenshot attached  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 
  

[JIRA] (JENKINS-34369) NPE on PreBuildMerge.decorateRevisionToBuild

2016-10-20 Thread scm_issue_l...@java.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 SCM/JIRA link daemon commented on  JENKINS-34369  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: NPE on PreBuildMerge.decorateRevisionToBuild   
 

  
 
 
 
 

 
 Code changed in jenkins User: Mark Waite Path: src/main/java/hudson/plugins/git/extensions/impl/PreBuildMerge.java http://jenkins-ci.org/commit/git-plugin/2025127d7e82cc61b0b8f6ede91997c28bfd3c3d Log: Merge pull request #394 from kuisathaverat/JENKINS-34369 JENKINS-34369 protect against a NPE form GitSCM.getBuildData Compare: https://github.com/jenkinsci/git-plugin/compare/fcbdc768536c...2025127d7e82  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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-34369) NPE on PreBuildMerge.decorateRevisionToBuild

2016-10-20 Thread scm_issue_l...@java.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 SCM/JIRA link daemon commented on  JENKINS-34369  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: NPE on PreBuildMerge.decorateRevisionToBuild   
 

  
 
 
 
 

 
 Code changed in jenkins User: Ivan Fernandez Calvo Path: src/main/java/hudson/plugins/git/extensions/impl/PreBuildMerge.java http://jenkins-ci.org/commit/git-plugin/11f792c756a6f030355df73932ccde99a9057146 Log: JENKINS-34369 protect against a NPE form GitSCM.getBuildData is not checked into PreBuildMerge.decorateRevisionToBuild  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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-39153) GString not supported by automatically generated DSL

2016-10-20 Thread m...@daniel-spilker.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Daniel Spilker created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-39153  
 
 
  GString not supported by automatically generated DSL   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Daniel Spilker  
 
 
Components: 
 job-dsl-plugin  
 
 
Created: 
 2016/Oct/20 6:25 PM  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Daniel Spilker  
 

  
 
 
 
 

 
 The following script will cause an error because of the GString argument to room 

 

def SLACK_CHANNEL = 'bar'

job('example') {
  publishers {
slackNotifier {
  room("foo-${SLACK_CHANNEL}")
  notifyAborted(true)
  notifyFailure(true)
  notifyNotBuilt(false)
  notifyUnstable(true)
  notifyBackToNormal(true)
  notifySuccess(false)
  notifyRepeatedFailure(false)
  startNotification(false)
  includeTestSummary(false)
  includeCustomMessage(false)
  customMessage(null)
  buildServerUrl(null)
  sendAs(null)
  commitInfoChoice('NONE')
  teamDomain(null)
  authToken(null)
}
  }
}
 

 console log: 

 

Processing provided DSL script
ERROR: (script, line 6) No signature of method: javaposse.jobdsl.plugin.structs.DescribableContext.room() is applicable for argument types: (org.codehaus.groovy.runtime.GStringImpl) values: [foo-bar]
Possible solutions: wait(), dump(), any(), find(), grep(), wait(long)
Finished: FAILURE
 

  
 

  
   

[JIRA] (JENKINS-38956) can't add clover publisher

2016-10-20 Thread robertx.mie...@intel.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Robert Miesen commented on  JENKINS-38956  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: can't add clover publisher   
 

  
 
 
 
 

 
 We are also experiencing this issue on Jenkins v2.19.1 LTS. Maybe this is related to a change in the API in the weekly release branch that hasn't trickled down into LTS yet?  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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-33615) Admin rights delegation issue on W10 in powershell plugin

2016-10-20 Thread oh...@microsoft.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Ohad Schneider commented on  JENKINS-33615  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Admin rights delegation issue on W10 in powershell plugin   
 

  
 
 
 
 

 
 I can confirm this issue. We're hitting it from a different angle - we're trying to install an APPX package but the installation script (App-AddDevPackage.ps1) requires admin privileges in order to install the associated certificate. It's also a matter of consistency. The batch / bash shells both run with admin privileges, so it stands to reason that PowerShell will be elevated as well.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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-34867) Jenkins SAML SSO issue

2016-10-20 Thread benjamin.j.mcc...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Ben McCann assigned an issue to Unassigned  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-34867  
 
 
  Jenkins SAML SSO issue   
 

  
 
 
 
 

 
Change By: 
 Ben McCann  
 
 
Assignee: 
 Ben McCann  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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-30274) ADFS Integration - What claims to use?

2016-10-20 Thread benjamin.j.mcc...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Ben McCann assigned an issue to Unassigned  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-30274  
 
 
  ADFS Integration - What claims to use?   
 

  
 
 
 
 

 
Change By: 
 Ben McCann  
 
 
Assignee: 
 Ben McCann  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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-37320) SAML SSO plugin change - Enable Unified Jenkins profile config for SSO

2016-10-20 Thread benjamin.j.mcc...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Ben McCann assigned an issue to Unassigned  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-37320  
 
 
  SAML SSO plugin change - Enable Unified Jenkins profile config for SSO
 

  
 
 
 
 

 
Change By: 
 Ben McCann  
 
 
Assignee: 
 Ben McCann  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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-35434) Wiki is out-of-sync with 0.5

2016-10-20 Thread benjamin.j.mcc...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Ben McCann assigned an issue to Unassigned  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-35434  
 
 
  Wiki is out-of-sync with 0.5   
 

  
 
 
 
 

 
Change By: 
 Ben McCann  
 
 
Assignee: 
 Ben McCann  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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-31043) SAML plugin can't auth with CSRF protection enabled

2016-10-20 Thread benjamin.j.mcc...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Ben McCann assigned an issue to Unassigned  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-31043  
 
 
  SAML plugin can't auth with CSRF protection enabled   
 

  
 
 
 
 

 
Change By: 
 Ben McCann  
 
 
Assignee: 
 Ben McCann  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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-36274) SamlException when using SAML-plugin on securityRealm/finishLogin

2016-10-20 Thread benjamin.j.mcc...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Ben McCann assigned an issue to Unassigned  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-36274  
 
 
  SamlException when using SAML-plugin on securityRealm/finishLogin   
 

  
 
 
 
 

 
Change By: 
 Ben McCann  
 
 
Assignee: 
 Ben McCann  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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-36373) SAML Plugin Disappears when Jenkins is restarted

2016-10-20 Thread benjamin.j.mcc...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Ben McCann assigned an issue to Unassigned  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-36373  
 
 
  SAML Plugin Disappears when Jenkins is restarted   
 

  
 
 
 
 

 
Change By: 
 Ben McCann  
 
 
Assignee: 
 Ben McCann  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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   3   4   >