[JIRA] (JENKINS-39661) Investigate performance of Pipeline /activity and /runs REST endpoint

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


 
 
 
 

 
 
 

 
   
 Vivek Pandey commented on  JENKINS-39661  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Investigate performance of Pipeline /activity and /runs REST endpoint   
 

  
 
 
 
 

 
 Tom FENNELLY I have create 6000 runs of a simple pipeline, fresh load time (on new browser is about 600ms). Maybe its my pipeline is too simple to reproduce 10s of sec initial load time? Its all on my laptop. Here is my pipeline: 

 

stage 'build'
node{
  echo "Building..."
}
stage 'deploy'
node{
  echo "Deploying"
}
 

 Can you share your pipeline? Maybe that will help me diagnose. I am proceeding with a fix regardless, however need to validate it so need to reproduce.  Thanks buddy!  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1: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-39770) PipelineRunGraph not rendered when there is more that 100 nodes

2016-11-16 Thread roidelapl...@inuits.eu (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Julien Pivotto edited a comment on  JENKINS-39770  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: PipelineRunGraph not rendered when there is more that 100 nodes   
 

  
 
 
 
 

 
 We have 33 repositoriesWe run three operations on each of them:checkout -- fetch tags -- push new tagPlus other stages (build, publish, doc, release).The total is greater that 100.I think this is because the API /run/x/nodes is paginated ( https://github.com/jenkinsci/blueocean-plugin/blob/f1475e883adbfa8d7aeafc6a4e6aff216cfc/blueocean-rest/src/main/java/io/jenkins/blueocean/rest/pageable/PagedResponse.java#L31 )I do not CARE about SEEING the 100 bullets. Actually that would be horrible. But having that  parallelism  decreases the duration from 60s to 5s.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1: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-39770) PipelineRunGraph not rendered when there is more that 100 nodes

2016-11-16 Thread roidelapl...@inuits.eu (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Julien Pivotto commented on  JENKINS-39770  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: PipelineRunGraph not rendered when there is more that 100 nodes   
 

  
 
 
 
 

 
 We have 33 repositories We run three operations on each of them: checkout – fetch tags – push new tag Plus other stages (build, publish, doc, release). The total is greater that 100. I think this is because the API /run/x/nodes is paginated ( https://github.com/jenkinsci/blueocean-plugin/blob/f1475e883adbfa8d7aeafc6a4e6aff216cfc/blueocean-rest/src/main/java/io/jenkins/blueocean/rest/pageable/PagedResponse.java#L31 ) I do not CARE about SEEING the 100 bullets. Actually that would be horrible. But having that increases the speed to 60s to 5s.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1: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-39770) PipelineRunGraph not rendered when there is more that 100 nodes

2016-11-16 Thread roidelapl...@inuits.eu (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Julien Pivotto edited a comment on  JENKINS-39770  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: PipelineRunGraph not rendered when there is more that 100 nodes   
 

  
 
 
 
 

 
 We have 33 repositoriesWe run three operations on each of them:checkout -- fetch tags -- push new tagPlus other stages (build, publish, doc, release).The total is greater that 100.I think this is because the API /run/x/nodes is paginated ( https://github.com/jenkinsci/blueocean-plugin/blob/f1475e883adbfa8d7aeafc6a4e6aff216cfc/blueocean-rest/src/main/java/io/jenkins/blueocean/rest/pageable/PagedResponse.java#L31 )I do not CARE about SEEING the 100 bullets. Actually that would be horrible. But having that  increases  decreases  the  speed to  duration from  60s to 5s.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1: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-39811) Upgrading slack plugin breaks jenkins

2016-11-16 Thread tomax...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Tomas Zaleniakas created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-39811  
 
 
  Upgrading slack plugin breaks jenkins   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Kurt Madel  
 
 
Components: 
 slack-plugin  
 
 
Created: 
 2016/Nov/17 5:38 AM  
 
 
Environment: 
 Slack plugin 2.1  Jenkins 2.30  
 
 
Priority: 
  Major  
 
 
Reporter: 
 Tomas Zaleniakas  
 

  
 
 
 
 

 
 Upgraded from slack plugin 1.8.1 to 2.1 got this error. hudson.util.HudsonFailedToLoad: java.lang.AssertionError: class jenkins.plugins.slack.SlackNotifier$SlackJobProperty is missing its descriptor at hudson.WebAppMain$3.run(WebAppMain.java:245) Caused by: java.lang.AssertionError: class jenkins.plugins.slack.SlackNotifier$SlackJobProperty is missing its descriptor at jenkins.model.Jenkins.getDescriptorOrDie(Jenkins.java:1533) at hudson.model.JobProperty.getDescriptor(JobProperty.java:105) at hudson.model.JobProperty.getDescriptor(JobProperty.java:79) at hudson.model.Descriptor.toMap(Descriptor.java:989) at hudson.model.Job.getProperties(Job.java:554) at org.jenkinsci.plugins.envinject.migration.EnvInjectMigrationListener.onLoaded(EnvInjectMigrationListener.java:47) at jenkins.model.Jenkins.(Jenkins.java:995) at hudson.model.Hudson.(Hudson.java:85) at hudson.model.Hudson.(Hudson.java:81) at hudson.WebAppMain$3.run(WebAppMain.java:231)  
 

  
 
 
 
 

 
 
 
 

[JIRA] (JENKINS-39810) Jenkins can't connect to any HTTP sites for plug-ins, complains about 403 error

2016-11-16 Thread ixf...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Danny Chia created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-39810  
 
 
  Jenkins can't connect to any HTTP sites for plug-ins, complains about 403 error   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Unassigned  
 
 
Components: 
 update-sites-manager-plugin  
 
 
Created: 
 2016/Nov/17 4:44 AM  
 
 
Environment: 
 Jenkins 2.19.3 on Ubuntu 12.04.5 LTS  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Danny Chia  
 

  
 
 
 
 

 
 I'm unable to download any updates due to a 403 error when I connect to an update site. With the default URL, I get the following error: java.io.IOException: Server returned HTTP response code: 403 for URL: http://mirrors.jenkins-ci.org/updates/stable-2.19/update-center.json at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1876) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1474) at hudson.model.DownloadService.loadJSON(DownloadService.java:171) at hudson.model.UpdateSite.updateDirectlyNow(UpdateSite.java:180) at hudson.PluginManager.doCheckUpdatesServer(PluginManager.java:1619) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.kohsuke.stapler.Function$InstanceFunction.invoke(Function.java:324) at org.kohsuke.stapler.interceptor.RequirePOST$Processor.invoke(RequirePOST.java:52) at org.kohsuke.stapler.PreInvokeInterceptedFunction.invoke(PreInvokeInterceptedFunction.java:26) at org.kohsuke.stapler.Function.bindAndInvoke(Function.java:167) at org.kohsuke.stapler.Function.bindAndInvokeAndServeResponse(Function.java:100) at org.kohsuke.stapler.MetaClass$1.doDispatch(MetaClass.java:124) at 

[JIRA] (JENKINS-39762) Update application header

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


 
 
 
 

 
 
 

 
   
 James Dumay commented on  JENKINS-39762  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Update application header   
 

  
 
 
 
 

 
 Brody Maclean nice job - I think this is ready to go   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1: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-39809) 404s due to merged PRs are super broken

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


 
 
 
 

 
 
 

 
   
 James Dumay updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-39809  
 
 
  404s due to merged PRs are super broken   
 

  
 
 
 
 

 
 Thorsten Scherler when you've moved on from i18n can you take a peek at this please?  
 

  
 
 
 
 

 
Change By: 
 James Dumay  
 
 
Sprint: 
 arctic  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-39809) 404s due to merged PRs are super broken

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


 
 
 
 

 
 
 

 
   
 James Dumay assigned an issue to Thorsten Scherler  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-39809  
 
 
  404s due to merged PRs are super broken   
 

  
 
 
 
 

 
Change By: 
 James Dumay  
 
 
Assignee: 
 Michael Neale Thorsten Scherler  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-39809) 404s due to merged PRs are super broken

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


 
 
 
 

 
 
 

 
   
 James Dumay updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-39809  
 
 
  404s due to merged PRs are super broken   
 

  
 
 
 
 

 
Change By: 
 James Dumay  
 

  
 
 
 
 

 
 *In scope** If the run result is opened and no run or job exists it should go to the 404 page.*Context* https://ci.jenkins.io/blue/organizations/jenkins/Infra%2Fpatron/detail/PR-16/1/pipeline/{noformat}[2016-11-17 04:48:18]  <@michaelneale> @danielbeck: that pull request isn't in the UI any more[2016-11-17 04:48:40]  <@michaelneale> @danielbeck: which may be why is blank (but should be 404)[2016-11-17 04:48:44]  <@danielbeck> michaelneale merged?[2016-11-17 04:48:51]  <@danielbeck> I merged it earlier[2016-11-17 04:48:56]  <@danielbeck> but wtf this must be nicer[2016-11-17 04:49:05]  <@michaelneale> Yes. Can you open ticket?[2016-11-17 04:49:07]  <@michaelneale> That's bad.[2016-11-17 04:49:21]  <@i386> so it looks like we are not handling 404s on that route anymore[2016-11-17 04:49:25]  <@i386> so thats super broken[2016-11-17 04:51:44]  <@michaelneale> Ok yes.[2016-11-17 04:52:04]  <@michaelneale> Need to add acceptance test for that. I shall.{noformat}  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

 

[JIRA] (JENKINS-39809) 404s due to merged PRs are super broken

2016-11-16 Thread db...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Daniel Beck created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-39809  
 
 
  404s due to merged PRs are super broken   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Michael Neale  
 
 
Components: 
 blueocean-plugin  
 
 
Created: 
 2016/Nov/17 4:00 AM  
 
 
Priority: 
  Major  
 
 
Reporter: 
 Daniel Beck  
 

  
 
 
 
 

 
 https://ci.jenkins.io/blue/organizations/jenkins/Infra%2Fpatron/detail/PR-16/1/pipeline/ 

 
[2016-11-17 04:48:18]  <@michaelneale>	@danielbeck: that pull request isn't in the UI any more
[2016-11-17 04:48:40]  <@michaelneale>	@danielbeck: which may be why is blank (but should be 404)
[2016-11-17 04:48:44]  <@danielbeck>	michaelneale merged?
[2016-11-17 04:48:51]  <@danielbeck>	I merged it earlier
[2016-11-17 04:48:56]  <@danielbeck>	but wtf this must be nicer
[2016-11-17 04:49:05]  <@michaelneale>	Yes. Can you open ticket?
[2016-11-17 04:49:07]  <@michaelneale>	That's bad.
[2016-11-17 04:49:21]  <@i386>	so it looks like we are not handling 404s on that route anymore
[2016-11-17 04:49:25]  <@i386>	so thats super broken
[2016-11-17 04:51:44]  <@michaelneale>	Ok yes.
[2016-11-17 04:52:04]  <@michaelneale>	Need to add acceptance test for that. I shall. 

  
 

  
 
 
 
 

 
 
 

  

[JIRA] (JENKINS-39762) Update application header

2016-11-16 Thread bmacl...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Brody Maclean commented on  JENKINS-39762  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Update application header   
 

  
 
 
 
 

 
 Updated   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1: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-39762) Update application header

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


 
 
 
 

 
 
 

 
   
 James Dumay updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-39762  
 
 
  Update application header   
 

  
 
 
 
 

 
Change By: 
 James Dumay  
 

  
 
 
 
 

 
 *In scope** Update the Dashboard and summary header to match the design attached.* The avatar is a drop down that contains a menu:** Do we have a menu in JDL? perhaps its time we made one?** Items** *  Settings https://ci.blueocean.io/user/i386/configure** *  Profile https://ci.blueocean.io/user/i386/** *  Logout  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1: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-39762) Update application header

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


 
 
 
 

 
 
 

 
   
 James Dumay updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-39762  
 
 
  Update application header   
 

  
 
 
 
 

 
Change By: 
 James Dumay  
 

  
 
 
 
 

 
 *In scope** Update the Dashboard and summary header to match the design attached.* The avatar is a drop down that contains a menu:**  Do we have a menu in JDL? perhaps its time we made one?** Items**  Settings https://ci.blueocean.io/user/i386/configure** Profile https://ci.blueocean.io/user/i386/** Logout  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1: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-39762) Update application header

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


 
 
 
 

 
 
 

 
   
 James Dumay updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-39762  
 
 
  Update application header   
 

  
 
 
 
 

 
Change By: 
 James Dumay  
 

  
 
 
 
 

 
 *In scope** Update the Dashboard and summary header to match the design attached. * The avatar is a drop down that contains a menu:** Settings https://ci.blueocean.io/user/i386/configure** Profile https://ci.blueocean.io/user/i386/** Logout  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1: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-39762) Update application header

2016-11-16 Thread bmacl...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Brody Maclean updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-39762  
 
 
  Update application header   
 

  
 
 
 
 

 
Change By: 
 Brody Maclean  
 
 
Attachment: 
 Headers.png  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-39762) Update application header

2016-11-16 Thread bmacl...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Brody Maclean updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-39762  
 
 
  Update application header   
 

  
 
 
 
 

 
Change By: 
 Brody Maclean  
 
 
Attachment: 
 Headers.png  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-39775) EmptyStackException from PipelineNodeGraphVisitor.parallelBranchStart

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


 
 
 
 

 
 
 

 
   
 Vivek Pandey commented on  JENKINS-39775  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: EmptyStackException from PipelineNodeGraphVisitor.parallelBranchStart   
 

  
 
 
 
 

 
 I am getting, this error, will try later on from home, SJC office internet 

 

