[JIRA] (JENKINS-39319) "Can not read hook payload" when Push or Pull Request

2016-11-03 Thread david.gont...@carano.de (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 David Gontrum closed an issue as Not A Defect  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Seems like it was a problem with internal ops:  No request-Body was sent to Jenkins-Hook.   
 

  
 
 
 
 

 
 Jenkins /  JENKINS-39319  
 
 
  "Can not read hook payload" when Push or Pull Request   
 

  
 
 
 
 

 
Change By: 
 David Gontrum  
 
 
Status: 
 Open Closed  
 
 
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 

[JIRA] (JENKINS-39492) slow configure page load

2016-11-03 Thread abedwar...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Adam created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-39492  
 
 
  slow configure page load   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Nicolas De Loof  
 
 
Components: 
 docker-slaves-plugin  
 
 
Created: 
 2016/Nov/04 5:38 AM  
 
 
Environment: 
 2.19.2  
 
 
Priority: 
  Critical  
 
 
Reporter: 
 Adam  
 

  
 
 
 
 

 
 After installing the docker-slaves-plugin, the page loading for the job configure page hangs for 3-4 seconds after loading. It's very apparent if you start scrolling the page. I have noticed this in my own environment with many plugins. I then was also able to reproduce the issue using a fresh jenkins docker install and then installing this plugin. Uninstalling the plugin fixes the issue  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
   

[JIRA] (JENKINS-23846) Jenkins Maven support doesn't handle version ranges in parent definitions

2016-11-03 Thread atea...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Luis Ashurei commented on  JENKINS-23846  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Jenkins Maven support doesn't handle version ranges in parent definitions   
 

  
 
 
 
 

 
 Reproduced a similar issue with ${project.version} as well. Jenkins: 1.584 Maven Integration plugin: version 2.13; installed 2.9 Maven: 3.3.3 Issue detail: https://stackoverflow.com/questions/39590893/jenkins-fails-to-parse-pom-with-variables  
 

  
 
 
 
 

 
 
 

 
 
 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-39491) Syntax for performing a p4 unshelve in a Jenkins(2) pipeline/groovy script.

2016-11-03 Thread jaros...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jacob Smith updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-39491  
 
 
  Syntax for performing a p4 unshelve in a Jenkins(2) pipeline/groovy script.   
 

  
 
 
 
 

 
Change By: 
 Jacob Smith  
 

  
 
 
 
 

 
 I'm currently syncing with a pipeline/groovy step like this:{code: java groovy }checkout([$class: 'PerforceScm', credential: 'my-p4-credentials', populate: [$class: 'ForceCleanImpl',  have: false,  parallel: [enable: false,  minbytes: '1024',  minfiles: '1',  path: '/usr/local/bin/p4',  threads: '4'],  pin: p4shelf,   // <--! this variable is the shelf CL  quiet: true], workspace: [$class: 'TemplateWorkspaceImpl', charset: 'auto', format: 'jenkins-${NODE_NAME}-${JOB_NAME}', pinHost: false, templateName: p4branch]]){code}However, I doubt the 'pin' is doing anything useful—regardless of my comment. Is there any way to convince the p4 SCM to checkout _or_ unshelve?Thanks!  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

[JIRA] (JENKINS-39491) Syntax for performing a p4 unshelve in a Jenkins(2) pipeline/groovy script.

2016-11-03 Thread jaros...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jacob Smith updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-39491  
 
 
  Syntax for performing a p4 unshelve in a Jenkins(2) pipeline/groovy script.   
 

  
 
 
 
 

 
Change By: 
 Jacob Smith  
 

  
 
 
 
 

 
 I'm currently syncing with a pipeline/groovy step like this:  {code: groovy java }checkout([$class: 'PerforceScm', credential: 'my-p4-credentials', populate: [$class: 'ForceCleanImpl',  have: false,  parallel: [enable: false,  minbytes: '1024',  minfiles: '1',  path: '/usr/local/bin/p4',  threads: '4'],  pin: p4shelf,   // <--! this variable is the shelf CL  quiet: true], workspace: [$class: 'TemplateWorkspaceImpl', charset: 'auto', format: 'jenkins-${NODE_NAME}-${JOB_NAME}', pinHost: false, templateName: p4branch]]){code}However, I doubt the 'pin' is doing anything useful—regardless of my comment. Is there any way to convince the p4 SCM to checkout _or_ unshelve?Thanks!  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
   

[JIRA] (JENKINS-39491) Syntax for performing a p4 unshelve in a Jenkins(2) pipeline/groovy script.

2016-11-03 Thread jaros...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jacob Smith created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-39491  
 
 
  Syntax for performing a p4 unshelve in a Jenkins(2) pipeline/groovy script.   
 

  
 
 
 
 

 
Issue Type: 
  Task  
 
 
Assignee: 
 Unassigned  
 
 
Components: 
 p4-plugin  
 
 
Created: 
 2016/Nov/04 4:45 AM  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Jacob Smith  
 

  
 
 
 
 

 
 I'm currently syncing with a pipeline/groovy step like this: {{checkout( [$class: 'PerforceScm', credential: 'my-p4-credentials', populate: [$class: 'ForceCleanImpl', have: false, parallel: [enable: false, minbytes: '1024', minfiles: '1', path: '/usr/local/bin/p4', threads: '4'], pin: p4shelf, // <--! this variable is the shelf CL quiet: true], workspace: [$class: 'TemplateWorkspaceImpl', charset: 'auto', format: 'jenkins-$ {NODE_NAME} -$ {JOB_NAME} ', pinHost: false, templateName: p4branch]])}} However, I doubt the 'pin' is doing anything useful—regardless of my comment. Is there any way to convince the p4 SCM to checkout or unshelve? Thanks!  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 


[JIRA] (JENKINS-39491) Syntax for performing a p4 unshelve in a Jenkins(2) pipeline/groovy script.

2016-11-03 Thread jaros...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jacob Smith updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-39491  
 
 
  Syntax for performing a p4 unshelve in a Jenkins(2) pipeline/groovy script.   
 

  
 
 
 
 

 
Change By: 
 Jacob Smith  
 

  
 
 
 
 

 
 I'm currently syncing with a pipeline/groovy step like this:  { { code:java} checkout([$class: 'PerforceScm', credential: 'my-p4-credentials', populate: [$class: 'ForceCleanImpl',  have: false,  parallel: [enable: false,  minbytes: '1024',  minfiles: '1',  path: '/usr/local/bin/p4',  threads: '4'],  pin: p4shelf,   // <--! this variable is the shelf CL  quiet: true], workspace: [$class: 'TemplateWorkspaceImpl', charset: 'auto', format: 'jenkins-${NODE_NAME}-${JOB_NAME}', pinHost: false, templateName: p4branch]]) {code } }   However, I doubt the 'pin' is doing anything useful—regardless of my comment. Is there any way to convince the p4 SCM to checkout _or_ unshelve?Thanks!  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

[JIRA] (JENKINS-38950) Add support for multiple artifact upload

2016-11-03 Thread pskumar...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Suresh Kumar commented on  JENKINS-38950  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Add support for multiple artifact upload   
 

  
 
 
 
 

 
 Now its merged into main line. Will be released soon with 2.8 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-38950) Add support for multiple artifact upload

2016-11-03 Thread pskumar...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Suresh Kumar resolved as Fixed  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-38950  
 
 
  Add support for multiple artifact upload   
 

  
 
 
 
 

 
Change By: 
 Suresh Kumar  
 
 
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 emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-38950) Add support for multiple artifact upload

2016-11-03 Thread pskumar...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Suresh Kumar stopped work on  JENKINS-38950  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
Change By: 
 Suresh Kumar  
 
 
Status: 
 In Progress 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-37794) JGit filters tags with "/" in their name, CliGit does not

2016-11-03 Thread mark.earl.wa...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Mark Waite resolved as Fixed  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Fixed in git client plugin 2.1.0 released 3 Nov 2016.  
 

  
 
 
 
 

 
 Jenkins /  JENKINS-37794  
 
 
  JGit filters tags with "/" in their name, CliGit does not   
 

  
 
 
 
 

 
Change By: 
 Mark Waite  
 
 
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 emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit 

[JIRA] (JENKINS-34547) Make WorkflowJob.concurrentBuild into a JobProperty

