[JIRA] (JENKINS-37458) Request to create new version of performance plugin

2016-08-16 Thread hitesh.h.pa...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Hitesh Patel created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-37458  
 
 
  Request to create new version of performance plugin   
 

  
 
 
 
 

 
Issue Type: 
  Task  
 
 
Assignee: 
 Andrey Pokhilko  
 
 
Components: 
 performance-plugin  
 
 
Created: 
 2016/Aug/17 5:31 AM  
 
 
Priority: 
  Major  
 
 
Reporter: 
 Hitesh Patel  
 

  
 
 
 
 

 
 Most of the major bugs have been fixed. Request that a new version of the plugin be released. Thanks.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

[JIRA] (JENKINS-37443) Publish hangs for xUnit Plugin for (NUnit test report) in multiple-pipeline

2016-08-16 Thread joha1...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jonas Thyregod updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-37443  
 
 
  Publish hangs for xUnit Plugin for (NUnit test report) in multiple-pipeline   
 

  
 
 
 
 

 
Change By: 
 Jonas Thyregod  
 

  
 
 
 
 

 
 Jenkins hangs when trying to publish an NUnit testresult in a multiple pipeline project.To fix the problem I have to kill the java process and restart jenkins (it just consumes more and more memory.My pipeline (JenkinsFile) is configured as:{code:java}stage 'Build'  // Build is done here (through msbuild)  // Tests are run here which generates "UnitTests_TestResults_NUnit.xml"stage 'Publish test results in NUnit format'  step([$class: 'XUnitPublisher', testTimeMargin: '3000', thresholdMode: 1,tools: [[$class: 'NUnitJunitHudsonTestType', deleteOutputFiles: true, failIfNotNew: true, pattern: '**/*TestResults_NUnit.xml',skipNoTestFiles: false, stopProcessingIfError: true]]]){code} The attached XML file was generated by xUnit.net with the /nunit option set. I also tried to publish a xunit.net testreport - it fails in the same way:{code:java}stage 'Build'  // Build is done here (through msbuild)  // Tests are run here which generates "UnitTests_TestResults_NUnit.xml"stage 'Publish test results in XUnit.Net format'  step([$class: 'XUnitPublisher', testTimeMargin: '3000', thresholdMode: 1, tools: [[$class: 'XUnitDotNetTestType', deleteOutputFiles: false, failIfNotNew: true, pattern: '**/*_TestResults_XUnit.xml', skipNoTestFiles: false, stopProcessingIfError: true]]]){code}  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian 

[JIRA] (JENKINS-37443) Publish hangs for xUnit Plugin for (NUnit test report) in multiple-pipeline

2016-08-16 Thread joha1...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jonas Thyregod updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-37443  
 
 
  Publish hangs for xUnit Plugin for (NUnit test report) in multiple-pipeline   
 

  
 
 
 
 

 
Change By: 
 Jonas Thyregod  
 

  
 
 
 
 

 
 Jenkins hangs when trying to publish an NUnit testresult in a multiple pipeline project.To fix the problem I have to kill the java process and restart jenkins (it just consumes more and more memory.My pipeline (JenkinsFile) is configured as:{code:java}stage 'Build'  // Build is done here (through msbuild)  // Tests are run here which generates "UnitTests_TestResults_NUnit.xml"stage 'Publish test results in NUnit format'  step([$class: 'XUnitPublisher', testTimeMargin: '3000', thresholdMode: 1,tools: [[$class: 'NUnitJunitHudsonTestType', deleteOutputFiles: true, failIfNotNew: true, pattern: '**/*TestResults_NUnit.xml',skipNoTestFiles: false, stopProcessingIfError: true]]]){code}I also tried to publish a xunit.net testreport - it fails in the same way:{code:java}stage 'Build'  // Build is done here (through msbuild)  // Tests are run here which generates "UnitTests_TestResults_NUnit.xml"stage 'Publish test results in XUnit.Net format'  step([$class: 'XUnitPublisher', testTimeMargin: '3000', thresholdMode: 1, tools: [[$class: 'XUnitDotNetTestType', deleteOutputFiles: false,failIfNotNew: true,   pattern: '**/*_TestResults_XUnit.xml',skipNoTestFiles: false, stopProcessingIfError: true]]]){code}  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

[JIRA] (JENKINS-37443) Publish hangs for xUnit Plugin for (NUnit test report) in multiple-pipeline

2016-08-16 Thread joha1...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jonas Thyregod updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-37443  
 
 
  Publish hangs for xUnit Plugin for (NUnit test report) in multiple-pipeline   
 

  
 
 
 
 

 
Change By: 
 Jonas Thyregod  
 

  
 
 
 
 

 
 Jenkins hangs when trying to publish an NUnit testresult in a multiple pipeline project.To fix the problem I have to kill the java process and restart jenkins (it just consumes more and more memory.My pipeline (JenkinsFile) is configured as:{code:java}stage 'Build'  // Build is done here (through msbuild)  // Tests are run here which generates "UnitTests_TestResults_NUnit.xml"stage 'Publish test results  in NUnit format '  step([$class: 'XUnitPublisher', testTimeMargin: '3000', thresholdMode: 1,tools: [[$class: 'NUnitJunitHudsonTestType', deleteOutputFiles: true, failIfNotNew: true, pattern: '**/*TestResults_NUnit.xml',skipNoTestFiles: false, stopProcessingIfError: true]]]){code} I also tried to publish a xunit.net testreport - it fails in the same way:  {code:java}stage 'Build'  // Build is done here (through msbuild)  // Tests are run here which generates "UnitTests_TestResults_NUnit.xml"stage 'Publish test results in XUnit.Net format'  step([$class: 'XUnitPublisher', testTimeMargin: '3000', thresholdMode: 1, tools: [[$class: 'XUnitDotNetTestType', deleteOutputFiles: false, failIfNotNew: true, pattern: '**/*_TestResults_XUnit.xml', skipNoTestFiles: false, stopProcessingIfError: true]]]){code}  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

[JIRA] (JENKINS-37443) Publish hangs for xUnit Plugin for (NUnit test report) in multiple-pipeline

2016-08-16 Thread joha1...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jonas Thyregod updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-37443  
 
 
  Publish hangs for xUnit Plugin for (NUnit test report) in multiple-pipeline   
 

  
 
 
 
 

 
Change By: 
 Jonas Thyregod  
 
 
Summary: 
 Publish hangs for xUnit Plugin for (NUnit test report) in multiple- pipelin pipeline  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-36921) MobX proof of concept in Personalization plugin

2016-08-16 Thread mne...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Michael Neale updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-36921  
 
 
  MobX proof of concept in Personalization plugin   
 

  
 
 
 
 

 
Change By: 
 Michael Neale  
 
 
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-37278) Sandbox Rejected Access Exception when using groovy.text.TemplateEngine createTemplate String

2016-08-16 Thread polson...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Peter Olson commented on  JENKINS-37278  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Sandbox Rejected Access Exception when using groovy.text.TemplateEngine createTemplate String   
 

  
 
 
 
 

 
 Ok, now I'm really confused. Before I wasn't getting the option to approve the String version. I tried executing it repeatedly without it showing up. Just a moment ago, I tried it again with the exact same code, and it showed up in the in-process script approval as it should have, I approved it, and it worked. I don't know why it worked this time, but I definitely tried it several times before. I haven't put it in the proper build scripts yet, but in my test case it worked.  
 

  
 
 
 
 

 
 
 

 
 
 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-37422) No Wrappers if RVM is defined in Job DSL