Network timed out while trying to connect to https://index.docker.io/v1/repositories/library/jenkins/images. You may want to check your internet connection or if you are behind a proxy.
make: *** [build] Error 1
 

 Likely a partial branch that results in code barfing up not able computing endNode (has not ended yet) but needs to get the last executed node to compute timing info.   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1: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-39770) PipelineRunGraph not rendered when there is more that 100 nodes

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


 
 
 
 

 
 
 

 
   
 James Dumay commented on  JENKINS-39770  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: PipelineRunGraph not rendered when there is more that 100 nodes   
 

  
 
 
 
 

 
 Thats 100 parallels inside a stage?  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1: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-39770) PipelineRunGraph not rendered when there is more that 100 nodes

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


 
 
 
 

 
 
 

 
   
 Michael Neale commented on  JENKINS-39770  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: PipelineRunGraph not rendered when there is more that 100 nodes   
 

  
 
 
 
 

 
 is 100 the exact limit?   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1: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-39770) PipelineRunGraph not rendered when there is more that 100 nodes

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


 
 
 
 

 
 
 

 
   
 Michael Neale commented on  JENKINS-39770  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: PipelineRunGraph not rendered when there is more that 100 nodes   
 

  
 
 
 
 

 
 So it works without parallel - ie lots of stages?  Not sure how that many parallel can practically be displayed either  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1: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-39770) PipelineRunGraph not rendered when there is more that 100 nodes

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


 
 
 
 

 
 
 

 
   
 James Dumay commented on  JENKINS-39770  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: PipelineRunGraph not rendered when there is more that 100 nodes   
 

  
 
 
 
 

 
 Thanks for the report Julien - ill have someone take a peek at this early next week  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1: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-39770) PipelineRunGraph not rendered when there is more that 100 nodes

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


 
 
 
 

 
 
 

 
   
 James Dumay updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-39770  
 
 
  PipelineRunGraph not rendered when there is more that 100 nodes   
 

  
 
 
 
 

 