2016-11-03 Thread sid...@outlook.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Sid S commented on  JENKINS-34547  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Make WorkflowJob.concurrentBuild into a JobProperty   
 

  
 
 
 
 

 
 How do users use this in their Jenkinsfile? Can't seem to find any documentation on 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-26660) Add another '-f' to git clean to remove deleted submodules or other repos checked out in workspace in pipeline

2016-11-03 Thread mark.earl.wa...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Mark Waite commented on  JENKINS-26660  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Add another '-f' to git clean to remove deleted submodules or other repos checked out in workspace in pipeline   
 

  
 
 
 
 

 
 Alexey Melezhik A pull request was submitted requesting to change git clean from "git clean -xfd" to "git clean -xffd". I rejected the pull request because it would silently and significantly change the behavior for all users of the git plugin. There are now over 90 000 installations of the git plugin and I cannot silently and significantly change the behavior of "git clean". Refer to the comments on PR163 for the detailed rationale. If the "Clean before checkout" and "Clean after checkout" were extended to allow an additional behavior to "clean submodules", or if the submodules additional behavior were extended to optionally allow the user to specify that they want submodules cleaned, I would be willing to consider it. The change would need to be accompanied by automated tests which show the condition without the extra clean, and the condition with the extra clean.  
 

  
 
 
 
 

 
 
 

 
 
 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-34297) Create an Extension for Client Interface

2016-11-03 Thread mchug...@hotmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Christian McHugh resolved as Fixed  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Committed to master. I am not familiar with xstream, so reopen if necessary.  
 

  
 
 
 
 

 
 Jenkins /  JENKINS-34297  
 
 
  Create an Extension for Client Interface   
 

  
 
 
 
 

 
Change By: 
 Christian McHugh  
 
 
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 emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit 

[JIRA] (JENKINS-34053) Add support for local_subset client

2016-11-03 Thread mchug...@hotmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Christian McHugh closed an issue as Fixed  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-34053  
 
 
  Add support for local_subset client   
 

  
 
 
 
 

 
Change By: 
 Christian McHugh  
 
 
Status: 
 Resolved Closed  
 

  
 
 
 
 

 
 
 

 
 
 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-34053) Add support for local_subset client

2016-11-03 Thread mchug...@hotmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Christian McHugh resolved as Fixed  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Added in master branch  
 

  
 
 
 
 

 
 Jenkins /  JENKINS-34053  
 
 
  Add support for local_subset client   
 

  
 
 
 
 

 
Change By: 
 Christian McHugh  
 
 
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 emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-34053) Add support for local_subset client

2016-11-03 Thread mchug...@hotmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Christian McHugh commented on  JENKINS-34053  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Add support for local_subset client   
 

  
 
 
 
 

 
 Added in 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-38866) Multi branch with same commit not getting triggered as expected

2016-11-03 Thread mark.earl.wa...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Mark Waite assigned an issue to Unassigned  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-38866  
 
 
  Multi branch with same commit not getting triggered as expected   
 

  
 
 
 
 

 
Change By: 
 Mark Waite  
 
 
Assignee: 
 Mark Waite  
 

  
 
 
 
 

 
 
 

 
 
 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-27618) Workflow support for NUnit plugin

2016-11-03 Thread sid...@outlook.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Sid S commented on  JENKINS-27618  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Workflow support for NUnit plugin   
 

  
 
 
 
 

 
 Sebastian Godelet this is great. I did notice that if there is a single file, like "build\TestResult.xml" but if you set testResultPattern:'**TestResult.xml' then you get 2x the test failures. For some reason it double counts. Is this a known 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-27618) Workflow support for NUnit plugin

2016-11-03 Thread sid...@outlook.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Sid S edited a comment on  JENKINS-27618  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Workflow support for NUnit plugin   
 

  
 
 
 
 

 
 [~sebgod] this is great. I did notice that if there is a single file, like "build\TestResult.xml" but if you set  {code:java}  testResultPattern:'**\\TestResult.xml'  {code}  then you get 2x the test failures. For some reason it double counts. Is this a known 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-37443) Publish hangs for xUnit Plugin for (NUnit test report) in multiple-pipeline

2016-11-03 Thread sid...@outlook.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Sid S edited a comment on  JENKINS-37443  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Publish hangs for xUnit Plugin for (NUnit test report) in multiple-pipeline   
 

  
 
 
 
 

 
 To anyone else reading this, you can install the NUnit Plugin (https://wiki.jenkins-ci.org/display/JENKINS/NUnit+Plugin) inside Jenkins. Then add {noformat}step([$class: 'NUnitPublisher', testResultsPattern: 'build\\TestResult.xml', debug: false, keepJUnitReports: true, skipJUnitArchiver:false, failIfNoResults: true]){noformat}Obviously, replace "build\TestResult.xml" with your test file name or search pattern Seems [https://issues.jenkins-ci.org/browse/JENKINS-27618]  
 

  
 
 
 
 

 
 
 

 
 
 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-37443) Publish hangs for xUnit Plugin for (NUnit test report) in multiple-pipeline

2016-11-03 Thread sid...@outlook.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Sid S edited a comment on  JENKINS-37443  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Publish hangs for xUnit Plugin for (NUnit test report) in multiple-pipeline   
 

  
 
 
 
 

 
 To anyone else reading this, you can install the NUnit Plugin (https://wiki.jenkins-ci.org/display/JENKINS/NUnit+Plugin) inside Jenkins. Then add {noformat}step([$class: 'NUnitPublisher', testResultsPattern: 'build\\TestResult.xml', debug: false, keepJUnitReports: true, skipJUnitArchiver:false, failIfNoResults: true]){noformat}Obviously, replace "build\TestResult.xml" with your test file name or search patternSeems  it was recently fixed at  [https://issues.jenkins-ci.org/browse/JENKINS-27618]  
 

  
 
 
 
 

 
 
 

 
 
 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-37443) Publish hangs for xUnit Plugin for (NUnit test report) in multiple-pipeline

2016-11-03 Thread sid...@outlook.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Sid S edited a comment on  JENKINS-37443  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Publish hangs for xUnit Plugin for (NUnit test report) in multiple-pipeline   
 

  
 
 
 
 

 
 To anyone else reading this, you can install the NUnit Plugin (https://wiki.jenkins-ci.org/display/JENKINS/NUnit+Plugin) inside Jenkins. Then add {noformat}step([$class: 'NUnitPublisher', testResultsPattern: 'build\\TestResult.xml', debug: false, keepJUnitReports: true, skipJUnitArchiver:false, failIfNoResults: true]){noformat}Obviously, replace "build\ \ TestResult.xml" with your test file name or search pattern  
 

  
 
 
 
 

 
 
 

 
 
 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-37443) Publish hangs for xUnit Plugin for (NUnit test report) in multiple-pipeline

2016-11-03 Thread sid...@outlook.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Sid S edited a comment on  JENKINS-37443  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Publish hangs for xUnit Plugin for (NUnit test report) in multiple-pipeline   
 

  
 
 
 
 

 
 To anyone else reading this, you can install the NUnit Plugin (https://wiki.jenkins-ci.org/display/JENKINS/NUnit+Plugin) inside Jenkins. Then add {noformat}step([$class: 'NUnitPublisher', testResultsPattern: 'build\\TestResult.xml', debug: false, keepJUnitReports: true, skipJUnitArchiver:false, failIfNoResults: true]){noformat} Obviously, replace "build\\TestResult.xml" with your test file name or search pattern  
 

  
 
 
 
 

 
 
 

 
 
 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-37443) Publish hangs for xUnit Plugin for (NUnit test report) in multiple-pipeline

2016-11-03 Thread sid...@outlook.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Sid S commented on  JENKINS-37443  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Publish hangs for xUnit Plugin for (NUnit test report) in multiple-pipeline   
 

  
 
 
 
 

 
 To anyone else reading this, you can install the NUnit Plugin (https://wiki.jenkins-ci.org/display/JENKINS/NUnit+Plugin) inside Jenkins. Then add  {{step([$class: 'NUnitPublisher', testResultsPattern: 'build\\TestResult.xml', debug: false, keepJUnitReports: true, skipJUnitArchiver:false, failIfNoResults: true]) }}  
 

  
 
 
 
 

 
 
 

 
 
 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-37443) Publish hangs for xUnit Plugin for (NUnit test report) in multiple-pipeline