2016-08-16 Thread eitob...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Eito Katagiri assigned an issue to Eito Katagiri  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-37422  
 
 
  No Wrappers if RVM is defined in Job DSL   
 

  
 
 
 
 

 
Change By: 
 Eito Katagiri  
 
 
Assignee: 
 Daniel Spilker Eito Katagiri  
 

  
 
 
 
 

 
 
 

 
 
 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-37422) No Wrappers if RVM is defined in Job DSL

2016-08-16 Thread eitob...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Eito Katagiri commented on  JENKINS-37422  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: No Wrappers if RVM is defined in Job DSL   
 

  
 
 
 
 

 
 Andrei Burd Could you explain how to reproduce this error? As far as I know, changes in ruby-runtime 0.13 is updating jruby version. I didn't think that the changes made incompatibility...  
 

  
 
 
 
 

 
 
 

 
 
 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-36171) Steps with no logs should not be expandable

2016-08-16 Thread mne...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Michael Neale commented on  JENKINS-36171  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Steps with no logs should not be expandable   
 

  
 
 
 
 

 
 Right, if we don't know up front it has no log, I don't think we can do anything "nicely", and we just live with it.  There are common steps that don't have a log and we know that up front, and the change set for this addresses that, which is enough for me.   
 

  
 
 
 
 

 
 
 

 
 
 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-37104) Ensure matrix projects do not break blue ocean

2016-08-16 Thread vivek.pan...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Vivek Pandey started work on  JENKINS-37104  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
Change By: 
 Vivek Pandey  
 
 
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-37104) Ensure matrix projects do not break blue ocean

2016-08-16 Thread vivek.pan...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Vivek Pandey updated  JENKINS-37104  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-37104  
 
 
  Ensure matrix projects do not break blue ocean   
 

  
 
 
 
 

 
Change By: 
 Vivek Pandey  
 
 
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-18435) Navigating back, then forward, from a job configuration causes loss of config data

2016-08-16 Thread ryan.campb...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 recampbell updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-18435  
 
 
  Navigating back, then forward, from a job configuration causes loss of config data   
 

  
 
 
 
 

 
Change By: 
 recampbell  
 
 
Labels: 
 2.0-rejected  lts-candidate  
 

  
 
 
 
 

 
 
 

 
 
 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-37429) installing blue ocean in brand new Jenkins requires restart and has messy error

2016-08-16 Thread vivek.pan...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Vivek Pandey updated  JENKINS-37429  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-37429  
 
 
  installing blue ocean in brand new Jenkins requires restart and has messy error   
 

  
 
 
 
 

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

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-34958) Getting "Your Authorization Token has expired" when using ECR credentials

2016-08-16 Thread dguisin...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Dan Guisinger commented on  JENKINS-34958  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Getting "Your Authorization Token has expired" when using ECR credentials   
 

  
 
 
 
 

 
 I am having a similar issue, but I am in us-east-1... so what you guys are saying is that it should work... It appears to me like the plug-in isn't even trying to request a new token. I have tried this with both a regular Jenkins project where I can select my credentials from a dropdown and a Jenkins pipeline project where I select it by ID "ecr:aws". I can't get it to work consistently with: sh 'eval `aws ecr get-login`' but every time I'm having trouble, if I ssh into the machine and type "aws ecr get-login", builds work instantly for a few hours. this is very frustrating, its like the code isn't even trying to get a token, or if its failing its not putting it in the log. Ideas? I don't want to have to make get-login a cron job.  
 

  
 
 
 
 

 
 
 

 
 
 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-34996) Sec-170-related: Release plugin needs to declare parameters

2016-08-16 Thread ryan.campb...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 recampbell updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-34996  
 
 
  Sec-170-related: Release plugin needs to declare parameters   
 

  
 
 
 
 

 
Change By: 
 recampbell  
 
 
Comment: 
 PR has been updated to respond to comments. Pending re-reviews.  
 

  
 
 
 
 

 
 
 

 
 
 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-34996) Sec-170-related: Release plugin needs to declare parameters

2016-08-16 Thread ryan.campb...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 recampbell commented on  JENKINS-34996  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Sec-170-related: Release plugin needs to declare parameters   
 

  
 
 
 
 

 
 PR has been updated to respond to comments. Pending re-reviews.  
 

  
 
 
 
 

 
 
 

 
 
 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-37383) publishBrakeman step should include thresholds

2016-08-16 Thread and...@sixletters.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Andrew Paulin commented on  JENKINS-37383  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: publishBrakeman step should include thresholds   
 

  
 
 
 
 

 
 Fair catch. Was aware of this hole for my initial cut of this; forget why I backed off but it was a silly reason. I'll look at this soon; have a probable fix for JENKINS-15334 that should go out anyway.  
 

  
 
 
 
 

 
 
 

 
 
 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-36171) Steps with no logs should not be expandable

2016-08-16 Thread vivek.pan...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Vivek Pandey commented on  JENKINS-36171  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Steps with no logs should not be expandable   
 

  
 
 
 
 

 
 James Dumay We get it from core, looking at the code it does File.length(), not sure how performant it is underneath. Keeping performance thing aside, that is even if for each step we give log file length size, it will only work for complete steps. for steps in progress or not yet run the log file length could be zero in that snapshot but later might or might not produce any log. so how do you intend to handle that case?  
 

  
 
 
 
 

 
 
 

 
 
 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-36171) Steps with no logs should not be expandable

2016-08-16 Thread jdu...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 James Dumay commented on  JENKINS-36171  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Steps with no logs should not be expandable   
 

  
 
 
 
 

 
 Can we make stats on those files cheap? Whats the penalty?  
 

  
 
 
 
 

 
 
 

 
 
 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-26050) Workflow integration for Parameterized Trigger

2016-08-16 Thread truongdinhquan...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Quang Truong commented on  JENKINS-26050  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Workflow integration for Parameterized Trigger   
 

  
 
 
 
 

 
 Should we add update to BuildInfoExporterAction.java to support for Workflow too? We still use AbstractProject and AbstractBuild instead of Job and Run so BuildInfoExporterAction.getTriggeredProjects() and BuildInfoExporterAction.getTriggeredBuilds() will return a non-empty list but the workflow item is a null item.  
 

  
 
 
 
 

 
 
 

 
 
 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-37457) Create Task for executing Groovy Script