Change By: 
 James Dumay  
 
 
Sprint: 
 tasman  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1: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-39775) EmptyStackException from PipelineNodeGraphVisitor.parallelBranchStart

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


 
 
 
 

 
 
 

 
   
 James Dumay edited a comment on  JENKINS-39775  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: EmptyStackException from PipelineNodeGraphVisitor.parallelBranchStart   
 

  
 
 
 
 

 
 [~jglick] eep that doesn't look good. Ill punt this over to [~vivek] for investigation . I suspect if you see a lot of these exceptions then incremental won't work at all.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1: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-39775) EmptyStackException from PipelineNodeGraphVisitor.parallelBranchStart

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


 
 
 
 

 
 
 

 
   
 James Dumay assigned an issue to Vivek Pandey  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-39775  
 
 
  EmptyStackException from PipelineNodeGraphVisitor.parallelBranchStart   
 

  
 
 
 
 

 
Change By: 
 James Dumay  
 
 
Labels: 
 api  
 
 
Sprint: 
 arctic  
 
 
Assignee: 
 Vivek Pandey  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1: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-39775) EmptyStackException from PipelineNodeGraphVisitor.parallelBranchStart

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


 
 
 
 

 
 
 

 
   
 James Dumay commented on  JENKINS-39775  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: EmptyStackException from PipelineNodeGraphVisitor.parallelBranchStart   
 

  
 
 
 
 

 
 Jesse Glick eep that doesn't look good. Ill punt this over to Vivek Pandey for investigation  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1: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-39806) poll on master filter has to exist and be true

2016-11-16 Thread mh...@tivo.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Matthew Hall edited a comment on  JENKINS-39806  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: poll on master filter has to exist and be true   
 

  
 
 
 
 

 
 This looks A LOT like : JENKINS-38886 , except we don't use the matrix 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-38494) User can see the input form on an input step (UI)

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


 
 
 
 

 
 
 

 
   
 James Dumay updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-38494  
 
 
  User can see the input form on an input step (UI)   
 

  
 
 
 
 

 
Change By: 
 James Dumay  
 
 
Sprint: 
 tasman frank  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1: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-38775) Selecting a line in karaoke mode stops follow along in a way that can't be resumed

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


 
 
 
 

 
 
 

 
   
 James Dumay updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-38775  
 
 
  Selecting a line in karaoke mode stops follow along in a way that can't be resumed   
 

  
 
 
 
 

 
Change By: 
 James Dumay  
 
 
Sprint: 
 tasman frank  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-39158) A completed parallel branch isn't showing up as completed in karaoke mode

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


 
 
 
 

 
 
 

 
   
 James Dumay updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

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

  
 
 
 
 

 
Change By: 
 James Dumay  
 
 
Sprint: 
 tasman frank  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1: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-38767) Header link on branch name should be moved to pipeline name

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


 
 
 
 

 
 
 

 
   
 James Dumay updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-38767  
 
 
  Header link on branch name should be moved to pipeline name   
 

  
 
 
 
 

 
Change By: 
 James Dumay  
 
 
Sprint: 
 tasman frank  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1: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-39205) REGRESSION: pipeline results screen fetching steps incorrectly when opened

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


 
 
 
 

 
 
 

 
   
 James Dumay updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-39205  
 
 
  REGRESSION: pipeline results screen fetching steps incorrectly when opened   
 

  
 
 
 
 

 
Change By: 
 James Dumay  
 
 
Sprint: 
 tasman frank  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1: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-39806) poll on master filter has to exist and be true

2016-11-16 Thread mh...@tivo.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Matthew Hall commented on  JENKINS-39806  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: poll on master filter has to exist and be true   
 

  
 
 
 
 

 
 This looks A LOT like : JENKINS-38886  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1: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-39808) How can i use the parameter from a file context

2016-11-16 Thread chinakevin...@live.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 kevin guo updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-39808  
 
 
  How can i use the parameter from a file context   
 

  
 
 
 
 

 
Change By: 
 kevin guo  
 
 
Issue Type: 
 Task Bug  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-39760) Active Choices Parameters lost of Job Config save

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


 
 
 
 

 
 
 

 
   
 Andrew Gray commented on  JENKINS-39760  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Active Choices Parameters lost of Job Config save   
 

  
 
 
 
 

 
 1. Done 2. Tested Successfully 3. Done and Tested Successfully Thank you  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-39808) How can i use the parameter from a file context

2016-11-16 Thread chinakevin...@live.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 kevin guo created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-39808  
 
 
  How can i use the parameter from a file context   
 

  
 
 
 
 

 
Issue Type: 
  Task  
 
 
Assignee: 
 Oleg Nenashev  
 
 
Components: 
 _unsorted  
 
 
Created: 
 2016/Nov/17 2:45 AM  
 
 
Priority: 
  Critical  
 
 
Reporter: 
 kevin guo  
 

  
 
 
 
 

 
 Hi ,When i use jenkins ,i'v defined a lot of string parameter ,It looks not beautiful,so ,Is there a way,can hide parameter string.Like key=value in a file,Anybody can help me ?  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA 

[JIRA] (JENKINS-39341) Update favourite card design

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


 
 
 
 

 
 
 

 
   
 James Dumay assigned an issue to Thorsten Scherler  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-39341  
 
 
  Update favourite card design   
 

  
 
 
 
 

 
Change By: 
 James Dumay  
 
 
Assignee: 
 James Dumay Thorsten Scherler  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-39763) Update pipeline run header

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


 
 
 
 

 
 
 

 
   
 James Dumay assigned an issue to Thorsten Scherler  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-39763  
 
 
  Update pipeline run header   
 

  
 
 
 
 

 
Change By: 
 James Dumay  
 
 
Assignee: 
 Thorsten Scherler  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-39762) Update application header

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


 
 
 
 

 
 
 

 
   
 James Dumay assigned an issue to Thorsten Scherler  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-39762  
 
 
  Update application header   
 

  
 
 
 
 

 
Change By: 
 James Dumay  
 
 
Assignee: 
 Thorsten Scherler  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-39807) job-dsl plugin creating incorrect XML for rvm/ruby-runtime

2016-11-16 Thread j...@stelligent.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jeff Bachtel created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-39807  
 
 
  job-dsl plugin creating incorrect XML for rvm/ruby-runtime   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Daniel Spilker  
 
 