2016-11-03 Thread sid...@outlook.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Sid S edited a comment on  JENKINS-37443  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Publish hangs for xUnit Plugin for (NUnit test report) in multiple-pipeline   
 

  
 
 
 
 

 
 To anyone else reading this, you can install the NUnit Plugin (https://wiki.jenkins-ci.org/display/JENKINS/NUnit+Plugin) inside Jenkins. Then add { { noformat} step([$class: 'NUnitPublisher', testResultsPattern: 'build\\TestResult.xml', debug: false, keepJUnitReports: true, skipJUnitArchiver:false, failIfNoResults: true]) {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-39444) Spurious "You have no permission to build" errors with inconsistent effects.

2016-11-03 Thread scott.justa...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Scott Justason commented on  JENKINS-39444  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Spurious "You have no permission to build" errors with inconsistent effects.   
 

  
 
 
 
 

 
 I'm experiencing the same issue. We are also using Jenkins 2.28. Jobs that previously simply kicked off the downstream project, no longer do this and instead give the error:  Warning: this build has no associated authentication, so build permissions may be lacking, and downstream projects which cannot even be seen by an anonymous user will be silently skipped  
 

  
 
 
 
 

 
 
 

 
 
 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-39490) Kubernetes-plugin 0.9 release not in Repo

2016-11-03 Thread lachlan.even...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Lachlan Evenson created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-39490  
 
 
  Kubernetes-plugin 0.9 release not in Repo   
 

  
 
 
 
 

 
Issue Type: 
  Task  
 
 
Assignee: 
 Carlos Sanchez  
 
 
Components: 
 kubernetes-plugin  
 
 
Created: 
 2016/Nov/03 11:11 PM  
 
 
Labels: 
 plugin  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Lachlan Evenson  
 

  
 
 
 
 

 
 I see the 0.9 of the plugin has been released but is not available on the plugin download site. Why not? https://github.com/jenkinsci/kubernetes-plugin/releases http://updates.jenkins-ci.org/download/plugins/kubernetes/  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

[JIRA] (JENKINS-39490) Kubernetes-plugin 0.9 release not in plugin download repo

2016-11-03 Thread lachlan.even...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Lachlan Evenson updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-39490  
 
 
  Kubernetes-plugin 0.9 release not in plugin download repo   
 

  
 
 
 
 

 
Change By: 
 Lachlan Evenson  
 
 
Summary: 
 Kubernetes-plugin 0.9 release not in  Repo  plugin download repo  
 

  
 
 
 
 

 
 
 

 
 
 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-37443) Publish hangs for xUnit Plugin for (NUnit test report) in multiple-pipeline

2016-11-03 Thread sid...@outlook.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Sid S commented on  JENKINS-37443  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Publish hangs for xUnit Plugin for (NUnit test report) in multiple-pipeline   
 

  
 
 
 
 

 
 Is that still the recommended route? If so, how do you apply the xslt file for the transform? Looking for the jenkinsfile syntax ...  
 

  
 
 
 
 

 
 
 

 
 
 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-39440) Groovy exceptions are not logged in Blue Ocean

2016-11-03 Thread mne...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Michael Neale commented on  JENKINS-39440  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Groovy exceptions are not logged in Blue Ocean   
 

  
 
 
 
 

 
 yes, this is valid. There are tons of cases like this where things fall through the cracks which we need to cater for. A gutter for unhandled errors.   
 

  
 
 
 
 

 
 
 

 
 
 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-39440) Groovy exceptions are not logged in Blue Ocean

2016-11-03 Thread jdu...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 James Dumay resolved as Duplicate  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 R. Tyler Croy we are going to get some help from the CB OSS team to solve this as part of JENKINS-38759.  
 

  
 
 
 
 

 
 Jenkins /  JENKINS-39440  
 
 
  Groovy exceptions are not logged in Blue Ocean   
 

  
 
 
 
 

 
Change By: 
 James Dumay  
 
 
Status: 
 Open Resolved  
 
 
Resolution: 
 Duplicate  
 

  
 
 
 
 

 
 
 

 
 
 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.

[JIRA] (JENKINS-39334) Unable to run script.sh using "Execute shell script on remote host using ssh"

2016-11-03 Thread jimmy...@itcinfotech.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jimmy Vo edited a comment on  JENKINS-39334  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Unable to run script.sh using "Execute shell script on remote host using ssh"   
 

  
 
 
 
 

 
 Hi Nenashev,This is new test and the setup.sh file:{quote}#export JAVA_HOME=/ptc/Windchill_10.2/Java$WT_HOME/bin/windchill shellsh -ex $WT_HOME/cbif/setup.sh  -Dcbif.install.zip=/Path-To-File/patch.zip  -Dcbif.install.quiet=true -Dcbif.install.noRestart=true -Dcbif.install.phaseTwoOnly=true -Dcbif.install.force=true{quote}When I disable the JAVA_HOME, it shows errors:{quote}Use of uninitialized value $ENV{"JAVA_HOME"} in string ne at $WT_HOME/bin/windchill line 118.$WT_HOME/cbif/setup.sh: line 2:  *  ant: command not found * {quote}This is the *setup.sh *file:{quote}"# Setup file - Batch script to launch the installer found in a zip fileant -f install.xml -lib $WT_HOME/ant/cbiflib $@  {quote} "Then I try to run the ant command directly, but it still cannot run it:"sh: ant: No such file or directory"{quote}/ptc/Windchill_10.2/Windchill/bin/windchill shellant -f install.xml -lib /ptc/Windchill_10.2/Windchill/ant/cbiflib $@  -Dcbif.install.zip=/ptcdata/store/NCR2.0/NCR-Installation-Dev110.zip -Dcbif.install.quiet=true -Dcbif.install.noRestart=true -Dcbif.install.phaseTwoOnly=true -Dcbif.install.force=true{quote} The error:*bash: line 8: ant: command not found* If I export JAVA_HOME again, it doesn't show those errors, but it runs forever with spinning icon and shows no error.When I run these commands on a putty from my local computer to connect to the Slave node, it works with no error.Thank you  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





-- 
You 

[JIRA] (JENKINS-39167) Job Column should have a smart header column name

2016-11-03 Thread stephen.alan.conno...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Stephen Connolly updated  JENKINS-39167  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Decision is that this is not a useful feature  
 

  
 
 
 
 

 
 Jenkins /  JENKINS-39167  
 
 
  Job Column should have a smart header column name   
 

  
 
 
 
 

 
Change By: 
 Stephen Connolly  
 
 
Status: 
 In Review Closed  
 
 
Resolution: 
 Won't Fix  
 

  
 
 
 
 

 
 
 

 
 
 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 

[JIRA] (JENKINS-39278) new pipeline build not started by p4 trigger if existing pipeline already running

2016-11-03 Thread jenk...@richardlee.name (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Richard Lee commented on  JENKINS-39278  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: new pipeline build not started by p4 trigger if existing pipeline already running   
 

  
 
 
 
 

 
 Also, if a build fails, the jenkins plugin just keeps re-launching the build over and over again, even if there have been no new changes. This seems bad.  
 

  
 
 
 
 

 
 
 

 
 
 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-39334) Unable to run script.sh using "Execute shell script on remote host using ssh"

2016-11-03 Thread jimmy...@itcinfotech.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jimmy Vo edited a comment on  JENKINS-39334  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Unable to run script.sh using "Execute shell script on remote host using ssh"   
 

  
 
 
 
 

 
 Hi Nenashev,This is new test and the setup.sh file: {quote} #export JAVA_HOME=/ptc/Windchill_10.2/Java$WT_HOME/bin/windchill shellsh -ex $WT_HOME/cbif/setup.sh  -Dcbif.install.zip=/Path-To-File/patch.zip  -Dcbif.install.quiet=true -Dcbif.install.noRestart=true -Dcbif.install.phaseTwoOnly=true -Dcbif.install.force=true {quote} When I disable the JAVA_HOME, it shows errors: {quote} Use of uninitialized value $ENV{"JAVA_HOME"} in string ne at $WT_HOME/bin/windchill line 118.$WT_HOME/cbif/setup.sh: line 2: ant: command not found {quote} This is the *setup.sh *file:{quote}"# Setup file - Batch script to launch the installer found in a zip fileant -f install.xml -lib $WT_HOME/ant/cbiflib $@  {quote} "Then I try to run the ant command directly, but it still cannot run it:"sh: ant: No such file or directory" {quote}/ptc/Windchill_10.2/Windchill/bin/windchill shell  ant -f install.xml -lib /ptc/Windchill_10.2/Windchill/ant/cbiflib $@  -Dcbif.install.zip=/ptcdata/store/NCR2.0/NCR-Installation-Dev110.zip -Dcbif.install.quiet=true -Dcbif.install.noRestart=true -Dcbif.install.phaseTwoOnly=true -Dcbif.install.force=true  {quote} If I export JAVA_HOME again, it doesn't show those errors, but it runs forever with spinning icon and shows no error.When I run these commands on a putty from my local computer to connect to the Slave node, it works with no error.Thank you  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