2016-08-16 Thread stuartr...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 stuart rowe created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-37457  
 
 
  Create Task for executing Groovy Script   
 

  
 
 
 
 

 
Issue Type: 
  New Feature  
 
 
Assignee: 
 Unassigned  
 
 
Components: 
 p4-plugin  
 
 
Created: 
 2016/Aug/16 11:23 PM  
 
 
Priority: 
  Major  
 
 
Reporter: 
 stuart rowe  
 

  
 
 
 
 

 
 Many workflows require multiple perforce operations that are just not possible using the currently defined p4 steps.   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

[JIRA] (JENKINS-37456) xcode build fails when using NodeLabel plugin with FAILURE in /Library/Caches/com.apple.xbs/Sources/DVTFrameworks/DVTFrameworks-10179/DVTFoundation/MacroExpansion/DVTMacroDefini

2016-08-16 Thread dirkh...@hotmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Dirk Hain created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-37456  
 
 
  xcode build fails when using NodeLabel plugin with FAILURE in /Library/Caches/com.apple.xbs/Sources/DVTFrameworks/DVTFrameworks-10179/DVTFoundation/MacroExpansion/DVTMacroDefinitionConditionSet.mm:154   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Dominik Bartholdi  
 
 
Components: 
 nodelabelparameter-plugin  
 
 
Created: 
 2016/Aug/16 11:19 PM  
 
 
Priority: 
  Blocker  
 
 
Reporter: 
 Dirk Hain  
 

  
 
 
 
 

 
 Blocker because xcode ios builds cannot be run when the NodeLabel plugin is used in the job.  We were able to isolate the issue to the use of the NodeLabel plugin and were baffled that this plugin could have this side effect. We are using a standard xcode build running on a MacPro connected to our jenkins master. This is what we see in the console:  xcodebuild[6784:2033931] [MT] DVTAssertions: ASSERTION FAILURE in /Library/Caches/com.apple.xbs/Sources/DVTFrameworks/DVTFrameworks-10179/DVTFoundation/MacroExpansion/DVTMacroDefinitionConditionSet.mm:154 15:54:41 Details: stringRep should be a non-empty string, but it's an empty string 15:54:41 Object:  15:54:41 Method: +conditionSetFromStringRepresentation:getBaseMacroName:error: 15:54:41 Thread:  {number = 1, name = main} 15:54:41 Hints: None 15:54:41 Backtrace: 15:54:41 0 -[DVTAssertionHandler handleFailureInMethod:object:fileName:lineNumber:assertionSignature:messageFormat:arguments:] (in DVTFoundation) 15:54:41 1 _DVTAssertionHandler (in DVTFoundation) 15:54:41 2 _DVTAssertionFailureHandler (in DVTFoundation)  
 

  
 
 
 
 

 
 
 
  

[JIRA] (JENKINS-22494) Multiconfiguration project does not respect label restrictions

2016-08-16 Thread myatl...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Andrey Myatlyuk commented on  JENKINS-22494  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Multiconfiguration project does not respect label restrictions   
 

  
 
 
 
 

 
 Another workaround for the issue is to leverage NodeLabel parameter plugin and parameterize the build with node label parameter. That seems to work 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-37453) Execute Shell in Multijob project

2016-08-16 Thread aliak.shchu...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Aliaksandr Shchurko assigned an issue to Alex Nickolaevsky  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-37453  
 
 
  Execute Shell in Multijob project   
 

  
 
 
 
 

 
Change By: 
 Aliaksandr Shchurko  
 
 
Assignee: 
 Aliaksandr Shchurko Alex Nickolaevsky  
 

  
 
 
 
 

 
 
 

 
 
 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-29487) stringRep should be a non-empty string, but it's an empty string

2016-08-16 Thread dirkh...@hotmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Dirk Hain commented on  JENKINS-29487  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: stringRep should be a non-empty string, but it's an empty string   
 

  
 
 
 
 

 
 We were running into this issue and were able to isolate the problem to the fact that the NodeLabel plugin (https://wiki.jenkins-ci.org/display/JENKINS/NodeLabel+Parameter+Plugin) is enabled for this build or not. Once we disabled the plugin for this build the ios build started working without the above 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-36171) Steps with no logs should not be expandable

2016-08-16 Thread vivek.pan...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Vivek Pandey commented on  JENKINS-36171  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Steps with no logs should not be expandable   
 

  
 
 
 
 

 
 Michael Neale You are right, some steps are never going to have logs, its already fixed in API. Maybe I misunderstood your comment about 0 length bug that what needs to be 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-36171) Steps with no logs should not be expandable

2016-08-16 Thread mne...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Michael Neale edited a comment on  JENKINS-36171  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Steps with no logs should not be expandable   
 

  
 
 
 
 

 
 [~vivek] may be my incorrect assumption: I was assuming that some step types were ALWAYS known to not have a log, if this is  a  not the  case, ignore  my comment .   
 

  
 
 
 
 

 
 
 

 
 
 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-36171) Steps with no logs should not be expandable

2016-08-16 Thread mne...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Michael Neale commented on  JENKINS-36171  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Steps with no logs should not be expandable   
 

  
 
 
 
 

 
 Vivek Pandey may be my incorrect assumption: I was assuming that some step types were ALWAYS known to not have a log, if this is a case, ignore.   
 

  
 
 
 
 

 
 
 

 
 
 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-35851) Load extensions as part of index.jelly

2016-08-16 Thread mne...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Michael Neale commented on  JENKINS-35851  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Load extensions as part of index.jelly   
 

  
 
 
 
 

 
 James Dumay yes it would - but if JENKINS-37137 was worked on instead, it would be probably a non issue as it would be one of the first things it fetches.   
 

  
 
 
 
 

 
 
 

 
 
 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-37455) parameter expansion not done on depotPath in p4Sync Pipeline DSL

2016-08-16 Thread jenk...@richardlee.name (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Richard Lee created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-37455  
 
 
  parameter expansion not done on depotPath in p4Sync Pipeline DSL   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Unassigned  
 
 
Components: 
 p4-plugin  
 
 
Created: 
 2016/Aug/16 10:49 PM  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Richard Lee  
 

  
 
 
 
 

 
 If parameterize your build by defining a string variable PARAMETERIZED_VAR with value 'foo', and then use that variable in the p4Sync DSL, a la. p4sync , depotPath: '//depot/project/$ {PARAMETERIZED_VAR} ',  It appears to attempt to create client spec called //depot/project/PARAMETERIZED_VAR rather than //depot/project/foo  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
  

[JIRA] (JENKINS-36171) Steps with no logs should not be expandable

2016-08-16 Thread vivek.pan...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Vivek Pandey commented on  JENKINS-36171  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Steps with no logs should not be expandable   
 

  
 
 
 
 

 
 Michael Neale you mean this fix in steps API? that is steps API reflects there is 0 length log for completed steps? It won't solve visualization problem as there might be steps that are not run yet or are in progress, there is no right way to reflect the log size or you can't really depend on it to show the steps correctly, unless UI keeps fetching all the steps which is expensive.  
 

  
 
 
 
 

 
 
 

 
 
 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-36171) Steps with no logs should not be expandable