Components: 
 job-dsl-plugin  
 
 
Created: 
 2016/Nov/17 2:20 AM  
 
 
Environment: 
 Jenkins 2.19.2  job-dsl-plugin 1.53  ruby-runtime-plugin 0.12  rvm-plugin 0.6  
 
 
Priority: 
  Major  
 
 
Reporter: 
 Jeff Bachtel  
 

  
 
 
 
 

 
 When a JobDSL job is created using the rvm plugin, it will use the Jenkins::Plugin::Proxies::BuildWrapper ruby class instead of Jenkins::Tasks::BuildWrapperProxy . This is part of an old compatibility fix in job-dsl-core/src/main/groovy/javaposse/jobdsl/dsl/helpers/wrapper/WrapperContext.groovy line 112. Examination of the ruby-runtime source code for the 0.12 release reveals that it uses the Jenkins::Tasks::BuildWrapperProxy class, like ruby-runtime 0.13 does. I locally recompiled the job-dsl plugin with the class name hard set to Jenkins::Tasks::BuildWrapperProxy (no plugin check conditional) and verified that the XML generated is properly parsed by Jenkins.  
 

  
 
 
 
 

 
 
 

 
 
 

[JIRA] (JENKINS-39806) poll on master filter has to exist and be true

2016-11-16 Thread mh...@tivo.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Matthew Hall edited a comment on  JENKINS-39806  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: poll on master filter has to exist and be true   
 

  
 
 
 
 

 
 (x) with no master polling config, or it being set to false we get this endlessly :{noformat}Started on Nov 16, 2016 5:27:00 PMP4: Polling on: master with:build-master-b-anonymizer2(p4):cmd:... p4 client -o build-master-b-anonymizer2p4 client -o build-master-b-anonymizer2(p4):stop:5(p4):cmd:... p4 infop4 info(p4):stop:6P4 Task: establishing connection server: p4build.engr:1666... node: jmtestP4: Polling with cstat: //build-master-b-anonymizer2/...(p4):cmd:... p4 cstat //build-master-b-anonymizer2/...p4 cstat //build-master-b-anonymizer2/...(p4):stop:7(p4):cmd:... p4 change -o 907153p4 change -o 907153(p4):stop:8... found change: 907153(p4):cmd:... p4 change -o 906764p4 change -o 906764(p4):stop:9... found change: 906764(p4):cmd:... p4 change -o 899757p4 change -o 899757(p4):stop:10... found change: 899757(p4):cmd:... p4 change -o 880387p4 change -o 880387(p4):stop:11... found change: 880387(p4):cmd:... p4 change -o 877423p4 change -o 877423(p4):stop:12... found change: 877423(p4):cmd:... p4 change -o 865976p4 change -o 865976(p4):stop:13... found change: 865976(p4):cmd:... p4 change -o 863525p4 change -o 863525(p4):stop:14... found change: 863525(p4):cmd:... p4 change -o 85p4 change -o 85(p4):stop:15... found change: 85(p4):cmd:... p4 change -o 854696p4 change -o 854696(p4):stop:16... found change: 854696(p4):cmd:... p4 change -o 853340p4 change -o 853340ETCDone. Took 2.5 secChanges found{noformat}  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





-- 
You received this message 

[JIRA] (JENKINS-39806) poll on master filter has to exist and be true

2016-11-16 Thread mh...@tivo.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Matthew Hall edited a comment on  JENKINS-39806  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: poll on master filter has to exist and be true   
 

  
 
 
 
 

 
 with no master polling config, or it being set to false we get  this endlessly  :{noformat}Started on Nov 16, 2016 5:27:00 PMP4: Polling on: master with:build-master-b-anonymizer2(p4):cmd:... p4 client -o build-master-b-anonymizer2p4 client -o build-master-b-anonymizer2(p4):stop:5(p4):cmd:... p4 infop4 info(p4):stop:6P4 Task: establishing connection server: p4build.engr:1666... node: jmtestP4: Polling with cstat: //build-master-b-anonymizer2/...(p4):cmd:... p4 cstat //build-master-b-anonymizer2/...p4 cstat //build-master-b-anonymizer2/...(p4):stop:7(p4):cmd:... p4 change -o 907153p4 change -o 907153(p4):stop:8... found change: 907153(p4):cmd:... p4 change -o 906764p4 change -o 906764(p4):stop:9... found change: 906764(p4):cmd:... p4 change -o 899757p4 change -o 899757(p4):stop:10... found change: 899757(p4):cmd:... p4 change -o 880387p4 change -o 880387(p4):stop:11... found change: 880387(p4):cmd:... p4 change -o 877423p4 change -o 877423(p4):stop:12... found change: 877423(p4):cmd:... p4 change -o 865976p4 change -o 865976(p4):stop:13... found change: 865976(p4):cmd:... p4 change -o 863525p4 change -o 863525(p4):stop:14... found change: 863525(p4):cmd:... p4 change -o 85p4 change -o 85(p4):stop:15... found change: 85(p4):cmd:... p4 change -o 854696p4 change -o 854696(p4):stop:16... found change: 854696(p4):cmd:... p4 change -o 853340p4 change -o 853340ETCDone. Took 2.5 secChanges found{noformat}  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





-- 
You received this message 

[JIRA] (JENKINS-39806) poll on master filter has to exist and be true

2016-11-16 Thread mh...@tivo.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Matthew Hall edited a comment on  JENKINS-39806  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: poll on master filter has to exist and be true   
 

  
 
 
 
 

 
  (/) with the correct master polling xml, the polling log looks like : {noformat}[root@jmtest b-anonymizer2]# more scm-polling.logStarted on Nov 16, 2016 5:59:00 PMP4: Polling on: master with:build-master-b-anonymizer2(p4):cmd:... p4 client -o build-master-b-anonymizer2p4 client -o build-master-b-anonymizer2(p4):stop:5(p4):cmd:... p4 infop4 info(p4):stop:6P4 Task: establishing connection server: p4build.engr:1666... node: jmtest.P4: Polling with range: 944905,now(p4):cmd:... p4 changes //build-master-b-anonymizer2/...@944905,nowp4 changes //build-master-b-anonymizer2/...@944905,nowChange 944905 on 2016/09/28 by@ '   Add some compile depende'(p4):stop:7Done. Took 1.7 secNo changes{noformat}  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-39806) poll on master filter has to exist and be true

2016-11-16 Thread mh...@tivo.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Matthew Hall commented on  JENKINS-39806  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: poll on master filter has to exist and be true   
 

  
 
 
 
 

 
 Note the difference in how p4 determines changes, one using p4 changes, the other using cstat ?  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1: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-39806) poll on master filter has to exist and be true

2016-11-16 Thread mh...@tivo.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Matthew Hall commented on  JENKINS-39806  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: poll on master filter has to exist and be true   
 

  
 
 
 
 

 
 with no master polling config, or it being set to false we get : 

 
Started on Nov 16, 2016 5:27:00 PM
P4: Polling on: master with:build-master-b-anonymizer2
(p4):cmd:... p4 client -o build-master-b-anonymizer2
p4 client -o build-master-b-anonymizer2

(p4):stop:5
(p4):cmd:... p4 info
p4 info

(p4):stop:6

P4 Task: establishing connection.
... server: p4build.engr:1666
... node: jmtest
P4: Polling with cstat: //build-master-b-anonymizer2/...
(p4):cmd:... p4 cstat //build-master-b-anonymizer2/...
p4 cstat //build-master-b-anonymizer2/...