-- 
You received this message because you are 

[JIRA] (JENKINS-39334) Unable to run script.sh using "Execute shell script on remote host using ssh"

2016-11-03 Thread jimmy...@itcinfotech.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jimmy Vo edited a comment on  JENKINS-39334  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Unable to run script.sh using "Execute shell script on remote host using ssh"   
 

  
 
 
 
 

 
 Hi Nenashev,This is new test and the setup.sh file: #export JAVA_HOME=/ptc/Windchill_10.2/Java$WT_HOME/bin/windchill shellsh -ex $WT_HOME/cbif/setup.sh  -Dcbif.install.zip=/Path-To-File/patch.zip  -Dcbif.install.quiet=true -Dcbif.install.noRestart=true -Dcbif.install.phaseTwoOnly=true -Dcbif.install.force=trueWhen I disable the JAVA_HOME, it shows errors:Use of uninitialized value $ENV{"JAVA_HOME"} in string ne at  $WT_HOME  / ptc/Windchill_10.2/Windchill/ bin/windchill line 118.$WT_HOME/cbif/setup.sh: line 2: ant: command not foundThis is the  *  setup.sh  *  file: {quote} "# Setup file - Batch script to launch the installer found in a zip fileant -f install.xml -lib $WT_HOME/ant/cbiflib $@   {quote}  "Then I try to run the ant command directly, but it still cannot run it:"sh: ant: No such file or directory"If I export JAVA_HOME again, it doesn't show those  error  errors , but it runs forever with spinning icon and shows no error.When I run these commands on a putty from my local computer to connect to the Slave node, it works with no error.Thank you  
 

  
 
 
 
 

 
 
 

 
 
 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-39006) Build does not trigger with Inverse strategy and Github plugin trigger enabled

2016-11-03 Thread ingun...@cisco.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Indra Gunawan closed an issue as Duplicate  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Closing this as duplicate  
 

  
 
 
 
 

 
 Jenkins /  JENKINS-39006  
 
 
  Build does not trigger with Inverse strategy and Github plugin trigger enabled   
 

  
 
 
 
 

 
Change By: 
 Indra Gunawan  
 
 
Status: 
 Open Closed  
 
 
Resolution: 
 Duplicate  
 

  
 
 
 
 

 
 
 

 
 
 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 

[JIRA] (JENKINS-39006) Build does not trigger with Inverse strategy and Github plugin trigger enabled

2016-11-03 Thread ingun...@cisco.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Indra Gunawan commented on  JENKINS-39006  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Build does not trigger with Inverse strategy and Github plugin trigger enabled   
 

  
 
 
 
 

 
 It looks like I need to enable "Force polling using workspace". I am now successful to use "Inverse" Strategy to build non-master branch upon commit push to Github. The git plugin I use is version 2.5.1 and git-client version 1.19.7. Reference: https://issues.jenkins-ci.org/browse/JENKINS-10131 and https://issues.jenkins-ci.org/browse/JENKINS-21264 -Indra  
 

  
 
 
 
 

 
 
 

 
 
 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-39459) Unable to delete project in Jenkins

2016-11-03 Thread nthomas-exal...@movietickets.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 nadidra thomas-exalien commented on  JENKINS-39459  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Unable to delete project in Jenkins   
 

  
 
 
 
 

 
 kutzi sorry about that. 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-39459) Unable to delete project in Jenkins

2016-11-03 Thread nthomas-exal...@movietickets.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 nadidra thomas-exalien closed an issue as Won't Do  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-39459  
 
 
  Unable to delete project in Jenkins   
 

  
 
 
 
 

 
Change By: 
 nadidra thomas-exalien  
 
 
Status: 
 Open Closed  
 
 
Resolution: 
 Won't Do  
 

  
 
 
 
 

 
 
 

 
 
 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-39334) Unable to run script.sh using "Execute shell script on remote host using ssh"

2016-11-03 Thread jimmy...@itcinfotech.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jimmy Vo commented on  JENKINS-39334  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Unable to run script.sh using "Execute shell script on remote host using ssh"   
 

  
 
 
 
 

 
 #export JAVA_HOME=/ptc/Windchill_10.2/Java $WT_HOME/bin/windchill shell sh -ex $WT_HOME/cbif/setup.sh -Dcbif.install.zip=/Path-To-File/patch.zip -Dcbif.install.quiet=true -Dcbif.install.noRestart=true -Dcbif.install.phaseTwoOnly=true -Dcbif.install.force=true When I disable the JAVA_HOME, it shows errors: Use of uninitialized value $ENV {"JAVA_HOME"}  in string ne at /ptc/Windchill_10.2/Windchill/bin/windchill line 118. $WT_HOME/cbif/setup.sh: line 2: ant: command not found This is the setup.sh file: "# Setup file - Batch script to launch the installer found in a zip file ant -f install.xml -lib $WT_HOME/ant/cbiflib $@ " Then I try to run the ant command directly, but it still cannot run it: "sh: ant: No such file or directory" If I export JAVA_HOME again, it doesn't show those error, but it runs forever with spinning icon and shows no error. When I run these commands on a putty from my local computer to connect to the Slave node, it works with no error. Thank you  
 

  
 
 
 
 

 
 
 

 
 
 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-39404) Actionable should have methods for removing actions

2016-11-03 Thread scm_issue_l...@java.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 SCM/JIRA link daemon commented on  JENKINS-39404  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Actionable should have methods for removing actions   
 

  
 
 
 
 

 
 Code changed in jenkins User: Stephen Connolly Path: changelog.html http://jenkins-ci.org/commit/jenkins/0b21cfd770f3d8c10449bc9c6320b74bdc75856e Log: Noting merge of JENKINS-39404  
 

  
 
 
 
 

 
 
 

 
 
 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-33846) Restart pipeline from specific stage, after failure

2016-11-03 Thread goff.ca...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Caley Goff commented on  JENKINS-33846  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Restart pipeline from specific stage, after failure   
 

  
 
 
 
 

 
 Hi, this is a major show stopper for our PRODUCTION workflow. Like Katherine I currently use the Job Chained Workflow to move batches from BUILD> DEV> CI> QA> TEST> PROD, I cannot afford to have to restart the pipeline from the beginning with a failure that is somewhere in the chain.  I've added check points as instructed  

 

stage('deploy ci'){
node('windows') {
//code block
}
checkpoint 'Completed deploy ci'
}
 

 

 

java.lang.NoSuchMethodError: No such DSL method 'checkpoint' found among steps 
 

 We're running Jenkins ver. 1.651.3.1 (CloudBees Jenkins Enterprise 16.06)  
 

  
 
 
 
 

 
 
 

 
 
 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 

[JIRA] (JENKINS-39404) Actionable should have methods for removing actions

2016-11-03 Thread scm_issue_l...@java.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 SCM/JIRA link daemon commented on  JENKINS-39404  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Actionable should have methods for removing actions   
 

  
 
 
 
 

 
 Code changed in jenkins User: Stephen Connolly Path: core/src/main/java/hudson/model/Actionable.java core/src/test/java/hudson/model/ActionableTest.java http://jenkins-ci.org/commit/jenkins/1990e3d09af760ee0cf8d73ce5a018407e310224 Log: [FIXED JENKINS-39404] Restore symmetry by adding removeAction and removeActions methods to Actionable  
 

  
 
 
 
 

 
 
 

 
 
 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-35230) The environment variables of git plugin not working in pipeline script.

2016-11-03 Thread trami...@natomatech.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Thomas Ramirez commented on  JENKINS-35230  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: The environment variables of git plugin not working in pipeline script.   
 

  
 
 
 
 

 
 clausfod: I hadn't found that approach yet so thanks for pointing me in that direction. I'm a recent transplant from the world of .NET and TFS so everything is new.  
 

  
 
 
 
 

 
 
 

 
 
 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-35870) JDL form styles