2016-08-16 Thread mne...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Michael Neale commented on  JENKINS-36171  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Steps with no logs should not be expandable   
 

  
 
 
 
 

 
 OK, given that the "common" case is taken care of, I think we can close this off, open a new ticket for the edge case of 0 length logs and move on (it really doesn't trouble me for now, unless it turns out to be common, in which case really we should fix it at the source anyway).   
 

  
 
 
 
 

 
 
 

 
 
 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-36390) Acceptance test for Non multi-branch Pipeline Job flow

2016-08-16 Thread mne...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Michael Neale commented on  JENKINS-36390  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Acceptance test for Non multi-branch Pipeline Job flow   
 

  
 
 
 
 

 
 Tom FENNELLY isn't this covered by https://github.com/jenkinsci/blueocean-acceptance-test/tree/master/src/test/js/log-karaoke ?   
 

  
 
 
 
 

 
 
 

 
 
 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-36389) Acceptance test for Freestyle Job flow

2016-08-16 Thread mne...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Michael Neale commented on  JENKINS-36389  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Acceptance test for Freestyle Job flow   
 

  
 
 
 
 

 
 Tom FENNELLY isn't this covered by https://github.com/jenkinsci/blueocean-acceptance-test/tree/master/src/test/js/log-karaoke ?   
 

  
 
 
 
 

 
 
 

 
 
 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-37454) pipeline p4sync DSL hangs

2016-08-16 Thread jenk...@richardlee.name (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Richard Lee created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-37454  
 
 
  pipeline p4sync DSL hangs   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Unassigned  
 
 
Components: 
 p4-plugin  
 
 
Created: 
 2016/Aug/16 10:34 PM  
 
 
Priority: 
  Blocker  
 
 
Reporter: 
 Richard Lee  
 

  
 
 
 
 

 
 I set up a simple pipeline project using the p4sync dsl from the p4-plugin. However, The p4sync operation never seems to finish, and hangs the executor. It appears that up until that point, the p4-plugin has done its work correctly, as the client definition is created and the workspace synced. The last thing printed by the plugin is  P4 Task: saving built changes. ... p4 client -o rdleebuild-master-Inception-b-server-3-5-datacenter-check + ... p4 info + ... done And then it just spins. Jenkins says it's still running, as the Thread Dump shows Thread #2 at DSL.p4sync(running in thread: org.jenkinsci.plugins.workflow.steps.AbstractSynchronousNonBlockingStepExecution 1) at WorkflowScript.run(WorkflowScript:4) at DSL.node(running on ) at WorkflowScript.run(WorkflowScript:2)  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
  

[JIRA] (JENKINS-36171) Steps with no logs should not be expandable

2016-08-16 Thread vivek.pan...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Vivek Pandey commented on  JENKINS-36171  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Steps with no logs should not be expandable   
 

  
 
 
 
 

 
 Michael Neale yes, thats what JENKINS-36170 does. Otherwise its hard to say if there is associated log or not without checking the log file for that step.  
 

  
 
 
 
 

 
 
 

 
 
 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-36171) Steps with no logs should not be expandable

2016-08-16 Thread mne...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Michael Neale edited a comment on  JENKINS-36171  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Steps with no logs should not be expandable   
 

  
 
 
 
 

 
 [~tscherler] right - if a step is finished and there is X-Text-Size of 0 - can make it unexpandable?  Is this only in some cases? If it is "edge" cases then this isn't super high priority, but it would make sense if it has finished running, and there is 0 size, to make it unexpandable if this doesn't mess things up too much ... ([~vivek] are there some cases where we know up front, even before finished, there will never be a log?)  
 

  
 
 
 
 

 
 
 

 
 
 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-36171) Steps with no logs should not be expandable

2016-08-16 Thread mne...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Michael Neale commented on  JENKINS-36171  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Steps with no logs should not be expandable   
 

  
 
 
 
 

 
 Thorsten Scherler right - if a step is finished and there is X-Text-Size of 0 - can make it unexpandable?   
 

  
 
 
 
 

 
 
 

 
 
 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-37453) Execute Shell in Multijob project

2016-08-16 Thread aliak.shchu...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Aliaksandr Shchurko created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-37453  
 
 
  Execute Shell in Multijob project   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Aliaksandr Shchurko  
 
 
Components: 
 multijob-plugin  
 
 
Created: 
 2016/Aug/16 10:16 PM  
 
 
Priority: 
  Major  
 
 
Reporter: 
 Aliaksandr Shchurko  
 

  
 
 
 
 

 
 In multijob project cant execute shell in Build section javax.servlet.ServletException: org.apache.commons.jelly.JellyTagException: jar:file:/Users/Shared/Jenkins/Home/war/WEB-INF/lib/jenkins-core-2.16.jar!/hudson/model/Job/index.jelly:45:39:  com/joelj/jenkins/eztemplates/InheritenceStep/EzTemplateBuilder at org.kohsuke.stapler.jelly.JellyClassTearOff.serveIndexJelly(JellyClassTearOff.java:117) at org.kohsuke.stapler.jelly.JellyFacet.handleIndexRequest(JellyFacet.java:127) at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:735) at org.kohsuke.stapler.Stapler.invoke(Stapler.java:876) at org.kohsuke.stapler.MetaClass$5.doDispatch(MetaClass.java:233) at org.kohsuke.stapler.NameBasedDispatcher.dispatch(NameBasedDispatcher.java:58) at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:746) at org.kohsuke.stapler.Stapler.invoke(Stapler.java:876) at org.kohsuke.stapler.Stapler.invoke(Stapler.java:649) at org.kohsuke.stapler.Stapler.service(Stapler.java:238) at javax.servlet.http.HttpServlet.service(HttpServlet.java:790) at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:812) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1669) at hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:135) at hudson.util.PluginServletFilter.doFilter(PluginServletFilter.java:126) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652) at hudson.security.csrf.CrumbFilter.doFilter(CrumbFilter.java:86) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652) at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:84) at 

[JIRA] (JENKINS-35851) Load extensions as part of index.jelly