(p4):stop:7
(p4):cmd:... p4 change -o 907153
p4 change -o 907153

(p4):stop:8
... found change: 907153
(p4):cmd:... p4 change -o 906764
p4 change -o 906764

(p4):stop:9
... found change: 906764
(p4):cmd:... p4 change -o 899757
p4 change -o 899757

(p4):stop:10
... found change: 899757
(p4):cmd:... p4 change -o 880387
p4 change -o 880387

(p4):stop:11
... found change: 880387
(p4):cmd:... p4 change -o 877423
p4 change -o 877423

(p4):stop:12
... found change: 877423
(p4):cmd:... p4 change -o 865976
p4 change -o 865976

(p4):stop:13
... found change: 865976
(p4):cmd:... p4 change -o 863525
p4 change -o 863525

(p4):stop:14
... found change: 863525
(p4):cmd:... p4 change -o 85
p4 change -o 85

(p4):stop:15
... found change: 85
(p4):cmd:... p4 change -o 854696
p4 change -o 854696

(p4):stop:16
... found change: 854696
(p4):cmd:... p4 change -o 853340
p4 change -o 853340

ETC
Done. Took 2.5 sec
Changes found
 

  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   

[JIRA] (JENKINS-39806) poll on master filter has to exist and be true

2016-11-16 Thread mh...@tivo.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Matthew Hall commented on  JENKINS-39806  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: poll on master filter has to exist and be true   
 

  
 
 
 
 

 
 with the correct master polling xml, the polling log looks like :  

 
[root@jmtest b-anonymizer2]# more scm-polling.log
Started on Nov 16, 2016 5:59:00 PM
P4: Polling on: master with:build-master-b-anonymizer2
(p4):cmd:... p4 client -o build-master-b-anonymizer2
p4 client -o build-master-b-anonymizer2

(p4):stop:5
(p4):cmd:... p4 info
p4 info

(p4):stop:6

P4 Task: establishing connection.
... server: p4build.engr:1666
... node: jmtest.
P4: Polling with range: 944905,now
(p4):cmd:... p4 changes //build-master-b-anonymizer2/...@944905,now
p4 changes //build-master-b-anonymizer2/...@944905,now

Change 944905 on 2016/09/28 by@ '   Add some compile depende'
(p4):stop:7
Done. Took 1.7 sec
No changes
 

  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1: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-39341) Update favourite card design

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


 
 
 
 

 
 
 

 
   
 James Dumay updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-39341  
 
 
  Update favourite card design   
 

  
 
 
 
 

 
Change By: 
 James Dumay  
 

  
 
 
 
 

 
 *In Scope** Update the design of the cards to match the zeplin link in the comments* Take care with alignment - we want certain parts of the cards and the dashboard columns to line up (see cards.png)*Out of scope** Changes to the Blue application header  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1: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-39341) Update favourite card design

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


 
 
 
 

 
 
 

 
   
 James Dumay updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-39341  
 
 
  Update favourite card design   
 

  
 
 
 
 

 
Change By: 
 James Dumay  
 
 
Attachment: 
 cards.png  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-39806) poll on master filter has to exist and be true

2016-11-16 Thread mh...@tivo.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Matthew Hall created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-39806  
 
 
  poll on master filter has to exist and be true   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Unassigned  
 
 
Components: 
 p4-plugin  
 
 
Created: 
 2016/Nov/17 1:59 AM  
 
 
Environment: 
 p4 plugin 1.4.9  jenkins lts 2.19.1  
 
 
Priority: 
  Major  
 
 
Reporter: 
 Matthew Hall  
 

  
 
 
 
 

 
 upgrading from 1.4.8, we find that our p4 polling jobs were endlessly polling, seeing new changes, and building. If the "poll on master" xml in the job/config.xml does not exist, this will loop builds into an endless check for changes, all changes are new, do build, repeat, loop.  workaround is to add the filter for poll on master, and enable it to true.  config.xml gets this added to it :  

 

  
true
  

 

 old behaviour of the plugin was to poll on node by default.   
 

  
 
 
 
 

 
 
 

 
 
   

[JIRA] (JENKINS-39341) Update favourite card design

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


 
 
 
 

 
 
 

 
   
 James Dumay updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-39341  
 
 
  Update favourite card design   
 

  
 
 
 
 

 
Change By: 
 James Dumay  
 
 
Attachment: 
 cards.png  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-39341) Update favourite card design

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


 
 
 
 

 
 
 

 
   
 James Dumay updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-39341  
 
 
  Update favourite card design   
 

  
 
 
 
 

 
Change By: 
 James Dumay  
 
 
Attachment: 
 cards.png  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-39762) Update application header

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


 
 
 
 

 
 
 

 
   
 James Dumay updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-39762  
 
 
  Update application header   
 

  
 
 
 
 

 
Change By: 
 James Dumay  
 

  
 
 
 
 

 
 *In scope** Update the Dashboard header to match the design attached.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1: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-39762) Update application header

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


 
 
 
 

 
 
 

 
   
 James Dumay updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-39762  
 
 
  Update application header   
 

  
 
 
 
 

 
Change By: 
 James Dumay  
 

  
 
 
 
 

 
 *In scope** Update the Dashboard  and summary  header to match the design attached.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1: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-39763) Update pipeline run header

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


 
 
 
 

 
 
 

 
   
 James Dumay updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-39763  
 
 
  Update pipeline run header   
 

  
 
 
 
 

 
Change By: 
 James Dumay  
 

  
 
 
 
 

 
 *In Scope** Update the run dialogs header to match the designs below.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1: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-39634) Support downloading of attachments for tests

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


 
 
 
 

 
 
 

 
   
 James Dumay updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-39634  
 
 
  Support downloading of attachments for tests   
 

  
 
 
 
 

 
Change By: 
 James Dumay  
 

  
 
 
 
 

 
 The JUNIT plugin allows multiple attachments of artifacts, such as screenshots, to a test result. There should be a way in Blue Ocean to link to these attachments.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1: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-36121) Github Branch Source plugin trips api rate limit

2016-11-16 Thread neil.rh...@addepar.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Neil Rhine commented on  JENKINS-36121  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Github Branch Source plugin trips api rate limit   
 

  
 
 
 
 

 
 Any ideas here? Even with separate accounts for each repository our organization hits the api limit constantly due to a large number of branches/PRs.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1: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-39804) Official Blue Ocean docker container

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


 
 
 
 

 
 
 

 
   
 James Dumay updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-39804  
 
 
  Official Blue Ocean docker container   
 

  
 
 
 
 

 
Change By: 
 James Dumay  
 

  
 
 
 
 

 
 Requirements* A new Blue Ocean docker container based off of the {{jenkinsci/jenkins}} image* Released version of Blue Ocean* When we release Blue Ocean it should build the container* Must contain an example Pipeline that makes use of multiple stages and steps** Uses a public demo git repo on github** Has a few runs out of the box. * Users should be able to use this docker container in production  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1: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-39780) Git clone timesout

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


 
 
 
 

 
 
 

 
   
 Mark Waite commented on  JENKINS-39780  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Git clone timesout
 

  
 
 
 
 

 
 Please provide detailed instructions to duplicate the problem, and provide the configuration changes you've tried in an attempt to resolve the issue. For example, have you 
 