2016-11-03 Thread jdu...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 James Dumay edited a comment on  JENKINS-35870  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: JDL form styles   
 

  
 
 
 
 

 
 [~cliffmeyers] sounds like we should close this and have [~brody] open up tickets to support JENKINS-38490, JENKINS-36291 and JENKINS-36588.  cc [~michaelneale]  
 

  
 
 
 
 

 
 
 

 
 
 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-38982) User would like to have a fast smart search to find jobs from the dashboard

2016-11-03 Thread jdu...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 James Dumay updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-38982  
 
 
  User would like to have a fast smart search to find jobs from the dashboard   
 

  
 
 
 
 

 
Change By: 
 James Dumay  
 
 
Sprint: 
 atlantic , 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-39291) Form elements

2016-11-03 Thread jdu...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 James Dumay updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-39291  
 
 
  Form elements   
 

  
 
 
 
 

 
Change By: 
 James Dumay  
 
 
Priority: 
 Minor Blocker  
 

  
 
 
 
 

 
 
 

 
 
 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-35870) JDL form styles

2016-11-03 Thread jdu...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 James Dumay resolved as Postponed  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-35870  
 
 
  JDL form styles   
 

  
 
 
 
 

 
Change By: 
 James Dumay  
 
 
Status: 
 Open Resolved  
 
 
Resolution: 
 Postponed  
 

  
 
 
 
 

 
 
 

 
 
 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-38982) User would like to have a fast smart search to find jobs from the dashboard

2016-11-03 Thread jdu...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 James Dumay updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-38982  
 
 
  User would like to have a fast smart search to find jobs from the dashboard   
 

  
 
 
 
 

 
Change By: 
 James Dumay  
 
 
Sprint: 
 atlantic , arctic  
 

  
 
 
 
 

 
 
 

 
 
 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-35870) JDL form styles

2016-11-03 Thread jdu...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 James Dumay commented on  JENKINS-35870  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: JDL form styles   
 

  
 
 
 
 

 
 Cliff Meyers sounds like we should close this and have Brody Maclean open up tickets to support JENKINS-38490, JENKINS-36291 and JENKINS-36588.  
 

  
 
 
 
 

 
 
 

 
 
 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-38597) User can create pipeline from Git repository

2016-11-03 Thread cmey...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Cliff Meyers started work on  JENKINS-38597  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
Change By: 
 Cliff Meyers  
 
 
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-39489) CpsFlowExecution.script/loadedScripts should be stored externally

2016-11-03 Thread jgl...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jesse Glick created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-39489  
 
 
  CpsFlowExecution.script/loadedScripts should be stored externally   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Unassigned  
 
 
Components: 
 workflow-cps-plugin  
 
 
Created: 
 2016/Nov/03 8:13 PM  
 
 
Labels: 
 performance  
 
 
Priority: 
  Major  
 
 
Reporter: 
 Jesse Glick  
 

  
 
 
 
 

 
 These can wind up comprising most of the retained size of a CpsFlowExecution for complex builds, but unless reloading a build or using Replay these fields are unused. It would be better to save these to disk (via owner.rootDir) and keep them out of heap.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
  

[JIRA] (JENKINS-31364) Image width is set to "0" in previous builds

2016-11-03 Thread brunodepau...@yahoo.com.br (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Bruno P. Kinoshita commented on  JENKINS-31364  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Image width is set to "0" in previous builds   
 

  
 
 
 
 

 
 Hi Alex, I know how you feel. I am working on Image Gallery and Active Choices, before jumping to TAP plug-in before x-mas. For Active Choices I have spent a fair amount of the last days just trying to reproduce issues with no luck. That's why I first asked here if you could reproduce it  But I think I know what could be happening. I bet you have a job that was created with an older version of the plug-in. Then we fixed the issue, and are probably not properly handling backward compatibility, and Java serialization. If you really want to reproduce it now, you would need to start a blank Jenkins with an older version of the plug-in (one before the bug was fixed), run the job at least once to have the gallery configuration persisted on disk. Then finally you just update the plug-in, re-run the job, and you should see the bug.  
 

  
 
 
 
 

 
 
 

 
 
 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-39488) node containing only closure not identified by generated dsl as a valid syntax

2016-11-03 Thread manidhar.ri...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Rishi Manidhar created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-39488  
 
 
  node containing only closure not identified by generated dsl as a valid syntax   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Unassigned  
 
 
Components: 
 workflow-cps-plugin  
 
 
Created: 
 2016/Nov/03 7:44 PM  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Rishi Manidhar  
 

  
 
 
 
 

 
 The Intellij gdsl generator does not recognize  

 

node {...}
 

 as a valid syntax even though it works perfectly fine when used in the Jenkinsfile.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
  

[JIRA] (JENKINS-39355) API improvements based on real-world implementation and usage

2016-11-03 Thread scm_issue_l...@java.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 SCM/JIRA link daemon commented on  JENKINS-39355  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: API improvements based on real-world implementation and usage   
 

  
 
 
 
 

 
 Code changed in jenkins User: Stephen Connolly Path: pom.xml src/main/java/jenkins/plugins/git/AbstractGitSCMSource.java src/test/java/jenkins/plugins/git/AbstractGitSCMSourceRetrieveHeadsTest.java http://jenkins-ci.org/commit/git-plugin/f5caf58378c1802876766a5b9044d25221a0f339 Log: [JENKINS-39355 Follow-up] Early access of work 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-35230) The environment variables of git plugin not working in pipeline script.

2016-11-03 Thread claus...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 clausfod commented on  JENKINS-35230  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: The environment variables of git plugin not working in pipeline script.   
 

  
 
 
 
 

 
 Thomas Ramirez: Can't you use the api ? For example use /api/json?depth=1 find lastBuild and go further with this url -> /api/json there you find your data, if not use lastBuild until you find a build with commits.. jubel han: Can't you use the api ? For example use /api/json?depth=1 find lastSuccessfulBuild and go further with this url -> /api/json there you find your data  
 

  
 
 
 
 

 
 
 

 
 
 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-39355) API improvements based on real-world implementation and usage

2016-11-03 Thread scm_issue_l...@java.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 SCM/JIRA link daemon commented on  JENKINS-39355  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: API improvements based on real-world implementation and usage   
 

  
 
 
 
 

 
 Code changed in jenkins User: Stephen Connolly Path: src/main/java/org/jenkinsci/plugins/github_branch_source/GitHubSCMNavigator.java src/main/java/org/jenkinsci/plugins/github_branch_source/GitHubSCMSource.java http://jenkins-ci.org/commit/github-branch-source-plugin/919ec8b96a938405475b3abee9cfdd4df50f3c37 Log: JENKINS-39355 Switch to the utility checkInterrupt() method for interrupt checking  
 

  
 
 
 
 

 
 
 

 
 
 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-39355) API improvements based on real-world implementation and usage

2016-11-03 Thread scm_issue_l...@java.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 SCM/JIRA link daemon commented on  JENKINS-39355  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: API improvements based on real-world implementation and usage   
 

  
 
 
 
 

 
 Code changed in jenkins User: Stephen Connolly Path: pom.xml src/main/java/hudson/plugins/mercurial/MercurialSCMSource.java http://jenkins-ci.org/commit/mercurial-plugin/cee933e64be00678242818e781e0cf05e299507a Log: [JENKINS-39355 Follow-up] Also adding an attempt at a probe  
 

  
 
 
 
 

 
 
 

 
 
 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-39010) Comment Added event does not work

2016-11-03 Thread rjo...@linuxfoundation.org (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Ry Jones commented on  JENKINS-39010  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Comment Added event does not work   
 

  
 
 
 
 

 
 Fathi Boudra this is our experience, as well. Rolling back to 2.20.0 causes the plugin to crash, and 2.22.0 is inop. I've tried adding regexes but they don't seem to fire  
 

  
 
 
 
 

 
 
 

 
 
 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-35230) The environment variables of git plugin not working in pipeline script.

2016-11-03 Thread trami...@natomatech.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Thomas Ramirez commented on  JENKINS-35230  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: The environment variables of git plugin not working in pipeline script.   
 

  
 
 
 
 

 
 clausfod: Thanks but I thought that returned the equivalent of GIT_COMMIT. My goal is to identify if certain files were updated since the last build. I know how to get the list of files between two commit points but I'm missing the starting commit point.  
 

  
 
 
 
 

 
 
 

 
 
 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-36952) vSphere-cloud-plugin VSPHERE_IP NULL on clone from template via pipeline plugin