2016-08-16 Thread jdu...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 James Dumay commented on  JENKINS-35851  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Load extensions as part of index.jelly   
 

  
 
 
 
 

 
 Michael Neale Tom FENNELLY this would remove a request trip to fetch extensions right?  
 

  
 
 
 
 

 
 
 

 
 
 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-35851) Load extensions as part of index.jelly

2016-08-16 Thread jdu...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 James Dumay commented on  JENKINS-35851  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Load extensions as part of index.jelly   
 

  
 
 
 
 

 
 Michael Neale yes to JENKINS-37137   
 

  
 
 
 
 

 
 
 

 
 
 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-35851) Load extensions as part of index.jelly

2016-08-16 Thread jdu...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 James Dumay updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-35851  
 
 
  Load extensions as part of index.jelly   
 

  
 
 
 
 

 
Change By: 
 James Dumay  
 

  
 
 
 
 

 
 *In Scope** Add extensions to the global application config object* Update frontend to  read  extensions from this config object*Notes*There is noticable flicker if there is an async loading of extension points (via http://localhost:8080/jenkins/blue/_javascript_ExtensionInfo) after the webapp has loaded, ideally it would be loaded inside the main index.jelly, making the json available to avoid an extra round trip.   
 

  
 
 
 
 

 
 
 

 
 
 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-36791) Pipeline: File.separator is not based on node

2016-08-16 Thread jgl...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jesse Glick resolved as Not A Defect  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Read the Pipeline tutorial.  
 

  
 
 
 
 

 
 Jenkins /  JENKINS-36791  
 
 
  Pipeline: File.separator is not based on node   
 

  
 
 
 
 

 
Change By: 
 Jesse Glick  
 
 
Status: 
 Open Resolved  
 
 
Resolution: 
 Not A Defect  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-35851) Load extensions as part of index.jelly

2016-08-16 Thread jdu...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 James Dumay assigned an issue to Ivan Meredith  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-35851  
 
 
  Load extensions as part of index.jelly   
 

  
 
 
 
 

 
Change By: 
 James Dumay  
 
 
Assignee: 
 Ivan Meredith  
 

  
 
 
 
 

 
 
 

 
 
 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-25979) Finish Groovy CPS coverage

2016-08-16 Thread jgl...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jesse Glick commented on  JENKINS-25979  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Finish Groovy CPS coverage   
 

  
 
 
 
 

 
 The spread operator is covered by JENKINS-33051. Last I checked it does throw an UnsupportedOperationException, but maybe not in all cases.  
 

  
 
 
 
 

 
 
 

 
 
 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-35851) Load extensions as part of index.jelly

2016-08-16 Thread jdu...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 James Dumay updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-35851  
 
 
  Load extensions as part of index.jelly   
 

  
 
 
 
 

 
Change By: 
 James Dumay  
 

  
 
 
 
 

 
 *In Scope*** Add extensions to the global application config object** Update frontend to extensions from this config object*Notes* There is noticable flicker if there is an async loading of extension points (via http://localhost:8080/jenkins/blue/_javascript_ExtensionInfo) after the webapp has loaded, ideally it would be loaded inside the main index.jelly, making the json available to avoid an extra round trip.   
 

  
 
 
 
 

 
 
 

 
 
 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-35851) Load extensions as part of index.jelly

2016-08-16 Thread jdu...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 James Dumay updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-35851  
 
 
  Load extensions as part of index.jelly   
 

  
 
 
 
 

 
Change By: 
 James Dumay  
 
 
Sprint: 
 1.0-beta-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-35851) Load extensions as part of index.jelly

2016-08-16 Thread jdu...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 James Dumay updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-35851  
 
 
  Load extensions as part of index.jelly   
 

  
 
 
 
 

 
Change By: 
 James Dumay  
 

  
 
 
 
 

 
 *In Scope** *  Add extensions to the global application config object* *  Update frontend to extensions from this config object*Notes*There is noticable flicker if there is an async loading of extension points (via http://localhost:8080/jenkins/blue/_javascript_ExtensionInfo) after the webapp has loaded, ideally it would be loaded inside the main index.jelly, making the json available to avoid an extra round trip.   
 

  
 
 
 
 

 
 
 

 
 
 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-37018) Blue Ocean dashboard page never finishes loading

2016-08-16 Thread jdu...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 James Dumay resolved as Duplicate  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-37018  
 
 
  Blue Ocean dashboard page never finishes loading   
 

  
 
 
 
 

 
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.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-35681) Scripts not permitted to use staticMethod DefaultGroovyMethods each java.util.List Closure

2016-08-16 Thread jgl...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jesse Glick resolved as Cannot Reproduce  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 The current whitelist does include this method. Perhaps you have an older version of script-security. Anyway note that currently methods like this will only work inside a @NonCPS method, which cannot call Pipeline steps or other asynchronous code. If necessary, use a Java- or C-style for-loop.  
 

  
 
 
 
 

 
 Jenkins /  JENKINS-35681  
 
 
  Scripts not permitted to use staticMethod DefaultGroovyMethods each java.util.List Closure   
 

  
 
 
 
 

 
Change By: 
 Jesse Glick  
 
 
Status: 
 Open Resolved  
 
 
Resolution: 
 Cannot Reproduce  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   

[JIRA] (JENKINS-37018) Blue Ocean dashboard page never finishes loading

2016-08-16 Thread jdu...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 James Dumay commented on  JENKINS-37018  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Blue Ocean dashboard page never finishes loading   
 

  
 
 
 
 

 
 Vivek Pandey already linked. I think we should close this ticket against it.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-37210) dynamically load a groovy class and invoke a method in pipeline script

2016-08-16 Thread jgl...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jesse Glick resolved as Not A Defect  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Nothing of the sort is intended to work. There is a load step and there is a global libraries plugin, both of which have documentation.  
 

  
 
 
 
 

 
 Jenkins /  JENKINS-37210  
 
 
  dynamically load a groovy class and invoke a method in pipeline script   
 

  
 
 
 
 

 
Change By: 
 Jesse Glick  
 
 
Status: 
 Open Resolved  
 
 
Resolution: 
 Not A Defect  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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

[JIRA] (JENKINS-36771) Developer should see an indeterminate progress bar when the step is loading

2016-08-16 Thread jdu...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 James Dumay commented on  JENKINS-36771  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Developer should see an indeterminate progress bar when the step is loading   
 

  
 
 
 
 

 
 Thorsten Scherler could you explain the challenge? I'm not sure what you mean  
 

  
 
 
 
 

 
 
 

 
 
 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-37210) dynamically load a groovy class and invoke a method in pipeline script

2016-08-16 Thread jgl...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jesse Glick updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-37210  
 
 
  dynamically load a groovy class and invoke a method in pipeline script   
 

  
 
 
 
 

 