tried with JGit rather than command line git? 
tried with JGit apache rather than command line git? 
verified that the credentials you're using work outside Jenkins? 
tried on a different platform or operating system or command line git version? 
tried with a different git hosting provider? 
confirmed that there are authentication cases which still work in your environment? 
requested help from the Jenkins users mailing list? 
  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1: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-39573) local branch option does not work well together with merge before build

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


 
 
 
 

 
 
 

 
   
 Mark Waite assigned an issue to Unassigned  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-39573  
 
 
  local branch option does not work well together with merge before build   
 

  
 
 
 
 

 
Change By: 
 Mark Waite  
 
 
Assignee: 
 Mark Waite  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-39805) Remove unsafe cyphers of SSHD module

2016-11-16 Thread aburdajew...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Allan BURDAJEWICZ created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-39805  
 
 
  Remove unsafe cyphers of SSHD module   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Unassigned  
 
 
Components: 
 core  
 
 
Created: 
 2016/Nov/17 1:30 AM  
 
 
Environment: 
 Jenkins 2.7.3  sshd-module: 1.7  
 
 
Priority: 
  Major  
 
 
Reporter: 
 Allan BURDAJEWICZ  
 

  
 
 
 
 

 
 SSHD is setup with unsecured cyphers like CBC (see https://www.kb.cert.org/vuls/id/958563). These cyphers should be removed. There is already a PR filed here: https://github.com/jenkinsci/sshd-module/pull/5. This will also need to be integrated in core hence this ticket.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
   

[JIRA] (JENKINS-39804) Official Blue Ocean docker container

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


 
 
 
 

 
 
 

 
   
 James Dumay created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-39804  
 
 
  Official Blue Ocean docker container   
 

  
 
 
 
 

 
Issue Type: 
  Task  
 
 
Assignee: 
 Unassigned  
 
 
Components: 
 blueocean-plugin  
 
 
Created: 
 2016/Nov/17 1:23 AM  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 James Dumay  
 

  
 
 
 
 

 
 Requirements 
 
A new Blue Ocean docker container based off of the jenkinsci/jenkins image 
Released version of Blue Ocean 
When we release Blue Ocean it should build the container 
Must contain an example Pipeline that makes use of multiple stages and steps 
 
Uses a public demo git repo on github 
Has a few runs out of the box. 
  
  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  

[JIRA] (JENKINS-39803) Blueocean favorite failed two of my jobs

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


 
 
 
 

 
 
 

 
   
 James Dumay commented on  JENKINS-39803  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Blueocean favorite failed two of my jobs   
 

  
 
 
 
 

 
 Mark Waite should be on the update center in a few hours   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1: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-39684) Use docker images from private registry

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


 
 
 
 

 
 
 

 
   
 Michael Neale commented on  JENKINS-39684  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Use docker images from private registry   
 

  
 
 
 
 

 
 that looks reasonable. I am not aware how registry works today with withCredentials, but perhaps its a matter of takign a credentialId as an option?   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1: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-39803) Blueocean favorite failed two of my jobs

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


 
 
 
 

 
 
 

 
   
 James Dumay updated  JENKINS-39803  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 This should be fixed in blueocean-autofavorite 0.5 Turns out we do two checkouts: 1 to get the Jenkinsfile and another in the docker container to checkout the code for building. In both cases the listener we use gets run twice. Now it guards against that.  
 

  
 
 
 
 

 
 Jenkins /  JENKINS-39803  
 
 
  Blueocean favorite failed two of my jobs   
 

  
 
 
 
 

 
Change By: 
 James Dumay  
 
 
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 

[JIRA] (JENKINS-39803) Blueocean favorite failed two of my jobs

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


 
 
 
 

 
 
 

 
   
 James Dumay updated  JENKINS-39803  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-39803  
 
 
  Blueocean favorite failed two of my jobs   
 

  
 
 
 
 

 
Change By: 
 James Dumay  
 
 
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-39803) Blueocean favorite failed two of my jobs

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


 
 
 
 

 
 
 

 
   
 James Dumay started work on  JENKINS-39803  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
Change By: 
 James Dumay  
 
 
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-39803) Blueocean favorite failed two of my jobs

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


 
 
 
 

 
 
 

 
   
 SCM/JIRA link daemon commented on  JENKINS-39803  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Blueocean favorite failed two of my jobs   
 

  
 
 
 
 

 
 Code changed in jenkins User: James William Dumay Path: src/main/java/io/jenkins/blueocean/autofavorite/FavoritingScmListener.java http://jenkins-ci.org/commit/blueocean-autofavorite-plugin/f2451104c77c92b6f189d0a58433deff90af900b Log: JENKINS-39803 - Blueocean favorite failed two of my jobs (#3)  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-39575) Uninstalling plugin removes a dependency used by another installed plugin

2016-11-16 Thread db...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Daniel Beck commented on  JENKINS-39575  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Uninstalling plugin removes a dependency used by another installed plugin   
 

  
 
 
 
 

 
 This doesn't seem real, but if it is, it's bad. Anyone here managed to reproduce it yet?   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-33238) GitPlugin | Concurrent builds are serialized when publishing

2016-11-16 Thread pjais...@cylance.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Pragya Jaiswal commented on  JENKINS-33238  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: GitPlugin | Concurrent builds are serialized when publishing   
 

  
 
 
 
 

 
 Did anyone find a resolution or workaround to this problem?  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1: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-39670) Jenkins changes workspace layout on 2nd startup

2016-11-16 Thread db...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Daniel Beck resolved as Duplicate  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-39670  
 
 
  Jenkins changes workspace layout on 2nd startup   
 

  
 
 
 
 

 
Change By: 
 Daniel Beck  
 
 
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-39670) Jenkins changes workspace layout on 2nd startup

2016-11-16 Thread db...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Daniel Beck updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-39670  
 
 
  Jenkins changes workspace layout on 2nd startup   
 

  
 
 
 
 

 
Change By: 
 Daniel Beck  
 

  
 
 
 
 

 
 Used Jenkins version: 2.19.1, but I'm pretty sure this behavior is also present in older jenkins versionsSteps to reproduce:- Download the jenkins.war file- Make sure you have an empty/not existing ~/.jenkins (or whatever JENKINS_HOME directory is used)- From the directory where you downloaded the .war file, run `java -Djenkins.install.runSetupWizard=false -jar jenkins.war`- When Jenkins is started, go to Manage Jenkins -> Configure System and click the "Advanced" button underneath the home directory setting at the top of the page- Observation: the workspace root directory is specified as`${JENKINS_HOME}/workspace/${ITEM_FULLNAME}`, as it is documented on https://wiki.jenkins-ci.org/display/JENKINS/Administering+Jenkins- Cancel the process- Restart Jenkins and again, go to the central configuration- Observation: the workspace root directory suddenly changed to `${ITEM_ROOTDIR}/workspace`This behavior is extremely odd and creates a lot of confusion and wastes people's time, as some Jenkins servers/jobs have the one layout, and some have the other layout, depending on when the jobs where created and whether Jenkins was re-started in between or not. Also I want to raise that the documentation is contradicting:- in the built-in documentation of the config option, it says `The default value is ${ITEM_ROOTDIR}/workspace.`- in the above mentioned wiki page it indicates that the default layout is `${JENKINS_HOME}/workspace/${ITEM_FULLNAME}`  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 
   