2016-11-03 Thread srujanabo...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Sru B commented on  JENKINS-36952  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: vSphere-cloud-plugin VSPHERE_IP NULL on clone from template via pipeline plugin   
 

  
 
 
 
 

 
 I am getting the same error. Is there any workaround?  
 

  
 
 
 
 

 
 
 

 
 
 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-39339) Try BlueOcean button should keep currently open pipeline context

2016-11-03 Thread tom.fenne...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Tom FENNELLY commented on  JENKINS-39339  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Try BlueOcean button should keep currently open pipeline context   
 

  
 
 
 
 

 
 PRs: 
 
https://github.com/jenkinsci/blueocean-plugin/pull/582 
https://github.com/jenkinsci/blueocean-acceptance-test/pull/65 
  
 

  
 
 
 
 

 
 
 

 
 
 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-39339) Try BlueOcean button should keep currently open pipeline context

2016-11-03 Thread tom.fenne...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Tom FENNELLY started work on  JENKINS-39339  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
Change By: 
 Tom FENNELLY  
 
 
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-39339) Try BlueOcean button should keep currently open pipeline context

2016-11-03 Thread tom.fenne...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Tom FENNELLY updated  JENKINS-39339  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-39339  
 
 
  Try BlueOcean button should keep currently open pipeline context   
 

  
 
 
 
 

 
Change By: 
 Tom FENNELLY  
 
 
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-39487) SVN changesets duplicated when using multibranch pipeline

2016-11-03 Thread zach.swan...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Zach Swanson created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-39487  
 
 
  SVN changesets duplicated when using multibranch pipeline   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Matthew DeTullio  
 
 
Attachments: 
 Capture.PNG  
 
 
Components: 
 multi-branch-project-plugin, subversion-plugin  
 
 
Created: 
 2016/Nov/03 6:44 PM  
 
 
Environment: 
 Jenkins 2.27  Pipeline Multibranch 2.9  Subversion Plugin 2.7.1  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Zach Swanson  
 

  
 
 
 
 

 
 Subversion or the multibranch plugin is reporting all changesets twice for each build. I'm guessing it accumulates the first changeset on the master node when the indexer runs to determine if a build is necessary, and then it appends the same changeset when it actually performs the svn checkout on the target node.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 
   

[JIRA] (JENKINS-35230) The environment variables of git plugin not working in pipeline script.

2016-11-03 Thread claus...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 clausfod commented on  JENKINS-35230  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: The environment variables of git plugin not working in pipeline script.   
 

  
 
 
 
 

 
 Thomas Ramirez: Try this (maybe you need to enable "checkout to local branch") 

 

String gitCommit = sh(returnStdout: true, script: 'git rev-parse HEAD').trim()
 

  
 

  
 
 
 
 

 
 
 

 
 
 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-20947) Failed to monitor for Free Swap Space

2016-11-03 Thread mtay...@opto22.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Matt Taylor updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-20947  
 
 
  Failed to monitor for Free Swap Space   
 

  
 
 
 
 

 
Change By: 
 Matt Taylor  
 
 
Attachment: 
 jenkins.err.zip  
 

  
 
 
 
 

 
 
 

 
 
 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-20947) Failed to monitor for Free Swap Space

2016-11-03 Thread mtay...@opto22.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Matt Taylor commented on  JENKINS-20947  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Failed to monitor for Free Swap Space   
 

  
 
 
 
 

 
 Experiencing this same issue with a slave that is used on demand.  jenkins.err.zip   
 

  
 
 
 
 

 
 
 

 
 
 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-39486) failed to monitor for free swap space for nodes that use on demand

2016-11-03 Thread mtay...@opto22.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Matt Taylor created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-39486  
 
 
  failed to monitor for free swap space for nodes that use on demand   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Unassigned  
 
 
Attachments: 
 jenkins.err.zip  
 
 
Components: 
 core  
 
 
Created: 
 2016/Nov/03 6:20 PM  
 
 
Labels: 
 jenkins slave 2.0 windows  
 
 
Priority: 
  Major  
 
 
Reporter: 
 Matt Taylor  
 

  
 
 
 
 

 
 I have several nodes that are experiencing this failed to monitor for free swap space. Some of them are unable to even begin the job itself while others are shutting down the agent in the middle of the job while running in both cases it unacceptable and really disrupts our release and testing process. I have attached my error log and you can see it happens with node GRW7-64-B and PRW10-32-A  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 
 

[JIRA] (JENKINS-37771) "Run the build in a RVM-managed environment" field gets unchecked after restarting the Jenkins server.

2016-11-03 Thread jwstr...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jonathan Strickland edited a comment on  JENKINS-37771  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: "Run the build in a RVM-managed environment" field gets unchecked after restarting the Jenkins server.   
 

  
 
 
 
 

 
 Wish my team had read this thread before we did an upgrade.  We found 1 current workaround is to "reload configuration" after the reboot.  For some reason, this will enables the build environment configuration. As noted above, downgrade from 0.13 -> 0.12 fixes the 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-37701) Manual trigger not running in build pipeline

2016-11-03 Thread pclear...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Paul Cleary commented on  JENKINS-37701  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Manual trigger not running in build pipeline   
 

  
 
 
 
 

 
 I still have the issue with version 2.8 with build pipeline plugin 1.5.4  
 

  
 
 
 
 

 
 
 

 
 
 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-39485) withContainerStep fails if using entrypoint in DockerFile

2016-11-03 Thread pryo...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Daniel Pryor created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-39485  
 
 
  withContainerStep fails if using entrypoint in DockerFile   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Unassigned  
 
 
Components: 
 docker-workflow-plugin  
 
 
Created: 
 2016/Nov/03 5:59 PM  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Daniel Pryor  
 

  
 
 
 
 

 
 I noticed today while trying something like the below code that cat just gets passed to the entrypoint that the image was built with. I think that it is the container = dockerClient.run(env, step.image, step.args, ws, volumes, volumesFromContainers, envReduced, dockerClient.whoAmI(), /* expected to hang until killed */ "cat"); line. Would it be better to override the entrypoint=/bin/cat instead of passing cat as the argument? My current workaround is to build a custom image and set the CMD line in the docker file instead of having the entrypoint set.  

 

def terraform(String tfArgs) {
  def dockerArgs = "-v ${workingDirectory}/:${tempDirectory}/ \
  -e AWS_ACCESS_KEY_ID -e AWS_SECRET_ACCESS_KEY "
  def dockerBuildImage = docker.image("hashicorp/terraform:${TF_VERSION}").inside(dockerArgs) {
sh "echo Starting Terraform with args: ${tfArgs}"
sh "/bin/terraform ${tfArgs}"
  }
  // sh "docker run --rm -v ${workingDirectory}/:${tempDirectory}/ -w=${tempDirectory}/ -e AWS_ACCESS_KEY_ID -e AWS_SECRET_ACCESS_KEY hashicorp/terraform:${TF_VERSION} ${tfArgs}"
}

 

  
 

  
 
 
 
 

 

[JIRA] (JENKINS-38975) Implement PR job rebuild on pull request comment

2016-11-03 Thread bksavi...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Brian Saville commented on  JENKINS-38975  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Implement PR job rebuild on pull request comment   
 

  
 
 
 
 

 
 It's been two weeks since my last comment. Maybe Jesse Glick could take a look? I upped the priority to Major since we depend on this functionality and currently I'm maintaining a customized build to support this for us.  
 

  
 
 
 
 

 
 
 

 
 
 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-11-03 Thread bksavi...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Brian Saville updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-38975  
 
 
  Implement PR job rebuild on pull request comment   
 

  
 
 
 
 

 
Change By: 
 Brian Saville  
 
 
Priority: 
 Minor Major  
 

  
 
 
 
 

 
 
 

 
 
 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-32851) Gerrit Connection Breaks on Jenkins 1.609.2 LTS

2016-11-03 Thread aquarell...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Tatiana Didik commented on  JENKINS-32851  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Gerrit Connection Breaks on Jenkins 1.609.2 LTS   
 

  
 
 
 
 

 
 Florent D. Does it work with section "post score?" unchecked? What category do you use for score posting? (Have you created it in Gerrit?)  
 

  
 
 
 
 

 
 
 

 
 
 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-39355) API improvements based on real-world implementation and usage