Change By: 
 Jesse Glick  
 

  
 
 
 
 

 
 I have developed groovy classes in IntelliJ IDE, I want to instantiate one of these classes in 'Pipeline script' of Pipeline plugin in Jenkins. I tried to follow the examples of 'Eval.me' and class.forName  {code:none} 
Sample

package com.mycomp.tmo

/**
* Created by
*/
public void callMe(){
println("Hello World !")
}


def e = "callMe"
def cl = Class.forName("com.mycomp.tmo.Sample")
println(Eval.me("${c1} (${e})"))
{code} Tried Below as well:
{code:none}
String cls = 'D:\\Users\\b\\IdeaProjects\\Automation\\src\\com\\mycomp\\tmo\\DBConnectionManager'

def map = ['person': ${cls}]
map['person'].newInstance()
{code} -- {code:none}
String cls = 'D:\\Users\\b\\IdeaProjects\\Automation\\src\\com\\mycomp\\tmo\\DBConnectionManager'

def map = ['person': ${cls}]
map['person'].newInstance()
{code}
Add Comment

[JIRA] (JENKINS-36771) Developer should see an indeterminate progress bar when the step is loading

2016-08-16 Thread jdu...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 James Dumay commented on  JENKINS-36771  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Developer should see an indeterminate progress bar when the step is loading   
 

  
 
 
 
 

 
 Thorsten Scherler looking good. Quick question - why is there a gap between the progress bar and the next step? Could you show me a static screenshot?  
 

  
 
 
 
 

 
 
 

 
 
 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-36054) Reload page after hibernate

2016-08-16 Thread jdu...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 James Dumay updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-36054  
 
 
  Reload page after hibernate   
 

  
 
 
 
 

 
Change By: 
 James Dumay  
 
 
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-36177) Acceptance test for Multi-Branch flow

2016-08-16 Thread jdu...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 James Dumay updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-36177  
 
 
  Acceptance test for Multi-Branch flow   
 

  
 
 
 
 

 
Change By: 
 James Dumay  
 
 
Priority: 
 Critical 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-36408) Client-side replay (or store and forward) of SSE events

2016-08-16 Thread jdu...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 James Dumay updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-36408  
 
 
  Client-side replay (or store and forward) of SSE events   
 

  
 
 
 
 

 
Change By: 
 James Dumay  
 
 
Priority: 
 Critical 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-36766) Developer can get a link to the PR on Github

2016-08-16 Thread jdu...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 James Dumay updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-36766  
 
 
  Developer can get a link to the PR on Github   
 

  
 
 
 
 

 
Change By: 
 James Dumay  
 
 
Sprint: 
 1.0-beta- 1 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-36573) API to retrieve link to pull request

2016-08-16 Thread jdu...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 James Dumay updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-36573  
 
 
  API to retrieve link to pull request   
 

  
 
 
 
 

 
Change By: 
 James Dumay  
 
 
Sprint: 
 1.0-m11, 1.0-beta- 1 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-35792) User needs to see better error pages

2016-08-16 Thread jdu...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 James Dumay updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-35792  
 
 
  User needs to see better error pages   
 

  
 
 
 
 

 
Change By: 
 James Dumay  
 
 
Priority: 
 Major Critical  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-36636) Implement alternate subtype of BluePipeline and ensure view customization works properly

2016-08-16 Thread jdu...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 James Dumay updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-36636  
 
 
  Implement alternate subtype of BluePipeline and ensure view customization works properly   
 

  
 
 
 
 

 
Change By: 
 James Dumay  
 
 
Sprint: 
 1.0-m11, 1.0-m12, 1.0-beta- 1 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-37202) Turn on paging by default

2016-08-16 Thread jdu...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 James Dumay commented on  JENKINS-37202  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Turn on paging by default   
 

  
 
 
 
 

 
 Though I think the change could be prepared ahead of his changes landing.  
 

  
 
 
 
 

 
 
 

 
 
 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-35153) Events.JobChannel#job_crud_deleted publishing blocked by AccessControl

2016-08-16 Thread jdu...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 James Dumay updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-35153  
 
 
  Events.JobChannel#job_crud_deleted publishing blocked by AccessControl   
 

  
 
 
 
 

 
Change By: 
 James Dumay  
 
 
Priority: 
 Critical 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-37096) Exception when adding New Node of type SGE Slave

2016-08-16 Thread jenk...@johnnado.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 John McGehee updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-37096  
 
 
  Exception when adding New Node of type SGE Slave   
 

  
 
 
 
 

 
Change By: 
 John McGehee  
 
 
Summary: 
 Expection Exception  when adding  a  New Node of type  SGE  node  Slave  
 

  
 
 
 
 

 
 
 

 
 
 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-37096) Exception when adding New Node of type SGE Slave

2016-08-16 Thread jenk...@johnnado.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 John McGehee updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-37096  
 
 
  Exception when adding New Node of type SGE Slave   
 

  
 
 
 
 

 
Change By: 
 John McGehee  
 
 
Priority: 
 Blocker 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-36781) Display of SCM identifiers should be consistent

2016-08-16 Thread jdu...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 James Dumay updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-36781  
 
 
  Display of SCM identifiers should be consistent   
 

  
 
 
 
 

 
Change By: 
 James Dumay  
 
 
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-36377) When a developer creates a new branch it is automatically favourited

2016-08-16 Thread jdu...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 James Dumay updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-36377  
 
 
  When a developer creates a new branch it is automatically favourited   
 

  
 
 
 
 

 
Change By: 
 James Dumay  
 
 
Priority: 
 Critical 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-36558) Sort the dashboard alphabetically

2016-08-16 Thread jdu...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 James Dumay updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-36558  
 
 
  Sort the dashboard alphabetically   
 

  
 
 
 
 

 
Change By: 
 James Dumay  
 
 
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-35810) Developer sees the Branches tab organised by relevance

2016-08-16 Thread jdu...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 James Dumay updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-35810  
 
 
  Developer sees the Branches tab organised by relevance   
 

  
 
 
 
 

 
Change By: 
 James Dumay  
 
 
Priority: 
 Critical 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-37096) Expection when adding a SGE node

2016-08-16 Thread jenk...@johnnado.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 John McGehee edited a comment on  JENKINS-37096  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Expection when adding a SGE node   
 

  
 
 
 
 

 
 I apologize for the late response.The [installation instructions|https://wiki.jenkins-ci.org/display/JENKINS/SGE+Cloud+Plugin] call for adding an _SGE Cloud_, not a _New Node_ of type _SGE Slave_.  Please follow the installation instructions and tell me if that works.Still, the presence of a useless button that causes a crash is certainly a bad thing.  Thank you for reporting it. I tried the same thing as you on RHEL 6.5, and I too got an exception, although Jenkins would not show me the stack trace.After you confirm that you were able to get the  Jenkins  SGE  Cloud  Plugin working without adding a _New Node_ of type _SGE Slave_, I will remove the useless (and dangerous) _SGE Slave_ button.  
 

  
 
 
 
 

 
 
 

 
 
 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-36895) favorite star layout issues if running at page zoom < 100%