[JIRA] (JENKINS-39670) Jenkins changes workspace layout on 2nd startup

2016-11-16 Thread db...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Daniel Beck commented on  JENKINS-39670  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Jenkins changes workspace layout on 2nd startup   
 

  
 
 
 
 

 
 Documentation on default location was fixed for Jenkins 2.24 and up.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1: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-39670) Jenkins changes workspace layout on 2nd startup

2016-11-16 Thread db...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Daniel Beck commented on  JENKINS-39670  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Jenkins changes workspace layout on 2nd startup   
 

  
 
 
 
 

 
 It's a known issue in the code that changed the default years ago. IIRC the workaround is to save the system configuration via UI once before restarting a new instance for the first time.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1: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-39777) comments in /etc/default/jenkins

2016-11-16 Thread db...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Daniel Beck updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-39777  
 
 
  comments in /etc/default/jenkins   
 

  
 
 
 
 

 
Change By: 
 Daniel Beck  
 
 
Component/s: 
 packaging  
 
 
Component/s: 
 core  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1: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-39803) Blueocean favorite failed two of my jobs

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


 
 
 
 

 
 
 

 
   
 James Dumay commented on  JENKINS-39803  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Blueocean favorite failed two of my jobs   
 

  
 
 
 
 

 
 Mark Waite would it be possible for you to share the logs of the two runs here please?  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1: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-37634) Generate Sauce Support Zip fails in Pipeline

2016-11-16 Thread halk...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Gavin Mogan commented on  JENKINS-37634  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Generate Sauce Support Zip fails in Pipeline   
 

  
 
 
 
 

 
 hrm okay, i'll make sure i set it to that strategy and do some tests.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1: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-39803) Blueocean favorite failed two of my jobs

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


 
 
 
 

 
 
 

 
   
 James Dumay commented on  JENKINS-39803  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Blueocean favorite failed two of my jobs   
 

  
 
 
 
 

 
 Mark Waite perchance do you checkout multiple times in the same Pipeline run?  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1: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-39803) Blueocean favorite failed two of my jobs

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


 
 
 
 

 
 
 

 
   
 Mark Waite commented on  JENKINS-39803  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Blueocean favorite failed two of my jobs   
 

  
 
 
 
 

 
 I'm quite confident that I'm using the latest released versions of all plugins, since I run an update_plugins.py script often to assure that the plugins in my docker instance are the most recent releases. If needed, the plugins are captured in my docker repository (ref/plugins directory). The job was made a favorite.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1: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-39803) Blueocean favorite failed two of my jobs

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


 
 
 
 

 
 
 

 
   
 James Dumay commented on  JENKINS-39803  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Blueocean favorite failed two of my jobs   
 

  
 
 
 
 

 
 One other thing to try is making sure you are using the latest of the favorite-plugin and blueocean-autofavorite installed. There was a small bug in 2.0.0 that reported something as a favourite when it wasn't but not sure how that could effect this.   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-39803) Blueocean favorite failed two of my jobs

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


 
 
 
 

 
 
 

 
   
 James Dumay commented on  JENKINS-39803  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Blueocean favorite failed two of my jobs   
 

  
 
 
 
 

 
 Mark Waite I've wrapped the favoriting in a try/catch because it is possible for the user to favorite before the automation gets a chance to https://github.com/jenkinsci/blueocean-autofavorite-plugin/pull/3  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-39803) Blueocean favorite failed two of my jobs

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


 
 
 
 

 
 
 

 
   
 SCM/JIRA link daemon commented on  JENKINS-39803  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Blueocean favorite failed two of my jobs   
 

  
 
 
 
 

 
 Code changed in jenkins User: James Dumay Path: src/main/java/io/jenkins/blueocean/autofavorite/FavoritingScmListener.java http://jenkins-ci.org/commit/blueocean-autofavorite-plugin/09d0534fe683fa39ce5f2a7caea40db274ce4b80 Log: JENKINS-39803 - Blueocean favorite failed two of my jobs  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1: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-39803) Blueocean favorite failed two of my jobs

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


 
 
 
 

 
 
 

 
   
 SCM/JIRA link daemon commented on  JENKINS-39803  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Blueocean favorite failed two of my jobs   
 

  
 
 
 
 

 
 Code changed in jenkins User: James Dumay Path: src/main/java/io/jenkins/blueocean/autofavorite/FavoritingScmListener.java http://jenkins-ci.org/commit/blueocean-autofavorite-plugin/170c0ed9daab30007e066c5ac570431f743a9a04 Log: JENKINS-39803 - Blueocean favorite failed two of my jobs Compare: https://github.com/jenkinsci/blueocean-autofavorite-plugin/compare/52035871d18d^...170c0ed9daab  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1: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-39803) Blueocean favorite failed two of my jobs

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


 
 
 
 

 
 
 

 
   
 James Dumay commented on  JENKINS-39803  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Blueocean favorite failed two of my jobs   
 

  
 
 
 
 

 
 Mark Waite did jenkins-bugs-multibranch-pipeline-no-localbranch/JENKINS-33695 end up favorited for your user?  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1: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-39803) Blueocean favorite failed two of my jobs

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


 
 
 
 

 
 
 

 
   
 Mark Waite commented on  JENKINS-39803  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Blueocean favorite failed two of my jobs   
 

  
 
 
 
 

 
 That likely means my guess on it being a race condition is completely wrong. I may have more opportunities to experiment with it later, when I add the next branch to the jenkins-bugs repository.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1: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-39803) Blueocean favorite failed two of my jobs

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


 
 
 
 

 
 
 

 
   
 Mark Waite updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-39803  
 
 
  Blueocean favorite failed two of my jobs   
 

  
 
 
 
 

 
Change By: 
 Mark Waite  
 
 
Environment: 
 blueocean-autofavorite-plugin 0.4Jenkins 2.19.2other plugins are current (and as defined in the docker instance)  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1: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-39803) Blueocean favorite failed two of my jobs

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


 
 
 
 

 
 
 

 
   
 James Dumay commented on  JENKINS-39803  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Blueocean favorite failed two of my jobs   
 

  
 
 
 
 

 
 Hmm, there shouldn't be a race here because we only favourite the workflow job representing the first branch on its first build (we ignore subsequent builds) 

 

...
if (!(build instanceof WorkflowRun
&& ((WorkflowRun) build).getParent().getParent() instanceof MultiBranchProject
&& build.getNumber() == 1
&& scm instanceof GitSCM)) {
return;
}
...
 

  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1: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-39803) Blueocean favorite failed two of my jobs

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


 
 
 
 

 
 
 

 
   
 Mark Waite updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-39803  
 
 
  Blueocean favorite failed two of my jobs   
 

  
 
 
 
 

 