2016-11-03 Thread scm_issue_l...@java.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 SCM/JIRA link daemon commented on  JENKINS-39355  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: API improvements based on real-world implementation and usage   
 

  
 
 
 
 

 
 Code changed in jenkins User: Stephen Connolly Path: src/main/java/jenkins/scm/api/SCMNavigator.java src/main/java/jenkins/scm/api/SCMSource.java http://jenkins-ci.org/commit/scm-api-plugin/7657d69db81ed19ae2fe0f689340277b04ddb456 Log: JENKINS-39355 DRY for implementations checking interrupts  
 

  
 
 
 
 

 
 
 

 
 
 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-35230) The environment variables of git plugin not working in pipeline script.

2016-11-03 Thread trami...@natomatech.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Thomas Ramirez commented on  JENKINS-35230  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: The environment variables of git plugin not working in pipeline script.   
 

  
 
 
 
 

 
 I'm in a similar situation as jubel but could get by with GIT_PREVIOUS_COMMIT or a workaround.  
 

  
 
 
 
 

 
 
 

 
 
 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-38802) Use a more sensible default GC algorithm for jenkins

2016-11-03 Thread svano...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Sam Van Oort commented on  JENKINS-38802  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Use a more sensible default GC algorithm for jenkins   
 

  
 
 
 
 

 
 In local testing, G1 seems to work rather well even on fairly small heap sizes. I think the more critical aspect is having a decent number of cores to throw at the problem. So, I think my base rule will be "G1 if Java > 7 && cores > 2"  
 

  
 
 
 
 

 
 
 

 
 
 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-39355) API improvements based on real-world implementation and usage

2016-11-03 Thread scm_issue_l...@java.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 SCM/JIRA link daemon commented on  JENKINS-39355  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: API improvements based on real-world implementation and usage   
 

  
 
 
 
 

 
 Code changed in jenkins User: Stephen Connolly Path: src/main/java/org/jenkinsci/plugins/workflow/multibranch/WorkflowBranchProjectFactory.java http://jenkins-ci.org/commit/workflow-multibranch-plugin/b150f70f9ddae2e045c3359a2b0f36a37d82affa Log: [JENKINS-39355 Follow-up] Switch to stat()  
 

  
 
 
 
 

 
 
 

 
 
 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-39355) API improvements based on real-world implementation and usage

2016-11-03 Thread scm_issue_l...@java.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 SCM/JIRA link daemon commented on  JENKINS-39355  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: API improvements based on real-world implementation and usage   
 

  
 
 
 
 

 
 Code changed in jenkins User: Stephen Connolly Path: src/main/java/org/jenkinsci/plugins/github_branch_source/GitHubSCMSource.java http://jenkins-ci.org/commit/github-branch-source-plugin/1caf139844d0866e38a0343c20bc7b37a0a8e26f Log: JENKINS-39355 Consolidate code paths  
 

  
 
 
 
 

 
 
 

 
 
 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-37500) scm-syn-configurtaion issues with multi branch project

2016-11-03 Thread marco.nenciar...@2ndquadrant.it (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Marco Nenciarini commented on  JENKINS-37500  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: scm-syn-configurtaion issues with multi branch project   
 

  
 
 
 
 

 
 After some testing I've also added a commit to avoid deleting unexistent paths from SCM. This should fix the 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-37771) "Run the build in a RVM-managed environment" field gets unchecked after restarting the Jenkins server.

2016-11-03 Thread jwstr...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jonathan Strickland commented on  JENKINS-37771  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: "Run the build in a RVM-managed environment" field gets unchecked after restarting the Jenkins server.   
 

  
 
 
 
 

 
 Wish my team had read this thread before we did an upgrade. We found 1 current workaround is to "reload configuration" after the reboot. For some reason, this will enables the build environment configuration.  
 

  
 
 
 
 

 
 
 

 
 
 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-38734) RTC environment variables to set

2016-11-03 Thread jenkin...@daumiller.eu (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Dorian Daumiller commented on  JENKINS-38734  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: RTC environment variables to set   
 

  
 
 
 
 

 
 Downgrading to 2.17 worked as a workaround. But a fix would be very much appreciated. Anybody know how to debug where this comes from?  
 

  
 
 
 
 

 
 
 

 
 
 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-37720) Virtual thread dump hangs waiting for ProcessLiveness

2016-11-03 Thread jgl...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jesse Glick commented on  JENKINS-37720  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Virtual thread dump hangs waiting for ProcessLiveness   
 

  
 
 
 
 

 
 workflow-cps PR 81 should have addressed the symptom of the virtual thread dump hanging, though a timeout on join is still desirable.  
 

  
 
 
 
 

 
 
 

 
 
 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-35370) Workflow shell step ERROR: script returned exit code -1

2016-11-03 Thread b...@mathews2000.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Ben Mathews commented on  JENKINS-35370  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Workflow shell step ERROR: script returned exit code -1   
 

  
 
 
 
 

 
 An update I cut the problem down to this repo 

 

stage('run unit tests') {
  node() {
docker.image("centos:6.7").inside() {
  sh 'for i in `seq 1 50`; do echo $i;date;sleep 2;done'
}
}
}
 

 This fails on both a docker using https://hub.docker.com/r/axltxl/jenkins-dood/ and jenkins installed on my ubuntu laptop via apt-get. Before creating a ticket, I made one final test on our production jenkins server and it passed with flying colors four times consecutively. Obviously, something is strange with my box. Not sure what though. Any ideas would be appreciated. I'll keep poking around 

 

$ uname -a
Linux mathewslaptop 4.4.0-45-generic #66-Ubuntu SMP Wed Oct 19 14:12:37 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
$ cat /etc/os-release 
NAME="Ubuntu"
VERSION="16.04.1 LTS (Xenial Xerus)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 16.04.1 LTS"
VERSION_ID="16.04"
HOME_URL="http://www.ubuntu.com/"
SUPPORT_URL="http://help.ubuntu.com/"
BUG_REPORT_URL="http://bugs.launchpad.net/ubuntu/"
UBUNTU_CODENAME=xenial
$ docker -v
Docker version 1.12.1, build 23cf638
 

  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 
 

[JIRA] (JENKINS-39484) Pipeline Stage View Plugin: Filter empty log files

2016-11-03 Thread edwinyumakiu...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Edwin Makiuchi created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-39484  
 
 
  Pipeline Stage View Plugin: Filter empty log files   
 

  
 
 
 
 

 
Issue Type: 
  New Feature  
 
 
Assignee: 
 Sam Van Oort  
 
 
Attachments: 
 Jenkins Stage View dockerFingerprintFrom.png, Jenkins Stage View readProperties.png  
 
 
Components: 
 pipeline-stage-view-plugin  
 
 
Created: 
 2016/Nov/03 4:57 PM  
 
 
Environment: 
 * Operating System: Linux 64 bit  * Jenkins ver. 1.651.1  * Pipeline: Stage View Plugin 2.1  * Google Chrome Version 54.0.2840.87 m (64-bit)  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Edwin Makiuchi  
 

  
 
 
 
 

 
 Hi Sam Van Oort, Can the Pipeline Stage View Plugin have a feature extended from JENKINS-38133 that does not allow the log to be expanded if the log files are empty? This behavior can be reproduced by using the following Pipeline Steps within the pipeline code: pipeline-utility-steps/readProperties: https://jenkins.io/doc/pipeline/steps/pipeline-utility-steps/#code-readproperties-code-read-properties-from-files-in-the-workspace-or-text docker-workflow/dockerFingerprintFrom: https://jenkins.io/doc/pipeline/steps/docker-workflow/#code-dockerfingerprintfrom-code-record-trace-of-a-docker-image-used-in-from Please find the attached screenshots for further details. Thanks, Edwin  
 

  
 
 
 
 

   

[JIRA] (JENKINS-39355) API improvements based on real-world implementation and usage

2016-11-03 Thread scm_issue_l...@java.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 SCM/JIRA link daemon commented on  JENKINS-39355  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: API improvements based on real-world implementation and usage   
 

  
 
 
 
 

 
 Code changed in jenkins User: Stephen Connolly Path: src/main/java/org/jenkinsci/plugins/github_branch_source/GitHubOrgWebHook.java src/main/java/org/jenkinsci/plugins/github_branch_source/GitHubRepositoryEventSubscriber.java src/main/java/org/jenkinsci/plugins/github_branch_source/GitHubSCMNavigator.java http://jenkins-ci.org/commit/github-branch-source-plugin/e424aa26c28789285ccd8fc5add40d4c6250f135 Log: JENKINS-39355 GitHub Org Folders plugin is now an empty 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-39355) API improvements based on real-world implementation and usage