2016-08-16 Thread jdu...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 James Dumay updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-36895  
 
 
  favorite star layout issues if running at page zoom < 100%   
 

  
 
 
 
 

 
Change By: 
 James Dumay  
 
 
Priority: 
 Trivial Minor  
 

  
 
 
 
 

 
 
 

 
 
 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-37096) Expection when adding a SGE node

2016-08-16 Thread jenk...@johnnado.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 John McGehee commented on  JENKINS-37096  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Expection when adding a SGE node   
 

  
 
 
 
 

 
 I apologize for the late response. The installation instructions call for adding an SGE Cloud, not a New Node of type SGE Slave. Please follow the installation instructions and tell me if that works. Still, the presence of a useless button that causes a crash is certainly a bad thing. Thank you for reporting it. I tried the same thing as you on RHEL 6.5, and I too got an exception, although Jenkins would not show me the stack trace. After you confirm that you were able to get the Jenkins SGE Plugin working without adding a New Node of type SGE Slave, I will remove the useless (and dangerous) SGE Slave button.  
 

  
 
 
 
 

 
 
 

 
 
 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-37427) Handle Matrix project in UI

2016-08-16 Thread jdu...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 James Dumay updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-37427  
 
 
  Handle Matrix project in UI   
 

  
 
 
 
 

 
Change By: 
 James Dumay  
 
 
Sprint: 
 1.0-pre-beta-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-37427) Handle Matrix project in UI

2016-08-16 Thread jdu...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 James Dumay updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-37427  
 
 
  Handle Matrix project in UI   
 

  
 
 
 
 

 
Change By: 
 James Dumay  
 
 
Sprint: 
 1.0-beta-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-37379) Some real-time favorite card statuses are not accurate

2016-08-16 Thread jdu...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 James Dumay updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-37379  
 
 
  Some real-time favorite card statuses are not accurate   
 

  
 
 
 
 

 
Change By: 
 James Dumay  
 
 
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-35796) Developer can stop the run of an executing pipeline

2016-08-16 Thread jdu...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 James Dumay updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-35796  
 
 
  Developer can stop the run of an executing pipeline   
 

  
 
 
 
 

 
Change By: 
 James Dumay  
 
 
Priority: 
 Critical 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-36974) Developer can stop a run from the activity tab

2016-08-16 Thread jdu...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 James Dumay updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-36974  
 
 
  Developer can stop a run from the activity tab   
 

  
 
 
 
 

 
Change By: 
 James Dumay  
 
 
Priority: 
 Critical 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-36921) MobX proof of concept in Personalization plugin

2016-08-16 Thread jdu...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 James Dumay updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-36921  
 
 
  MobX proof of concept in Personalization plugin   
 

  
 
 
 
 

 
Change By: 
 James Dumay  
 
 
Priority: 
 Critical Minor  
 

  
 
 
 
 

 
 
 

 
 
 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-37425) Run behaviour does not work as designed

2016-08-16 Thread jdu...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 James Dumay updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-37425  
 
 
  Run behaviour does not work as designed   
 

  
 
 
 
 

 
Change By: 
 James Dumay  
 
 
Priority: 
 Critical 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-37425) Run behaviour does not work as designed

2016-08-16 Thread jdu...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 James Dumay updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-37425  
 
 
  Run behaviour does not work as designed   
 

  
 
 
 
 

 
Change By: 
 James Dumay  
 
 
Priority: 
 Minor Critical  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-37018) Blue Ocean dashboard page never finishes loading

2016-08-16 Thread vivek.pan...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Vivek Pandey commented on  JENKINS-37018  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Blue Ocean dashboard page never finishes loading   
 

  
 
 
 
 

 
 Michael NealeJames Dumay To resolve this ticket we need JENKINS-37104, JENKINS-37427 and pagination ticket to be completed. Can you link pagination JIRA issue that Keith is working on to this ticket?   
 

  
 
 
 
 

 
 
 

 
 
 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-31155) Workflow shared library improvements

2016-08-16 Thread jgl...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jesse Glick commented on  JENKINS-31155  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Workflow shared library improvements   
 

  
 
 
 
 

 
 Fallback mode verified to be functional. Have not yet tested a real implementation of retrieve(String, TaskListener).  
 

  
 
 
 
 

 
 
 

 
 
 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-28447) CpsScmFlowDefinition does not resolve variables

2016-08-16 Thread jgl...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jesse Glick commented on  JENKINS-28447  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: CpsScmFlowDefinition does not resolve variables   
 

  
 
 
 
 

 
 Have some evidence that JENKINS-30910 would fix this implicitly.  
 

  
 
 
 
 

 
 
 

 
 
 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-37429) installing blue ocean in brand new Jenkins requires restart and has messy error

2016-08-16 Thread vivek.pan...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Vivek Pandey updated  JENKINS-37429  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-37429  
 
 
  installing blue ocean in brand new Jenkins requires restart and has messy error   
 

  
 
 
 
 

 
Change By: 
 Vivek Pandey  
 
 
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-34540) Can't use Pipeline Parameter in Branch Specifier on Jenkins 1.651.2/2.0-2.6

2016-08-16 Thread jgl...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jesse Glick resolved as Duplicate  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-34540  
 
 
  Can't use Pipeline Parameter in Branch Specifier on Jenkins 1.651.2/2.0-2.6   
 

  
 
 
 
 

 
Change By: 
 Jesse Glick  
 
 
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.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-34876) Git Parameters not working for Pipeline projects and Jenkinsfile from SCM

2016-08-16 Thread jgl...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jesse Glick updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-34876  
 
 
  Git Parameters not working for Pipeline projects and Jenkinsfile from SCM   
 

  
 
 
 
 

 
Change By: 
 Jesse Glick  
 
 
Labels: 
 workflow  
 

  
 
 
 
 

 
 
 

 
 
 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-34876) Git Parameters not working for Pipeline projects and Jenkinsfile from SCM

2016-08-16 Thread jgl...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jesse Glick commented on  JENKINS-34876  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Git Parameters not working for Pipeline projects and Jenkinsfile from SCM   
 

  
 
 
 
 

 
 Not a duplicate. Rather missing Pipeline integration with this 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-33632) docker.inside broken

2016-08-16 Thread chrisl...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Christopher Eck commented on  JENKINS-33632  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: docker.inside broken   
 

  
 
 
 
 

 
 In my environment, we're running the jenkins master and slaves as containers within kubernetes. I'm passing /var/run/docker.sock into each slave container so it connects to the local host's docker daemon. On a slave, I'm attempting to run docker.inside on a newly built container and seeing this behavior. I expect, based on what I read of the demo, that this should work properly.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-36171) Steps with no logs should not be expandable