Change By: 
 Mark Waite  
 

  
 
 
 
 

 
 In my [Docker instance lts-with-plugins branch|https://github.com/MarkEWaite/docker/tree/lts-with-plugins] I have two different multi-branch pipeline jobs ([jenkins-bugs|https://github.com/MarkEWaite/docker/blob/lts-with-plugins/ref/jobs/jenkins-bugs-multibranch-pipeline/config.xml] and [jenkins-bugs-no-local-branch|https://github.com/MarkEWaite/docker/blob/lts-with-plugins/ref/jobs/jenkins-bugs-multibranch-pipeline-no-localbranch/config.xml]) which use Jenkins pipeline to exercise various bugs and the fixes related to those bugs.When those jobs ran from my Docker instance, the jenkins-bugs/JENKINS-33695 and jenkins-bugs/JENKINS-33827 jobs failed, as did the same two jobs in the jenkins-bugs-no-local-branch.The stack trace reported at the end of the failing jobs was:{noformat}hudson.plugins.favorite.Favorites$FavoriteException: Favourite is already set for User:  Item:  at hudson.plugins.favorite.Favorites.addFavorite(Favorites.java:79) at io.jenkins.blueocean.autofavorite.FavoritingScmListener.onCheckout(FavoritingScmListener.java:90) at org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:123) at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:83) at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:73) at org.jenkinsci.plugins.workflow.steps.AbstractSynchronousNonBlockingStepExecution$1$1.call(AbstractSynchronousNonBlockingStepExecution.java:52) at hudson.security.ACL.impersonate(ACL.java:221) at org.jenkinsci.plugins.workflow.steps.AbstractSynchronousNonBlockingStepExecution$1.run(AbstractSynchronousNonBlockingStepExecution.java:49) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:745){noformat} When I ran the jobs again, they succeeded.  I assume the stack trace may be some race condition which only happened when both jenkins-bugs and jenkins-bugs-no-local-branch were running concurrently.I doubt this will be a common occurrence.  
 

  
 
 
 
 

 
 
 

 
  

[JIRA] (JENKINS-39803) Blueocean favorite failed two of my jobs

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


 
 
 
 

 
 
 

 
   
 James Dumay commented on  JENKINS-39803  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Blueocean favorite failed two of my jobs   
 

  
 
 
 
 

 
 Mark Waite apologies for the failure - what version of blueocean-autofavorite do you have installed?  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1: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-39803) Blueocean favorite failed two of my jobs

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


 
 
 
 

 
 
 

 
   
 Mark Waite created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-39803  
 
 
  Blueocean favorite failed two of my jobs   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 James Dumay  
 
 
Components: 
 blueocean-autofavorite-plugin  
 
 
Created: 
 2016/Nov/17 12:07 AM  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Mark Waite  
 

  
 
 
 
 

 
 In my Docker instance lts-with-plugins branch I have two different multi-branch pipeline jobs (jenkins-bugs and jenkins-bugs-no-local-branch) which use Jenkins pipeline to exercise various bugs and the fixes related to those bugs. When those jobs ran from my Docker instance, the jenkins-bugs/JENKINS-33695 and jenkins-bugs/JENKINS-33827 jobs failed, as did the same two jobs in the jenkins-bugs-no-local-branch. The stack trace reported at the end of the failing jobs was: 

 
hudson.plugins.favorite.Favorites$FavoriteException: Favourite is already set for User:  Item: 
	at hudson.plugins.favorite.Favorites.addFavorite(Favorites.java:79)
	at io.jenkins.blueocean.autofavorite.FavoritingScmListener.onCheckout(FavoritingScmListener.java:90)
	at org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:123)
	at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:83)
	at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:73)
	at org.jenkinsci.plugins.workflow.steps.AbstractSynchronousNonBlockingStepExecution$1$1.call(AbstractSynchronousNonBlockingStepExecution.java:52)
	at hudson.security.ACL.impersonate(ACL.java:221)
	at org.jenkinsci.plugins.workflow.steps.AbstractSynchronousNonBlockingStepExecution$1.run(AbstractSynchronousNonBlockingStepExecution.java:49)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at 

[JIRA] (JENKINS-39799) Nasty compilation failure when post doesn't contain name/closure blocks

2016-11-16 Thread andrew.ba...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Andrew Bayer updated  JENKINS-39799  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-39799  
 
 
  Nasty compilation failure when post doesn't contain name/closure blocks   
 

  
 
 
 
 

 
Change By: 
 Andrew Bayer  
 
 
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-39799) Nasty compilation failure when post doesn't contain name/closure blocks

2016-11-16 Thread andrew.ba...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Andrew Bayer commented on  JENKINS-39799  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Nasty compilation failure when post doesn't contain name/closure blocks   
 

  
 
 
 
 

 
 PR up at https://github.com/jenkinsci/pipeline-model-definition-plugin/pull/56  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1: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-37634) Generate Sauce Support Zip fails in Pipeline

2016-11-16 Thread bitwise...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Liam Newman commented on  JENKINS-37634  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Generate Sauce Support Zip fails in Pipeline   
 

  
 
 
 
 

 
 Gavin Mogan  Sorry to be so slow - I can still reproduce this. I'm running my Jenkins master in a docker container running 2.30 and sauce plugin 1.158. With the commands you provided, I get this output: {{ hudson.security.FullControlOnceLoggedInAuthorizationStrategy@74f816ad Liam Newman }} What else should I try?  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1: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-39762) Update application header

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


 
 
 
 

 
 
 

 
   
 James Dumay commented on  JENKINS-39762  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Update application header   
 

  
 
 
 
 

 
 Brody Maclean should the logout link be under a menu when you click on the user avatar?   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1: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-39763) Update pipeline run header

2016-11-16 Thread bmacl...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Brody Maclean commented on  JENKINS-39763  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Update pipeline run header   
 

  
 
 
 
 

 
 Zeplin https://zpl.io/2ka0Kn 
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1: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-39762) Update application header

2016-11-16 Thread bmacl...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Brody Maclean commented on  JENKINS-39762  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Update application header   
 

  
 
 
 
 

 
 Zeplin https://zpl.io/2ka0Kn 
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1: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-39762) Update application header

2016-11-16 Thread bmacl...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Brody Maclean updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-39762  
 
 
  Update application header   
 

  
 
 
 
 

 
Change By: 
 Brody Maclean  
 
 
Attachment: 
 Headers.png  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-39802) REGRESSION: Copy/pasting lines from the log also copies line numbers

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


 
 
 
 

 
 
 

 
   
 James Dumay updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-39802  
 
 
  REGRESSION: Copy/pasting lines from the log also copies line numbers   
 

  
 
 
 
 

 
Change By: 
 James Dumay  
 
 
Summary: 
 REGRESSION: Copy/pasting lines from the log also copies line numbers  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1: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-39802) Copy/pasting lines from the log also copies line numbers

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


 
 
 
 

 
 
 

 
   
 James Dumay created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-39802  
 
 
  Copy/pasting lines from the log also copies line numbers   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Unassigned  
 
 
Components: 
 blueocean-plugin  
 
 
Created: 
 2016/Nov/16 11:52 PM  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 James Dumay  
 

  
 
 
 
 

 
 Andrew Bayer copied/pasted this from the log and got the line numbers too https://gist.github.com/abayer/3caa6d4e7800964539242d11e99e3437   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

[JIRA] (JENKINS-39802) REGRESSION: Copy/pasting lines from the log also copies line numbers

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


 
 
 
 

 
 
 

 
   
 James Dumay updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-39802  
 
 
  REGRESSION: Copy/pasting lines from the log also copies line numbers   
 

  
 
 
 
 

 
Change By: 
 James Dumay  
 
 
Sprint: 
 frank  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1: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-39763) Update pipeline run header

2016-11-16 Thread bmacl...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Brody Maclean updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-39763  
 
 
  Update pipeline run header   
 

  
 
 
 
 

 
Change By: 
 Brody Maclean  
 
 
Attachment: 
 Headers.png  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


  1   2   3   4   >