2016-11-03 Thread scm_issue_l...@java.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 SCM/JIRA link daemon commented on  JENKINS-39355  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: API improvements based on real-world implementation and usage   
 

  
 
 
 
 

 
 Code changed in jenkins User: Stephen Connolly Path: src/main/java/com/cloudbees/hudson/plugins/folder/AbstractFolderDescriptor.java src/main/java/com/cloudbees/hudson/plugins/folder/Folder.java src/main/java/com/cloudbees/hudson/plugins/folder/FolderIconDescriptor.java http://jenkins-ci.org/commit/cloudbees-folder-plugin/4a4d60e3279d9c530c123e06d82f88f6b3084f24 Log: [JENKINS-39355 Follow-up] Need the ability to control applicability of FolderIcons 
 
Also add baseline methods for Jenkins 2.0+ newItem page support to simplify child classes 
  
 

  
 
 
 
 

 
 
 

 
 
 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-34483) font update

2016-11-03 Thread grei...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 gus reiber closed an issue as Won't Fix  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-34483  
 
 
  font update   
 

  
 
 
 
 

 
Change By: 
 gus reiber  
 
 
Status: 
 Open Closed  
 
 
Resolution: 
 Won't Fix  
 

  
 
 
 
 

 
 
 

 
 
 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-34484) Icon clean-up

2016-11-03 Thread grei...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 gus reiber closed an issue as Won't Fix  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-34484  
 
 
  Icon clean-up   
 

  
 
 
 
 

 
Change By: 
 gus reiber  
 
 
Status: 
 Open Closed  
 
 
Resolution: 
 Won't Fix  
 

  
 
 
 
 

 
 
 

 
 
 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-34485) Exec status, build queue, and pull downs could be freshened

2016-11-03 Thread grei...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 gus reiber closed an issue as Won't Fix  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-34485  
 
 
  Exec status, build queue, and pull downs could be freshened   
 

  
 
 
 
 

 
Change By: 
 gus reiber  
 
 
Status: 
 Open Closed  
 
 
Resolution: 
 Won't Fix  
 

  
 
 
 
 

 
 
 

 
 
 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-34486) Build detail page could use some love

2016-11-03 Thread grei...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 gus reiber closed an issue as Cannot Reproduce  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-34486  
 
 
  Build detail page could use some love   
 

  
 
 
 
 

 
Change By: 
 gus reiber  
 
 
Status: 
 Open Closed  
 
 
Resolution: 
 Cannot 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-34913) Jenkins 1.651.1 won't start after plugins update

2016-11-03 Thread mirk...@outlook.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 M U commented on  JENKINS-34913  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Jenkins 1.651.1 won't start after plugins update   
 

  
 
 
 
 

 
 I have the same issue in Jenkins 2.27. Every time after restarting Jenkins due to updates of plug-ins, the web page stucks in "Please wait while Jenkins is getting ready to work...". I only can resolve this by restarting the corresponding Windows service manually. This is my system configuration: Jenkins: 2.27 OS: Windows Server 2012 R2 RAM: 4 GB Are there any suggestions how to solve this issue? Regards mu88  
 

  
 
 
 
 

 
 
 

 
 
 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-32851) Gerrit Connection Breaks on Jenkins 1.609.2 LTS

2016-11-03 Thread florent.del...@cgi.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Florent D. commented on  JENKINS-32851  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Gerrit Connection Breaks on Jenkins 1.609.2 LTS   
 

  
 
 
 
 

 
 Hello. I have the same issue but I have no proxy setting up. My full description is explained on http://stackoverflow.com/q/40157708/2394026 How can I investigate myself and where can I see error logs of the plugin ? Jenkins is installed on Windows server. Jenkins version 2.19.1 - Gerrit 2.13.2 - Plugin SonarGerrit 1.0.6 - Plugin Gerrit Trigger 2.21.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-39483) javax.net.ssl.SSLException: Received fatal alert: certificate_unknown

2016-11-03 Thread robert.s.ba...@unisys.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Robert Baker created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-39483  
 
 
  javax.net.ssl.SSLException: Received fatal alert: certificate_unknown   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Unassigned  
 
 
Components: 
 core  
 
 
Created: 
 2016/Nov/03 4:13 PM  
 
 
Environment: 
 Jenkins 1.651.3  SLES 11 SP4  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Robert Baker  
 

  
 
 
 
 

 
 Our Jenkins server showing countless of these warnings in the System Log: Nov 01, 2016 9:39:17 PM WARNING org.eclipse.jetty.util.log.JavaUtilLog warn javax.net.ssl.SSLException: Received fatal alert: certificate_unknown Nov 03, 2016 9:43:56 AM WARNING org.eclipse.jetty.util.log.JavaUtilLog warn javax.net.ssl.SSLException: Received fatal alert: certificate_unknown Nov 03, 2016 9:43:58 AM WARNING org.eclipse.jetty.util.log.JavaUtilLog warn javax.net.ssl.SSLException: Received fatal alert: certificate_unknown Nov 03, 2016 9:44:00 AM WARNING org.eclipse.jetty.util.log.JavaUtilLog warn javax.net.ssl.SSLException: Received fatal alert: certificate_unknown Nov 03, 2016 9:44:03 AM WARNING org.eclipse.jetty.util.log.JavaUtilLog warn javax.net.ssl.SSLException: Received fatal alert: certificate_unknown Nov 03, 2016 9:44:05 AM WARNING org.eclipse.jetty.util.log.JavaUtilLog warn I believe we have imported all the relevant SSL certificates into the Java keystore. I've turned on various logs, but cannot get any further information to determine the unknown certificate. I'm looking for advice how to further diagnose and eliminate this warning.  
 

  
 
 
 
 

 

[JIRA] (JENKINS-39482) GitHub commit status not working with GitHubCommitStatusSetter on first build of branch in multi-branch pipeline

2016-11-03 Thread tony.ar...@emc.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Tony Arous created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-39482  
 
 
  GitHub commit status not working with GitHubCommitStatusSetter on first build of branch in multi-branch pipeline   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Kirill Merkushev  
 
 
Components: 
 github-plugin  
 
 
Created: 
 2016/Nov/03 4:01 PM  
 
 
Environment: 
 Jenkins 2.19.2, GitHub plugin 1.22.3  
 
 
Priority: 
  Major  
 
 
Reporter: 
 Tony Arous  
 

  
 
 
 
 

 
 In a multi-branch pipeline, I am using the GitHubCommitStatusSetter step in several places to set custom commit status. These calls do not work the first time the branch is built by Jenkins. Subsequent builds work correctly. Jenkinsfile 

 

step([$class: 'GitHubCommitStatusSetter', contextSource: [$class: 'ManuallyEnteredCommitContextSource', context: 'pylint'], statusResultSource: [$class: 'ConditionalStatusResultSource', results: [[$class: 'AnyBuildResult', state: 'SUCCESS', message: "Succeeded")
 

 First build log – failing: 

 

[pylint] [Set GitHub commit status (universal)] SUCCESS on repos [] (sha:c119d83) with context:pylint
 

 All future builds – working: 

 
  

[JIRA] (JENKINS-39232) unable to start slave after installing version 2.27 on master + new 3.0 slave.jar on slave

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


 
 
 
 

 
 
 

 
   
 Oleg Nenashev commented on  JENKINS-39232  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: unable to start slave after installing version 2.27 on master + new 3.0 slave.jar on slave   
 

  
 
 
 
 

 
 The out-of-order release discussion is here: https://groups.google.com/forum/#!topic/jenkinsci-dev/53zsNTktxYg  
 

  
 
 
 
 

 
 
 

 
 
 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-31364) Image width is set to "0" in previous builds

2016-11-03 Thread gray...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Alex Gray updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-31364  
 
 
  Image width is set to "0" in previous builds   
 

  
 
 
 
 

 
Change By: 
 Alex Gray  
 
 
Attachment: 
 works.jpg  
 

  
 
 
 
 

 
 
 

 
 
 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   >