2016-08-16 Thread vivek.pan...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Vivek Pandey commented on  JENKINS-36171  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Steps with no logs should not be expandable   
 

  
 
 
 
 

 
 Thorsten Scherler James Dumay As part of /steps API computation of whether a step has actual log or not can be expensive - might results in to touching file system. API can return length of the log file in that instance (remember the step might not still be running or might be in RUNNING state but might not logged anything yet. So you have that condition as well. Wonder if you could disable expanding if X-Text-Size header size is 0?  
 

  
 
 
 
 

 
 
 

 
 
 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-27084) SVN authentication fails using subversion plugin v.2.5

2016-08-16 Thread cha...@videotron.ca (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Channy Tremblay commented on  JENKINS-27084  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: SVN authentication fails using subversion plugin v.2.5   
 

  
 
 
 
 

 
 Hello all, I have the same issue with Jenkins 1.609.3 and SVN 2.5.7 The error is intermittent, it works 50% of the time and when it fails, I get the "org.tmatesoft.svn.core.SVNCancelException: svn: E200015: authentication cancelled". If I retry, it will sometimes pass and complete the build. Caused by: org.tmatesoft.svn.core.SVNCancelException: svn: E200015: authentication cancelled at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.cancel(SVNErrorManager.java:37) at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.cancel(SVNErrorManager.java:32) at org.tmatesoft.svn.core.internal.io.svn.SVNSSHConnector.open(SVNSSHConnector.java:149) at org.tmatesoft.svn.core.internal.io.svn.SVNConnection.open(SVNConnection.java:77) at org.tmatesoft.svn.core.internal.io.svn.SVNRepositoryImpl.openConnection(SVNRepositoryImpl.java:1273) at org.tmatesoft.svn.core.internal.io.svn.SVNRepositoryImpl.getLatestRevision(SVNRepositoryImpl.java:172) at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgRepositoryAccess.getRevisionNumber(SvnNgRepositoryAccess.java:118) at org.tmatesoft.svn.core.internal.wc2.SvnRepositoryAccess.getLocations(SvnRepositoryAccess.java:184) at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgRepositoryAccess.createRepositoryFor(SvnNgRepositoryAccess.java:45) at org.tmatesoft.svn.core.internal.wc2.remote.SvnRemoteLog.run(SvnRemoteLog.java:160) at org.tmatesoft.svn.core.internal.wc2.remote.SvnRemoteLog.run(SvnRemoteLog.java:35) at org.tmatesoft.svn.core.internal.wc2.SvnOperationRunner.run(SvnOperationRunner.java:21) at org.tmatesoft.svn.core.wc2.SvnOperationFactory.run(SvnOperationFactory.java:1235) at org.tmatesoft.svn.core.wc2.SvnOperation.run(SvnOperation.java:294) at org.tmatesoft.svn.core.wc.SVNLogClient.doLog(SVNLogClient.java:968) at org.tmatesoft.svn.core.wc.SVNLogClient.doLog(SVNLogClient.java:873) at hudson.scm.SubversionChangeLogBuilder.buildModule(SubversionChangeLogBuilder.java:193)  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

[JIRA] (JENKINS-37422) No Wrappers if RVM is defined in Job DSL

2016-08-16 Thread burdand...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Andrei Burd commented on  JENKINS-37422  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: No Wrappers if RVM is defined in Job DSL   
 

  
 
 
 
 

 
 to sum this up - i was able to make work again downgrading ruby-runtime-plugin to 0.12 and RVM to 0.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-36883) Jobs with “Exclude Changes” Polling Filter Not Syncing Latest at Build Time

2016-08-16 Thread jda...@ipswitch.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jason Davis commented on  JENKINS-36883  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Jobs with “Exclude Changes” Polling Filter Not Syncing Latest at Build Time   
 

  
 
 
 
 

 
 Man - I was hoping that version 1.4.4's change for JENKINS-37124 was going to address this problem also, but files in the "exclude changes..." list are still being synced to the triggered changelist number and not the latest available changelist. It's a bummer, because I'd like to stay in sync with the other fixes, improvements, and changes for building pipelines.  
 

  
 
 
 
 

 
 
 

 
 
 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-37422) No Wrappers if RVM is defined in Job DSL

2016-08-16 Thread m...@daniel-spilker.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Daniel Spilker commented on  JENKINS-37422  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: No Wrappers if RVM is defined in Job DSL   
 

  
 
 
 
 

 
 No, according to Artifactory version 0.13 has been uploaded by user Eito Katagiri. Maybe he has an idea. See https://repo.jenkins-ci.org/webapp/#/artifacts/browse/tree/General/releases/org/jenkins-ci/plugins/ruby-runtime/0.13/ruby-runtime-0.13.hpi  
 

  
 
 
 
 

 
 
 

 
 
 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-30100) The rebuild action doesn't reset the pipeline

2016-08-16 Thread jiri....@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jiri Tyr commented on  JENKINS-30100  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: The rebuild action doesn't reset the pipeline   
 

  
 
 
 
 

 
 If Patrik Boström would elaborate what's necessary to do in the plugin, I would try to fix it.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-15371) Displayed Build version does not interpret parameters

2016-08-16 Thread michaeldkfow...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Michael Fowler assigned an issue to Deniz Bahadir  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-15371  
 
 
  Displayed Build version does not interpret parameters   
 

  
 
 
 
 

 
Change By: 
 Michael Fowler  
 
 
Assignee: 
 Deniz Bahadir  
 

  
 
 
 
 

 
 
 

 
 
 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-37451) versionNumber should be exposed to API

2016-08-16 Thread michaeldkfow...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Michael Fowler updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-37451  
 
 
  versionNumber should be exposed to API   
 

  
 
 
 
 

 
Change By: 
 Michael Fowler  
 
 
Summary: 
 VersionNumber versionNumber  should be exposed to API  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-37451) versionNumber should be exposed to API

2016-08-16 Thread michaeldkfow...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Michael Fowler updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-37451  
 
 
  versionNumber should be exposed to API   
 

  
 
 
 
 

 
Change By: 
 Michael Fowler  
 

  
 
 
 
 

 
 It would be nice if the  VersionNumber  versionNumber  were exposed in the API  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-37308) browserInstance null causes an NPE in Sauce On Demand plugin 1.154

2016-08-16 Thread orlando.soto-pas...@cfpb.gov (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Orlando Soto commented on  JENKINS-37308  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: browserInstance null causes an NPE in Sauce On Demand plugin 1.154   
 

  
 
 
 
 

 
 thanks Gavin Mogan we have uploaded the latest build and will continue to monitor our logs and report back   
 

  
 
 
 
 

 
 
 

 
 
 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   >