[JIRA] (JENKINS-38242) Pipeline Model: Add the ability to specify agent parameters (docker)

2016-09-15 Thread p.leibi...@codecraft.de (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Peter Leibiger created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-38242  
 
 
  Pipeline Model: Add the ability to specify agent parameters (docker)   
 

  
 
 
 
 

 
Issue Type: 
  New Feature  
 
 
Assignee: 
 Andrew Bayer  
 
 
Components: 
 pipeline-model-definition-plugin  
 
 
Created: 
 2016/Sep/15 1:44 PM  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Peter Leibiger  
 

  
 
 
 
 

 
 Add the ability to specify custom agent parameters. For example to mount host volumes into a docker container. 

 

pipeline {
  agent docker:'maven:3.3.3', args:'-v /mnt/dev/repo:/root/.m2/repository'
  ...
}
 

  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 

[JIRA] (JENKINS-26700) Download build artifacts as zip generates a corrupted file

2016-09-15 Thread luca.mosc...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Luca Moscato commented on  JENKINS-26700  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Download build artifacts as zip generates a corrupted file   
 

  
 
 
 
 

 
 Found this issue in apache's log running on jenkins installation  [Thu Sep 15 13:46:42 2016] [error] [client XXX.XXX.XXX.XXX] (70008)Partial results are valid but processing is incomplete: proxy: error reading response, referer: https://myjenkinsserver/job/mybuild/  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-33020) ComputedFolder shows BuildAuthorizationToken configuration but does not actually support it

2016-09-15 Thread cobe...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Christoph Obexer commented on  JENKINS-33020  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: ComputedFolder shows BuildAuthorizationToken configuration but does not actually support it   
 

  
 
 
 
 

 
 Is there another way to trigger Branch Indexing remotely then? .../notifyCommit never finds the project to trigger it...  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-37962) REGRESSION: parallel karaoke not allowing branch selection or completing correctly

2016-09-15 Thread tscher...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Thorsten Scherler commented on  JENKINS-37962  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: REGRESSION: parallel karaoke not allowing branch selection or completing correctly   
 

  
 
 
 
 

 
 The flatten I am see now nearly all the time. https://youtu.be/JcIC2cP9b6Y is the video that shows the "solution" of this issue however if you watch closely you see I am doing a refresh to get the parallel nodes again. That is with  

 

  parallel firstBranch: {
sh 'echo `date` Stage 2 - first;sleep 3; echo `date` Stage 2 - first;sleep 3; echo `date` Stage 2 - first;'

}, secondBranch: {
sh 'echo `date` Stage 2 - second;sleep 3; echo `date` Stage 2 - second;sleep 3; echo `date` Stage 2 - second;'
sh 'sleep 1 && ping -c 1 www.apple.com'
sh 'sleep 1 && ping -c 1 www.apple.com'
sh 'sleep 1 && ping -c 1 www.apple.com'
sh 'sleep 1 && ping -c 1 www.apple.com'
sh 'sleep 1 && ping -c 1 www.apple.com'
sh 'sleep 1 && ping -c 1 www.apple.com'
sh 'sleep 1 && ping -c 1 www.apple.com'
sh 'sleep 1 && ping -c 1 www.apple.com'
sh 'sleep 1 && ping -c 1 www.apple.com'
sh 'sleep 1 && ping -c 1 www.apple.com'
},
 

  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





-- 
You received this message 

[JIRA] (JENKINS-33698) NodeJS plugin npm install without root permissions

2016-09-15 Thread rnh...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Richard Hurt commented on  JENKINS-33698  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: NodeJS plugin npm install without root permissions   
 

  
 
 
 
 

 
 I just hit this same issue on a new install of Jenkins. Installing the NodeJS plugin works but I can't seem to install any global packages due to permissions issues. Are there any workarounds for this? Is someone looking at the problem? Thanx! Richard  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-7192) Use multiple SCM sources

2016-09-15 Thread ja...@sandlininc.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 James Sandlin commented on  JENKINS-7192  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Use multiple SCM sources   
 

  
 
 
 
 

 
 We actually migrated our primary product to Jenkins Pipeline (for a Fortune 500 company) and this has resolved our issue. Pipeline still has its limitations but is worth the migration.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-38240) REGRESSION open link on toast is not working

2016-09-15 Thread cmey...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Cliff Meyers updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-38240  
 
 
  REGRESSION open link on toast is not working   
 

  
 
 
 
 

 
Change By: 
 Cliff Meyers  
 
 
Sprint: 
 1.0-b05/b-06  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-30330) TFS plug-in 4.0.0 lists all workspaces on server

2016-09-15 Thread olivier.dagen...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Olivier Dagenais assigned an issue to Stefan Drissen  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Hi Stefan, Good eye! Version 5.2.0 of the TFS plugin for Jenkins includes an improvement in the wording of that message. Cheers, - Oli  
 

  
 
 
 
 

 
 Jenkins /  JENKINS-30330  
 
 
  TFS plug-in 4.0.0 lists all workspaces on server   
 

  
 
 
 
 

 
Change By: 
 Olivier Dagenais  
 
 
Assignee: 
 Olivier Dagenais Stefan Drissen  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-38240) REGRESSION open link on toast is not working

2016-09-15 Thread tscher...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Thorsten Scherler created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-38240  
 
 
  REGRESSION open link on toast is not working   
 

  
 
 
 
 

 
Issue Type: 
  Task  
 
 
Assignee: 
 Cliff Meyers  
 
 
Attachments: 
 vokoscreen-2016-09-15_14-46-36.avi  
 
 
Components: 
 blueocean-plugin  
 
 
Created: 
 2016/Sep/15 12:47 PM  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Thorsten Scherler  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

   

[JIRA] (JENKINS-38241) Show git commit message in build log

2016-09-15 Thread teek...@yahoo.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Thomas Kent created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-38241  
 
 
  Show git commit message in build log   
 

  
 
 
 
 

 
Issue Type: 
  New Feature  
 
 
Assignee: 
 Mark Waite  
 
 
Components: 
 git-plugin  
 
 
Created: 
 2016/Sep/15 1:10 PM  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Thomas Kent  
 

  
 
 
 
 

 
 When the git-plugin picks a commit to use based on the logic it has been given, it would be nice if there was an option to output the commit message for that commit to the build log, so that developers can easily see what is being built without having to manually compare the SHA-1. I.E. output the result of `git log -n 1` This could be implemented as an "Additional Behavior" that could be added to any build. This could also be added to the "Git Build Data" that is saved for each build.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  

[JIRA] (JENKINS-38243) NPE when RESERVED attribute content is empty

2016-09-15 Thread pjano...@redhat.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Pavel Janoušek updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-38243  
 
 
  NPE when RESERVED attribute content is empty   
 

  
 
 
 
 

 
Change By: 
 Pavel Janoušek  
 

  
 
 
 
 

 
 If I remove the content of RESERVED attribute of node defined in Foreman, NPE occurred.Unfortunately, I can catch only messages in server.log:{code}2016-09-15 09:44:08,555 INFO  [STDOUT] (Computer.threadPoolForRemoting [#316]) 09:44:08,555 ERROR [ForemanSharedNodeCloud] java.lang.NullPointerException2016-09-15 09:44:08,555 INFO  [STDOUT] (jenkins.util.Timer [#9]) 09:44:08,555 ERROR [ForemanSharedNodeCloud] java.util.concurrent.ExecutionException: java.lang.NullPointerException{code} so I don't  have  an idea where exactly it is thrown.Note - such a node is still recognized as a *compatible* node.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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

[JIRA] (JENKINS-38157) multiple new errors on long time running pipelines after latest update

2016-09-15 Thread m...@wwwahler.de (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Max Wahler commented on  JENKINS-38157  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: multiple new errors on long time running pipelines after latest update   
 

  
 
 
 
 

 
 I'm sorry, but IMHO it's ridiculous to say that a NotSerializableException is always a script bug! As part of a script, I create a new job by copying a template and then change some build settings. This is done via 

 

node {
  println "create new job"
  def job = Hudson.instance.copy(Jenkins.instance.getItem("JobTemplate"), "NewJob")

  println "change settings"
  changeJobSettings(job, "VERSION", "LATEST")
}
 

 The job was copied but it fails at Hudson.instance.copy with 

 

java.io.NotSerializableException: hudson.model.FreeStyleProject
	at org.jboss.marshalling.river.RiverMarshaller.doWriteObject(RiverMarshaller.java:860)
	at org.jboss.marshalling.river.BlockMarshaller.doWriteObject(BlockMarshaller.java:65)
	at org.jboss.marshalling.river.BlockMarshaller.writeObject(BlockMarshaller.java:56)
	at org.jboss.marshalling.MarshallerObjectOutputStream.writeObjectOverride(MarshallerObjectOutputStream.java:50)
	at org.jboss.marshalling.river.RiverObjectOutputStream.writeObjectOverride(RiverObjectOutputStream.java:179)
	at java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:344)
	at java.util.HashMap.internalWriteEntries(HashMap.java:1785)
	at java.util.HashMap.writeObject(HashMap.java:1362)
	at sun.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.jboss.marshalling.reflect.SerializableClass.callWriteObject(SerializableClass.java:271)
	at org.jboss.marshalling.river.RiverMarshaller.doWriteSerializableObject(RiverMarshaller.java:976)
	at org.jboss.marshalling.river.RiverMarshaller.doWriteObject(RiverMarshaller.java:854)
	at org.jboss.marshalling.river.RiverMarshaller.doWriteFields(RiverMarshaller.java:1032)
	at org.jboss.marshalling.river.RiverMarshaller.doWriteSerializableObject(RiverMarshaller.java:988)
	at org.jboss.marshalling.river.RiverMarshaller.doWriteObject(RiverMarshaller.java:854)
	at org.jboss.marshalling.river.RiverMarshaller.doWriteFields(RiverMarshaller.java:1032)
	at org.jboss.marshalling.river.RiverMarshaller.doWriteSerializableObject(RiverMarshaller.java:988)
	at org.jboss.marshalling.river.RiverMarshaller.doWriteSerializableObject(RiverMarshaller.java:967)
	at org.jboss.marshalling.river.RiverMarshaller.doWriteObject(RiverMarshaller.java:854)
	at org.jboss.marshalling.river.RiverMarshaller.doWriteFields(RiverMarshaller.java:1032)
	at org.jboss.marshalling.river.RiverMarshaller.doWriteSerializableObject(RiverMarshaller.java:988)
	at org.jboss.marshalling.river.RiverMarshaller.doWriteSerializableObject(RiverMarshaller.java:967)
	at org.jboss.marshalling.river.RiverMarshaller.doWriteObject(RiverMarshaller.java:854)
	at org.jboss.marshalling.river.RiverMarshaller.doWriteFields(RiverMarshaller.java:1032)
	at org.jboss.marshalling.river.RiverMarshaller.doWriteSerializableObject(RiverMarshaller.java:988)
	at org.jboss.marshalling.river.RiverMarshaller.doWriteSerializableObject(RiverMarshaller.java:967)
	at 

[JIRA] (JENKINS-33552) Settings validation fails on JiraRestService.getMyPermissions()

2016-09-15 Thread y...@indigosystem.ru (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Yury Lunev commented on  JENKINS-33552  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Settings validation fails on JiraRestService.getMyPermissions()   
 

  
 
 
 
 

 
 I seem to hit the same problem here: WARNING: Failed to login to JIRA at  RestClientException {statusCode=Optional.absent(), errorCollections=[]} at com.atlassian.jira.rest.client.internal.async.DelegatingPromise.claim(DelegatingPromise.java:47) at hudson.plugins.jira.JiraRestService.getMyPermissions(JiraRestService.java:369) at hudson.plugins.jira.JiraSession.getMyPermissions(JiraSession.java:385) at hudson.plugins.jira.JiraSite$DescriptorImpl.doValidate(JiraSite.java:735) 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:497) at org.kohsuke.stapler.Function$InstanceFunction.invoke(Function.java:298) at org.kohsuke.stapler.Function.bindAndInvoke(Function.java:161) at org.kohsuke.stapler.Function.bindAndInvokeAndServeResponse(Function.java:96) at org.kohsuke.stapler.MetaClass$1.doDispatch(MetaClass.java:121) at org.kohsuke.stapler.NameBasedDispatcher.dispatch(NameBasedDispatcher.java:53) at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:746) at org.kohsuke.stapler.Stapler.invoke(Stapler.java:876) at org.kohsuke.stapler.MetaClass$6.doDispatch(MetaClass.java:249) at org.kohsuke.stapler.NameBasedDispatcher.dispatch(NameBasedDispatcher.java:53) at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:746) at org.kohsuke.stapler.Stapler.invoke(Stapler.java:876) at org.kohsuke.stapler.Stapler.invoke(Stapler.java:649) at org.kohsuke.stapler.Stapler.service(Stapler.java:238) at javax.servlet.http.HttpServlet.service(HttpServlet.java:848) at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:686) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1494) at hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:132) at hudson.util.PluginServletFilter.doFilter(PluginServletFilter.java:123) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1482) at hudson.security.csrf.CrumbFilter.doFilter(CrumbFilter.java:49) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1482) at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:84) at hudson.security.UnwrapSecurityExceptionFilter.doFilter(UnwrapSecurityExceptionFilter.java:51) at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87) at jenkins.security.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:117) at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87) at org.acegisecurity.providers.anonymous.AnonymousProcessingFilter.doFilter(AnonymousProcessingFilter.java:125) at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87) at org.acegisecurity.ui.rememberme.RememberMeProcessingFilter.doFilter(RememberMeProcessingFilter.java:142) at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87) at org.acegisecurity.ui.AbstractProcessingFilter.doFilter(AbstractProcessingFilter.java:271) at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87) at jenkins.security.BasicHeaderProcessor.doFilter(BasicHeaderProcessor.java:93) at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87) at org.acegisecurity.context.HttpSessionContextIntegrationFilter.doFilter(HttpSessionContextIntegrationFilter.java:249) at 

[JIRA] (JENKINS-37644) Priority Sorter + Folders plugins incompatible; can prevent Jenkins starting

2016-09-15 Thread esc...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Emilio Escobar  assigned an issue to Emilio Escobar   
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-37644  
 
 
  Priority Sorter + Folders plugins incompatible; can prevent Jenkins starting   
 

  
 
 
 
 

 
Change By: 
 Emilio Escobar   
 
 
Assignee: 
 Oleg Nenashev Emilio  Escobar   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-38243) NPE when RESERVER attribute content is empty

2016-09-15 Thread pjano...@redhat.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Pavel Janoušek created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-38243  
 
 
  NPE when RESERVER attribute content is empty   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Scott Hebert  
 
 
Components: 
 foreman-node-sharing-plugin  
 
 
Created: 
 2016/Sep/15 1:46 PM  
 
 
Priority: 
  Major  
 
 
Reporter: 
 Pavel Janoušek  
 

  
 
 
 
 

 
 If I remove the content of RESERVER attribute of node defined in Foreman, NPE occurred. Unfortunately, I can catch only messages in server.log: 

 
2016-09-15 09:44:08,555 INFO  [STDOUT] (Computer.threadPoolForRemoting [#316]) 09:44:08,555 ERROR [ForemanSharedNodeCloud] java.lang.NullPointerException
2016-09-15 09:44:08,555 INFO  [STDOUT] (jenkins.util.Timer [#9]) 09:44:08,555 ERROR [ForemanSharedNodeCloud] java.util.concurrent.ExecutionException: java.lang.NullPointerException
 

  so I don't an idea where exactly it is thrown.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 
  

[JIRA] (JENKINS-38243) NPE when RESERVED attribute content is empty

2016-09-15 Thread pjano...@redhat.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Pavel Janoušek updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-38243  
 
 
  NPE when RESERVED attribute content is empty   
 

  
 
 
 
 

 
Change By: 
 Pavel Janoušek  
 
 
Summary: 
 NPE when  RESERVER  RESERVED  attribute content is empty  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-30330) TFS plug-in 4.0.0 lists all workspaces on server

2016-09-15 Thread stefan.dris...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Stefan Drissen assigned an issue to Olivier Dagenais  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Nice, in that change I see that you have also changed the test case to match the message, but the test case alertLog seems to indicate that the workspaces /should/ be listed?  Are the tests not being executed or am I missing something? Stefan  
 

  
 
 
 
 

 
 Jenkins /  JENKINS-30330  
 
 
  TFS plug-in 4.0.0 lists all workspaces on server   
 

  
 
 
 
 

 
Change By: 
 Stefan Drissen  
 
 
Assignee: 
 Stefan Drissen Olivier Dagenais  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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

[JIRA] (JENKINS-38240) REGRESSION open link on toast is not working

2016-09-15 Thread cmey...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Cliff Meyers started work on  JENKINS-38240  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
Change By: 
 Cliff Meyers  
 
 
Status: 
 Open In Progress  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-38243) NPE when RESERVED attribute content is empty

2016-09-15 Thread pjano...@redhat.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Pavel Janoušek updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-38243  
 
 
  NPE when RESERVED attribute content is empty   
 

  
 
 
 
 

 
Change By: 
 Pavel Janoušek  
 

  
 
 
 
 

 
 If I remove the content of  RESERVER  RESERVED  attribute of node defined in Foreman, NPE occurred.Unfortunately, I can catch only messages in server.log:{code}2016-09-15 09:44:08,555 INFO  [STDOUT] (Computer.threadPoolForRemoting [#316]) 09:44:08,555 ERROR [ForemanSharedNodeCloud] java.lang.NullPointerException2016-09-15 09:44:08,555 INFO  [STDOUT] (jenkins.util.Timer [#9]) 09:44:08,555 ERROR [ForemanSharedNodeCloud] java.util.concurrent.ExecutionException: java.lang.NullPointerException{code} so I don't an idea where exactly it is thrown.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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

[JIRA] (JENKINS-38243) NPE when RESERVED attribute content is empty

2016-09-15 Thread pjano...@redhat.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Pavel Janoušek updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-38243  
 
 
  NPE when RESERVED attribute content is empty   
 

  
 
 
 
 

 
Change By: 
 Pavel Janoušek  
 

  
 
 
 
 

 
 If I remove the content of RESERVED attribute of node defined in Foreman, NPE occurred.Unfortunately, I can catch only messages in server.log:{code}2016-09-15 09:44:08,555 INFO  [STDOUT] (Computer.threadPoolForRemoting [#316]) 09:44:08,555 ERROR [ForemanSharedNodeCloud] java.lang.NullPointerException2016-09-15 09:44:08,555 INFO  [STDOUT] (jenkins.util.Timer [#9]) 09:44:08,555 ERROR [ForemanSharedNodeCloud] java.util.concurrent.ExecutionException: java.lang.NullPointerException{code} so I don't an idea where exactly it is thrown. Note - such a node is still recognized as *compatible* node.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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

[JIRA] (JENKINS-38243) NPE when RESERVED attribute content is empty

2016-09-15 Thread pjano...@redhat.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Pavel Janoušek updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-38243  
 
 
  NPE when RESERVED attribute content is empty   
 

  
 
 
 
 

 
Change By: 
 Pavel Janoušek  
 

  
 
 
 
 

 
 If I remove the content of RESERVED attribute of node defined in Foreman, NPE occurred.Unfortunately, I can catch only messages in server.log:{code}2016-09-15 09:44:08,555 INFO  [STDOUT] (Computer.threadPoolForRemoting [#316]) 09:44:08,555 ERROR [ForemanSharedNodeCloud] java.lang.NullPointerException2016-09-15 09:44:08,555 INFO  [STDOUT] (jenkins.util.Timer [#9]) 09:44:08,555 ERROR [ForemanSharedNodeCloud] java.util.concurrent.ExecutionException: java.lang.NullPointerException{code} so I don't an idea where exactly it is thrown.Note - such a node is still recognized as  a  *compatible* node.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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

[JIRA] (JENKINS-28881) Add support for CloudBees folder plugin

2016-09-15 Thread scm_issue_l...@java.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 SCM/JIRA link daemon commented on  JENKINS-28881  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Add support for CloudBees folder plugin   
 

  
 
 
 
 

 
 Code changed in jenkins User: Oleg Nenashev Path: src/main/java/com/synopsys/arc/jenkins/plugins/ownership/jobs/JobOwnerColumn.java http://jenkins-ci.org/commit/ownership-plugin/d042fce3c1a60a9087cc8b0053d445aa0fe03145 Log: Merge pull request #53 from oleg-nenashev/bug/JENKINS-28881-column-folder-info JENKINS-28881 - Job Ownership Column should display info for folders Compare: https://github.com/jenkinsci/ownership-plugin/compare/2550b2393616...d042fce3c1a6  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-28881) Add support for CloudBees folder plugin

2016-09-15 Thread scm_issue_l...@java.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 SCM/JIRA link daemon commented on  JENKINS-28881  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Add support for CloudBees folder plugin   
 

  
 
 
 
 

 
 Code changed in jenkins User: Oleg Nenashev Path: src/main/java/com/synopsys/arc/jenkins/plugins/ownership/jobs/JobOwnerColumn.java http://jenkins-ci.org/commit/ownership-plugin/5c4c19fbf0c9b5d94f1c78a2f9925dfb48d711ce Log: JENKINS-28881 - Job Ownership Column should display info for folders  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-37644) Priority Sorter + Folders plugins incompatible; can prevent Jenkins starting

2016-09-15 Thread esc...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Emilio Escobar  started work on  JENKINS-37644  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
Change By: 
 Emilio Escobar   
 
 
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-38244) Calculate changelog since last successful build

2016-09-15 Thread movieylar1...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Dennis Alexandersson created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-38244  
 
 
  Calculate changelog since last successful build   
 

  
 
 
 
 

 
Issue Type: 
  New Feature  
 
 
Assignee: 
 Mark Waite  
 
 
Components: 
 git-plugin  
 
 
Created: 
 2016/Sep/15 2:04 PM  
 
 
Priority: 
  Major  
 
 
Reporter: 
 Dennis Alexandersson  
 

  
 
 
 
 

 
 I would like an feature were the changelog is calculated since last successful build.  Example Build #10 FAIL - has 7 changes on it. Build #11 SUCCESS - has 2 changes + changes on build #10 = 9 changes  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This 

[JIRA] (JENKINS-24661) vSphere Cloud Deploy VM from Template - Requires snapshot of template, not possible in vSphere 5.5

2016-09-15 Thread pjdar...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 pjdarton assigned an issue to pjdarton  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-24661  
 
 
  vSphere Cloud Deploy VM from Template - Requires snapshot of template, not possible in vSphere 5.5   
 

  
 
 
 
 

 
Change By: 
 pjdarton  
 
 
Assignee: 
 pjdarton  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-38240) REGRESSION open link on toast is not working

2016-09-15 Thread tscher...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Thorsten Scherler assigned an issue to Thorsten Scherler  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-38240  
 
 
  REGRESSION open link on toast is not working   
 

  
 
 
 
 

 
Change By: 
 Thorsten Scherler  
 
 
Assignee: 
 Cliff Meyers 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-38226) Radiator view based on favourited pipelines

2016-09-15 Thread jdu...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 James Dumay updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-38226  
 
 
  Radiator view based on favourited pipelines   
 

  
 
 
 
 

 
Change By: 
 James Dumay  
 
 
Summary: 
 Collapsible View to show only favourites Radiator view based on favourited pipelines  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-38251) Fetching favorited items for a user is very slow

2016-09-15 Thread vivek.pan...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Vivek Pandey created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-38251  
 
 
  Fetching favorited items for a user is very slow   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Unassigned  
 
 
Components: 
 blueocean-plugin  
 
 
Created: 
 2016/Sep/15 3:51 PM  
 
 
Labels: 
 API  
 
 
Priority: 
  Major  
 
 
Reporter: 
 Vivek Pandey  
 

  
 
 
 
 

 
 GET on /users/:id/favorite is very slow. See JENKINS-38079 for details.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 


[JIRA] (JENKINS-37770) Malformed JSON for /blue/rest/search/?q=type:pipeline;excludedFromFlattening:jenkins.branch.MultiBranchProject,hudson.matrix.MatrixProject

2016-09-15 Thread jdu...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 James Dumay resolved as Cannot Reproduce  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-37770  
 
 
  Malformed JSON for /blue/rest/search/?q=type:pipeline;excludedFromFlattening:jenkins.branch.MultiBranchProject,hudson.matrix.MatrixProject   
 

  
 
 
 
 

 
Change By: 
 James Dumay  
 
 
Status: 
 Reopened Resolved  
 
 
Resolution: 
 Cannot Reproduce  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-38150) Handle Kyoto preparatory steps and postBuild stage

2016-09-15 Thread jdu...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 James Dumay updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-38150  
 
 
  Handle Kyoto preparatory steps and postBuild stage   
 

  
 
 
 
 

 
Change By: 
 James Dumay  
 
 
Sprint: 
 1.0-b05/b-06  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-38253) Optimize static resource fetch

2016-09-15 Thread vivek.pan...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Vivek Pandey created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-38253  
 
 
  Optimize static resource fetch   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Unassigned  
 
 
Components: 
 blueocean-plugin  
 
 
Created: 
 2016/Sep/15 4:10 PM  
 
 
Labels: 
 performance ui  
 
 
Priority: 
  Major  
 
 
Reporter: 
 Vivek Pandey  
 

  
 
 
 
 

 
 
 
blueocean.js (642KB), 370 ms to load: is loaded on each page (dashboard, run details, pipeline) 
And so are most other JS files 
If these are cached (not fetched for each page can easily save few secs) 
  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

[JIRA] (JENKINS-38079) Investigate performance degradation report

2016-09-15 Thread jdu...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 James Dumay commented on  JENKINS-38079  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Investigate performance degradation report   
 

  
 
 
 
 

 
 Thanks for filing this Andreas - fixing the performance issues above is a top priority for our team   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-38253) Optimize static resource fetch

2016-09-15 Thread jdu...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 James Dumay commented on  JENKINS-38253  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Optimize static resource fetch   
 

  
 
 
 
 

 
 Vivek Pandey font caching too. Lots of immutable resources have very low cache expiry (I think 24 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-38252) SSE channel registration takes long time

2016-09-15 Thread jdu...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 James Dumay commented on  JENKINS-38252  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: SSE channel registration takes long time   
 

  
 
 
 
 

 
 FYI Tom FENNELLY tracking performance for SSE here.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-38253) Optimize static resource fetch

2016-09-15 Thread jdu...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 James Dumay updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-38253  
 
 
  Optimize static resource fetch   
 

  
 
 
 
 

 
Change By: 
 James Dumay  
 

  
 
 
 
 

 
 * blueocean.js (642KB), 370 ms to load: is loaded on each page (dashboard, run details, pipeline)*  Cache expiry for assets that never change is very low (e.g. fonts)*  And so are most other JS files* If these are cached (not fetched for each page can easily save few secs)For details see JENKINS-38079.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-38252) SSE channel registration takes long time

2016-09-15 Thread tom.fenne...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Tom FENNELLY commented on  JENKINS-38252  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: SSE channel registration takes long time   
 

  
 
 
 
 

 
 I honestly think this is down to something else starving requests like this from getting a service thread. That said ... I'm going to refactor the config path so as to remove the lock on the session object, which would only block on multiple requests from the same client i.e. would not block across clients.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-38079) Investigate performance degradation report

2016-09-15 Thread vivek.pan...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Vivek Pandey commented on  JENKINS-38079  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Investigate performance degradation report   
 

  
 
 
 
 

 
 Relates to search API performance issue.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-38226) Radiator view based on favourited pipelines

2016-09-15 Thread jdu...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 James Dumay commented on  JENKINS-38226  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Radiator view based on favourited pipelines   
 

  
 
 
 
 

 
 Michael Neale Keith Zantow I had a chat with Darragh at Jenkins World about this and think its a cheap way to get a better wall board. Could probably knock together a decent prototype on the flight home.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-38079) Investigate performance degradation report

2016-09-15 Thread vivek.pan...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Vivek Pandey commented on  JENKINS-38079  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Investigate performance degradation report   
 

  
 
 
 
 

 
 Search API performance issue  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-37965) REGRESSION react developer tools stopped working

2016-09-15 Thread jdu...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 James Dumay updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-37965  
 
 
  REGRESSION react developer tools stopped working   
 

  
 
 
 
 

 
Change By: 
 James Dumay  
 
 
Sprint: 
 1.0-b07/b08  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-38087) initial search call extremely slow

2016-09-15 Thread jdu...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 James Dumay updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-38087  
 
 
  initial search call extremely slow   
 

  
 
 
 
 

 
Change By: 
 James Dumay  
 
 
Sprint: 
 1.0-b05/b-06  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-38148) NullPointerException in AccuRev Launcher

2016-09-15 Thread scm_issue_l...@java.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 SCM/JIRA link daemon commented on  JENKINS-38148  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: NullPointerException in AccuRev Launcher   
 

  
 
 
 
 

 
 Code changed in jenkins User: Joseph Path: .gitignore src/main/java/hudson/plugins/accurev/AccurevLauncher.java src/main/java/hudson/plugins/accurev/AccurevSCM.java src/main/java/hudson/plugins/accurev/DetermineRemoteHostname.java src/main/java/hudson/plugins/accurev/cmd/ChangeLogCmd.java src/main/java/hudson/plugins/accurev/cmd/PopulateCmd.java src/main/java/hudson/plugins/accurev/cmd/Update.java src/main/java/hudson/plugins/accurev/delegates/AbstractModeDelegate.java src/main/java/hudson/plugins/accurev/parsers/xml/ParseHistory.java src/main/resources/hudson/plugins/accurev/AccurevSCM/global.jelly src/main/webapp/help/use-color.html http://jenkins-ci.org/commit/accurev-plugin/54cb79967006982752154c27f49e435154d85e9b Log: NullPointer fixes. better hostname handling. Toggle streamColor. (#27) 
 
ignore .DS_Store file 
 
 
JENKINS-38148 Handle some null pointers. 
 Cannot prevent bad DNS/Hostname config. 
 
JENKINS-38201 Partial fix 
 cannot prevent bad DNS/Hostname. 
 
[JENKINS-33103, JENKINS-38148] added toggle for color reset. 
 
 
JENKINS-38201 Better error message 
  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

[JIRA] (JENKINS-37770) Malformed JSON for /blue/rest/search/?q=type:pipeline;excludedFromFlattening:jenkins.branch.MultiBranchProject,hudson.matrix.MatrixProject

2016-09-15 Thread jdu...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 James Dumay commented on  JENKINS-37770  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Malformed JSON for /blue/rest/search/?q=type:pipeline;excludedFromFlattening:jenkins.branch.MultiBranchProject,hudson.matrix.MatrixProject   
 

  
 
 
 
 

 
 emanuelez could you try upgrading to the latest plugin and try again? Meanwhile Ill close this ticket. If it is still a problem I am OK with it being reopened.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-38252) SSE channel registration takes long time

2016-09-15 Thread vivek.pan...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Vivek Pandey created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-38252  
 
 
  SSE channel registration takes long time   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Unassigned  
 
 
Components: 
 blueocean-plugin  
 
 
Created: 
 2016/Sep/15 4:03 PM  
 
 
Labels: 
 performance  
 
 
Priority: 
  Major  
 
 
Reporter: 
 Vivek Pandey  
 

  
 
 
 
 

 
 Please see JENKINS-38079 for details. *SSE configure call takes really long time (~10sec) for job channel subscription (there are two 'job' subscriptions) "subscribe": [ { "jenkins_channel": "job" } , { "jenkins_channel": "job" } ], *SSE configure for pipeline channel is relatively less but still long time (3-4 sec) *Avoid redirection by appending ‘/‘. GET /js-extensions costs 61ms *(Run details page calls SSE configure API 5 times each taking on average ~2secs.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 


[JIRA] (JENKINS-38253) Optimize static resource fetch

2016-09-15 Thread vivek.pan...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Vivek Pandey updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-38253  
 
 
  Optimize static resource fetch   
 

  
 
 
 
 

 
Change By: 
 Vivek Pandey  
 

  
 
 
 
 

 
 * blueocean.js (642KB), 370 ms to load: is loaded on each page (dashboard, run details, pipeline)* And so are most other JS files* If these are cached (not fetched for each page can easily save few secs) For details see JENKINS-38079.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-38178) BO should depend on baseline LTS instead of latest LTS

2016-09-15 Thread vivek.pan...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Vivek Pandey updated  JENKINS-38178  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-38178  
 
 
  BO should depend on baseline LTS instead of latest LTS   
 

  
 
 
 
 

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

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-38252) SSE channel registration takes long time

2016-09-15 Thread jdu...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 James Dumay commented on  JENKINS-38252  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: SSE channel registration takes long time   
 

  
 
 
 
 

 
 Tom FENNELLY sounds like a good first step to deduce whats going on there. If we can rule out locking at least we can investigate down another route.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-30330) TFS plug-in 4.0.0 lists all workspaces on server

2016-09-15 Thread stefan.dris...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Stefan Drissen closed an issue as Fixed  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 OK, fair enough, thanks for the explanation.   
 

  
 
 
 
 

 
 Jenkins /  JENKINS-30330  
 
 
  TFS plug-in 4.0.0 lists all workspaces on server   
 

  
 
 
 
 

 
Change By: 
 Stefan Drissen  
 
 
Status: 
 Resolved Closed  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-38194) Ampersand in Git password causes authentication failure

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


 
 
 
 

 
 
 

 
   
 Mark Waite commented on  JENKINS-38194  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Ampersand in Git password causes authentication failure   
 

  
 
 
 
 

 
 I just created an account on visualstudio.com with a password which contains a "^" and an "&" character and was able to checkout on my Docker instance from a repository using that user name and password. Is your agent (slave) which is failing the checkout a Windows machine? Does the same failure happen with a Linux machine?  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-24605) Deploy VM from Template Build Step -- information request on meaning of snapshots of templates

2016-09-15 Thread pjdar...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 pjdarton reopened an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Re-opening. Whilst Daniel is correct that JIRA is not a support portal, the underlying cause of that request for support is actually a bug - the original author was not "misunderstanding something". If one creates a "Deploy VM from Template" build step, one is informed (by the form validation) that the named template is invalid because it doesn't have a snapshot, but templates don't have snapshots. I suspect the code was originally intended to clone a VM (which can have snapshots) and not a Template (which, in a vSphere environment, can't have snapshots). The upshot is that the web-form shouldn't be telling the user that their template is invalid due to it not having something it can't have. That was the cause of the "misunderstanding" that lead to this request. The fix appears to be to edit Deploy.java's DeployDescriptor's doTestData method and remove the lines saying: VirtualMachineSnapshot snap = vm.getCurrentSnapShot(); if (snap == null) return FormValidation.error(Messages.validation_noSnapshots()); This isn't the only issue with that code (see JENKINS-38249) - I'll issue a pull-request for both of them once I've tested the code changes.  
 

  
 
 
 
 

 
 Jenkins /  JENKINS-24605  
 
 
  Deploy VM from Template Build Step -- information request on meaning of snapshots of templates   
 

  
 
 
 
 

 
Change By: 
 pjdarton  
 
 
Resolution: 
 Not A Defect  
 
 
Status: 
 Resolved Reopened  
 
 
Assignee: 
 pjdarton  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  

[JIRA] (JENKINS-38250) I lost my Jenkins 2.22

2016-09-15 Thread liudmila.sanc...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Liudmila Sanchez created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-38250  
 
 
  I lost my Jenkins 2.22   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Unassigned  
 
 
Attachments: 
 Imagen 84.jpg  
 
 
Components: 
 security  
 
 
Created: 
 2016/Sep/15 3:39 PM  
 
 
Environment: 
 jenkins 2.22, OS: Ubuntu server 16  
 
 
Labels: 
 jenkins exception  
 
 
Priority: 
  Blocker  
 
 
Reporter: 
 Liudmila Sanchez  
 

  
 
 
 
 

 
 I try to configure TCP port in Global security admin, and I lost my jenkins.  It is not charge. I was reboot ubuntu, restart jenkins and nothing.  hudson.util.HudsonFailedToLoad: java.net.SocketException: Permiso denegado at hudson.WebAppMain$3.run(WebAppMain.java:244) Caused by: java.net.SocketException: Permiso denegado at sun.nio.ch.Net.bind0(Native Method) at sun.nio.ch.Net.bind(Net.java:433) at sun.nio.ch.Net.bind(Net.java:425) at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:223) at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74) at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:67) at hudson.TcpSlaveAgentListener.(TcpSlaveAgentListener.java:92) at jenkins.model.Jenkins.launchTcpSlaveAgentListener(Jenkins.java:1191) at jenkins.model.Jenkins.(Jenkins.java:929) at hudson.model.Hudson.(Hudson.java:85) at hudson.model.Hudson.(Hudson.java:81) at hudson.WebAppMain$3.run(WebAppMain.java:227)  
  

[JIRA] (JENKINS-37963) Stages not shown

2016-09-15 Thread jdu...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 James Dumay resolved as Duplicate  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 There should be a fix for this shortly. Please try next weeks release and reopen if you are still having this issue.  
 

  
 
 
 
 

 
 Jenkins /  JENKINS-37963  
 
 
  Stages not shown   
 

  
 
 
 
 

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

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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

[JIRA] (JENKINS-33103) AccuRev Stream color is reset without a clear purpose

2016-09-15 Thread scm_issue_l...@java.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 SCM/JIRA link daemon commented on  JENKINS-33103  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: AccuRev Stream color is reset without a clear purpose   
 

  
 
 
 
 

 
 Code changed in jenkins User: Joseph Path: .gitignore src/main/java/hudson/plugins/accurev/AccurevLauncher.java src/main/java/hudson/plugins/accurev/AccurevSCM.java src/main/java/hudson/plugins/accurev/DetermineRemoteHostname.java src/main/java/hudson/plugins/accurev/cmd/ChangeLogCmd.java src/main/java/hudson/plugins/accurev/cmd/PopulateCmd.java src/main/java/hudson/plugins/accurev/cmd/Update.java src/main/java/hudson/plugins/accurev/delegates/AbstractModeDelegate.java src/main/java/hudson/plugins/accurev/parsers/xml/ParseHistory.java src/main/resources/hudson/plugins/accurev/AccurevSCM/global.jelly src/main/webapp/help/use-color.html http://jenkins-ci.org/commit/accurev-plugin/54cb79967006982752154c27f49e435154d85e9b Log: NullPointer fixes. better hostname handling. Toggle streamColor. (#27) 
 
ignore .DS_Store file 
 
 
JENKINS-38148 Handle some null pointers. 
 Cannot prevent bad DNS/Hostname config. 
 
JENKINS-38201 Partial fix 
 cannot prevent bad DNS/Hostname. 
 
[JENKINS-33103, JENKINS-38148] added toggle for color reset. 
 
 
JENKINS-38201 Better error message 
  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

[JIRA] (JENKINS-38201) NullPointerException in Update CMD when hostname was resolved to IP

2016-09-15 Thread scm_issue_l...@java.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 SCM/JIRA link daemon commented on  JENKINS-38201  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: NullPointerException in Update CMD when hostname was resolved to IP   
 

  
 
 
 
 

 
 Code changed in jenkins User: Joseph Path: .gitignore src/main/java/hudson/plugins/accurev/AccurevLauncher.java src/main/java/hudson/plugins/accurev/AccurevSCM.java src/main/java/hudson/plugins/accurev/DetermineRemoteHostname.java src/main/java/hudson/plugins/accurev/cmd/ChangeLogCmd.java src/main/java/hudson/plugins/accurev/cmd/PopulateCmd.java src/main/java/hudson/plugins/accurev/cmd/Update.java src/main/java/hudson/plugins/accurev/delegates/AbstractModeDelegate.java src/main/java/hudson/plugins/accurev/parsers/xml/ParseHistory.java src/main/resources/hudson/plugins/accurev/AccurevSCM/global.jelly src/main/webapp/help/use-color.html http://jenkins-ci.org/commit/accurev-plugin/54cb79967006982752154c27f49e435154d85e9b Log: NullPointer fixes. better hostname handling. Toggle streamColor. (#27) 
 
ignore .DS_Store file 
 
 
JENKINS-38148 Handle some null pointers. 
 Cannot prevent bad DNS/Hostname config. 
 
JENKINS-38201 Partial fix 
 cannot prevent bad DNS/Hostname. 
 
[JENKINS-33103, JENKINS-38148] added toggle for color reset. 
 
 
JENKINS-38201 Better error message 
  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

[JIRA] (JENKINS-38176) Steps not shown for incomplete parallel branch

2016-09-15 Thread vivek.pan...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Vivek Pandey updated  JENKINS-38176  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-38176  
 
 
  Steps not shown for incomplete parallel branch   
 

  
 
 
 
 

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

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-38252) SSE channel registration takes long time

2016-09-15 Thread tom.fenne...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Tom FENNELLY assigned an issue to Tom FENNELLY  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-38252  
 
 
  SSE channel registration takes long time   
 

  
 
 
 
 

 
Change By: 
 Tom FENNELLY  
 
 
Assignee: 
 Tom FENNELLY  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-38254) Plugin impacted by SECURITY-170

2016-09-15 Thread dpfeif...@gowithfloat.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Daniel Pfeiffer created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-38254  
 
 
  Plugin impacted by SECURITY-170   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Pavel Dotsulenko  
 
 
Components: 
 assembla-merge-request-builder-plugin  
 
 
Created: 
 2016/Sep/15 4:19 PM  
 
 
Environment: 
 Jenkins 2.7.4  
 
 
Priority: 
  Major  
 
 
Reporter: 
 Daniel Pfeiffer  
 

  
 
 
 
 

 
 https://wiki.jenkins-ci.org/display/SECURITY/Jenkins+Security+Advisory+2016-05-11 The plugin is no longer working out-of-the-box because of SECURITY-170. As a temporary workaround, adding the following launch command to Jenkins does work: 

 
-Dhudson.model.ParametersAction.safeParameters=assemblaSourceSpaceId,assemblaAuthorName,assemblaDescription,assemblaSourceRepositoryUrl,assemblaTargetBranch,assemblaSourceRepositoryName,assemblaTargetRepositoryUrl,assemblaMergeRequestId,assemblaRefName,assemblaSourceBranch
 

  
 

  
 
 
 
 

 
 
 

 
 

[JIRA] (JENKINS-38079) Investigate performance degradation report

2016-09-15 Thread vivek.pan...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Vivek Pandey closed an issue as Fixed  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Closing this issue. We have identified issues and opened tickets for relevant performance improvements in specific components: JENKINS-38251, JENKINS-38252, JENKINS-38253 and JENKINS-38087.  
 

  
 
 
 
 

 
 Jenkins /  JENKINS-38079  
 
 
  Investigate performance degradation report   
 

  
 
 
 
 

 
Change By: 
 Vivek Pandey  
 
 
Status: 
 In Progress Closed  
 
 
Resolution: 
 Fixed  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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

[JIRA] (JENKINS-30330) TFS plug-in 4.0.0 lists all workspaces on server

2016-09-15 Thread stefan.dris...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Stefan Drissen assigned an issue to Stefan Drissen  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-30330  
 
 
  TFS plug-in 4.0.0 lists all workspaces on server   
 

  
 
 
 
 

 
Change By: 
 Stefan Drissen  
 
 
Assignee: 
 Olivier Dagenais Stefan Drissen  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-38234) Make use of filesystem snapshots

2016-09-15 Thread heiko.nardm...@itechnical.de (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Heiko Nardmann created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-38234  
 
 
  Make use of filesystem snapshots   
 

  
 
 
 
 

 
Issue Type: 
  Improvement  
 
 
Assignee: 
 Thomas Fürer  
 
 
Components: 
 thinBackup  
 
 
Created: 
 2016/Sep/15 10:05 AM  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Heiko Nardmann  
 

  
 
 
 
 

 
 Since many operating systems provide filesystems with a snapshot capability I wonder whether it is possible to use this filesystem feature to ease the process of backup up the Jenkins data. The table at https://en.wikipedia.org/wiki/Comparison_of_file_systems#Features gives a hint whether a filesystem supports snapshots. No blocking or waiting for Jenkins being idle might be necessary anymore? Problem might be to detect whether the underlying filesystem supports snapshotting and how to use it (without handling each filesystem separately).  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 

[JIRA] (JENKINS-38235) Ownership plugin assignment strategy does not represent state correctly after config reload in 2.x

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


 
 
 
 

 
 
 

 
   
 Oleg Nenashev created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-38235  
 
 
  Ownership plugin assignment strategy does not represent state correctly after config reload in 2.x   
 

  
 
 
 
 

 
Issue Type: 
  Improvement  
 
 
Assignee: 
 Oleg Nenashev  
 
 
Components: 
 ownership-plugin  
 
 
Created: 
 2016/Sep/15 10:06 AM  
 
 
Environment: 
 jenkins-2.7.4  
 
 
Priority: 
  Major  
 
 
Reporter: 
 Oleg Nenashev  
 

  
 
 
 
 

 
 Likely it's a minor regression due to the radio button behavior change in Jenkins 2.x. If you select Ownership assignment strategy and save save it, then the logic actually works. But UI needs to be fixed  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  

[JIRA] (JENKINS-37681) PipelineScript from SCM is not accepting Parameters as input

2016-09-15 Thread andreas.oet...@siemens.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Andreas Oetken commented on  JENKINS-37681  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: PipelineScript from SCM is not accepting Parameters as input
 

  
 
 
 
 

 
 I have the same issue here. Sadly neither hudson.model.ParametersAction.safeParameters=BRANCH nor hudson.model.ParametersAction.safeParameters=true works for me. I still get the error as stated in the description. I tried to set the parameters via script console (and did read them back and printed them), as well as via environment variable JENKINS_JAVA_OPTIONS=-Dhudson.model.ParametersAction.keepUndefinedParameters=true. Jenkins version is 2.21 running on top of Tomcat 7.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-38079) Investigate performance degradation report

2016-09-15 Thread mne...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Michael Neale commented on  JENKINS-38079  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Investigate performance degradation report   
 

  
 
 
 
 

 
 Tom FENNELLY this starvation of things may be what has been seen elsewhere (with github oauth in some cases?).  Also - can I ask a dumb question - what is a "HAR" ?   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-38236) NPE when Ownership plugin receives a null Copy policy from broken form submission

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


 
 
 
 

 
 
 

 
   
 Oleg Nenashev updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-38236  
 
 
  NPE when Ownership plugin receives a null Copy policy from broken form submission   
 

  
 
 
 
 

 
Change By: 
 Oleg Nenashev  
 
 
Issue Type: 
 Improvement 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-38236) NPE when Ownership plugin receives a null Copy policy from broken form submission

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


 
 
 
 

 
 
 

 
   
 Oleg Nenashev created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-38236  
 
 
  NPE when Ownership plugin receives a null Copy policy from broken form submission   
 

  
 
 
 
 

 
Issue Type: 
  Improvement  
 
 
Assignee: 
 Oleg Nenashev  
 
 
Components: 
 ownership-plugin  
 
 
Created: 
 2016/Sep/15 10:40 AM  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Oleg Nenashev  
 

  
 
 
 
 

 
 Just a low-priority bug, which ideally requires some hardening 

 
Sep 15, 2016 3:35:59 AM WARNING hudson.model.listeners.ItemListener forAll

failed to send event to listener of class org.jenkinsci.plugins.ownership.model.folders.FolderItemListener
java.lang.NullPointerException
	at org.jenkinsci.plugins.ownership.model.folders.FolderItemListener.onCopied(FolderItemListener.java:49)
	at hudson.model.listeners.ItemListener$1.apply(ItemListener.java:177)
	at hudson.model.listeners.ItemListener$1.apply(ItemListener.java:175)
	at hudson.model.listeners.ItemListener.forAll(ItemListener.java:167)
	at hudson.model.listeners.ItemListener.fireOnCopied(ItemListener.java:175)
	at hudson.model.ItemGroupMixIn.copy(ItemGroupMixIn.java:253)
	at hudson.model.ItemGroupMixIn.createTopLevelItem(ItemGroupMixIn.java:186)
	at com.cloudbees.hudson.plugins.folder.Folder.doCreateItem(Folder.java:220)
	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:497)
	at org.kohsuke.stapler.Function$InstanceFunction.invoke(Function.java:324)
	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-38238) NODE/JOB_COOWNERS comma-separated list of items is broken in Freestyle build wrappers

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


 
 
 
 

 
 
 

 
   
 Oleg Nenashev created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-38238  
 
 
  NODE/JOB_COOWNERS comma-separated list of items is broken in Freestyle build wrappers   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Oleg Nenashev  
 
 
Components: 
 ownership-plugin  
 
 
Created: 
 2016/Sep/15 10:50 AM  
 
 
Priority: 
  Major  
 
 
Reporter: 
 Oleg Nenashev  
 

  
 
 
 
 

 
 The code for list creation is broken. Instead of the user list "user1,user2,user3" we get ",user1user2user3" Code: 

 
@Deprecated
public static @Nonnull String getCoOwnerIDs(@Nonnull OwnershipDescription descr) {
StringBuilder coowners= new StringBuilder();
for (String userId : getSecondaryOwnerIds(descr, true)) {
//TODO: Bug? Should it be != ?
if (coowners.length() == 0) {
coowners.append(",");
}
coowners.append(userId);  
}
return coowners.toString();
}
 

  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  

[JIRA] (JENKINS-7192) Use multiple SCM sources

2016-09-15 Thread wil...@ds.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Brian Wilson commented on  JENKINS-7192  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Use multiple SCM sources   
 

  
 
 
 
 

 
 The Jenkins Pipeline is way over complicated for this simple need. I'm really surprised this hasn't come up before. If you aren't going to provide this feature, you could at lease direct users to an example of how to set up the complicated pipeline process so they have a clue as to what to do. Please re-evaluate your priorities and look at implementing a check box, rather than radio button idea for setting up access to multiple SCM repositories.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-38079) Investigate performance degradation report

2016-09-15 Thread tom.fenne...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Tom FENNELLY commented on  JENKINS-38079  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Investigate performance degradation report   
 

  
 
 
 
 

 
 A har file is a file you can generate from the network log panel in the dev tools in the browser.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-38246) Enable viewing current github API rate status in UI

2016-09-15 Thread smithgcov...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Greg Smith updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-38246  
 
 
  Enable viewing current github API rate status in UI   
 

  
 
 
 
 

 
Change By: 
 Greg Smith  
 
 
Summary: 
 Enable viewing current github API rate  status  in UI  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-38251) Fetching favorited items for a user is very slow

2016-09-15 Thread vivek.pan...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Vivek Pandey updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-38251  
 
 
  Fetching favorited items for a user is very slow   
 

  
 
 
 
 

 
Change By: 
 Vivek Pandey  
 

  
 
 
 
 

 
 GET on /users/:id/favorite is very slow.  See  UI calls this API on dashboard page load and its very slow. In the reported HAR file in  JENKINS-38079 , it takes 5.56 secs to  for  details  favorites with page limit 26 .   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-37962) REGRESSION: parallel karaoke not allowing branch selection or completing correctly

2016-09-15 Thread vivek.pan...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Vivek Pandey commented on  JENKINS-37962  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: REGRESSION: parallel karaoke not allowing branch selection or completing correctly   
 

  
 
 
 
 

 
 Thorsten Scherler Michael Neale I used same script did the following but could not reproduce, tried many many times. Here is what I did: 
 
Used mic's script and also updated it with Thor last parallel scripts with sleeps. 
Ran it multiple times and clicked on run to see flow nodes in UI, they always appeared proper (no flat line) 
  I suspect it has something to do with timing. Anyways, whats in DAG returned by API that is causing this behavior? If you could capture the response where DAG is represented flat in the response will be helpful.   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-38255) Implement RepositoryBrowser for AccuRev

2016-09-15 Thread a...@90a.nl (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Arno Moonen created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-38255  
 
 
  Implement RepositoryBrowser for AccuRev   
 

  
 
 
 
 

 
Issue Type: 
  New Feature  
 
 
Assignee: 
 Joseph Petersen  
 
 
Components: 
 accurev-plugin  
 
 
Created: 
 2016/Sep/15 5:05 PM  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Arno Moonen  
 

  
 
 
 
 

 
 As mentioned in the code, the AccuRev plug-in does not currently have a RepositoryBrowser implemented. I think that, in theory, it should be possible to link to the Web GUI that AccuRev offers. Their appears to be some kind of URL Spec (link), but I'm not sure if this is still accurate/up to date (might be a newer document available).  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
  

[JIRA] (JENKINS-38126) Credentials dropdown empty on git scm

2016-09-15 Thread gun...@grodotzki.co.za (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Gunter Grodotzki commented on  JENKINS-38126  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Credentials dropdown empty on git scm   
 

  
 
 
 
 

 
 The working environment is completely different: 
 
far less plugins installed 
did not upgrade from the 1.xx, but was a fresh 2.x installation 
far less jobs configured 
 I will try to replicate it on a VBox.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-38249) Deploy VM from template fails to obtain IP when VM is off

2016-09-15 Thread pjdar...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 pjdarton updated  JENKINS-38249  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-38249  
 
 
  Deploy VM from template fails to obtain IP when VM is off   
 

  
 
 
 
 

 
Change By: 
 pjdarton  
 
 
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-38249) Deploy VM from template fails to obtain IP when VM is off

2016-09-15 Thread pjdar...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 pjdarton commented on  JENKINS-38249  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Deploy VM from template fails to obtain IP when VM is off   
 

  
 
 
 
 

 
 See https://github.com/jenkinsci/vsphere-cloud-plugin/pull/51  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-38249) Deploy VM from template fails to obtain IP when VM is off

2016-09-15 Thread pjdar...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 pjdarton started work on  JENKINS-38249  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
Change By: 
 pjdarton  
 
 
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-24605) Deploy VM from Template Build Step -- information request on meaning of snapshots of templates

2016-09-15 Thread pjdar...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 pjdarton updated  JENKINS-24605  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-24605  
 
 
  Deploy VM from Template Build Step -- information request on meaning of snapshots of templates   
 

  
 
 
 
 

 
Change By: 
 pjdarton  
 
 
Status: 
 Reopened Open  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-24661) vSphere Cloud Deploy VM from Template - Requires snapshot of template, not possible in vSphere 5.5

2016-09-15 Thread pjdar...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 pjdarton started work on  JENKINS-24661  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
Change By: 
 pjdarton  
 
 
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-24605) Deploy VM from Template Build Step -- information request on meaning of snapshots of templates

2016-09-15 Thread pjdar...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 pjdarton started work on  JENKINS-24605  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
Change By: 
 pjdarton  
 
 
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-24605) Deploy VM from Template Build Step -- information request on meaning of snapshots of templates

2016-09-15 Thread pjdar...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 pjdarton commented on  JENKINS-24605  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Deploy VM from Template Build Step -- information request on meaning of snapshots of templates   
 

  
 
 
 
 

 
 See https://github.com/jenkinsci/vsphere-cloud-plugin/pull/52  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-24661) vSphere Cloud Deploy VM from Template - Requires snapshot of template, not possible in vSphere 5.5

2016-09-15 Thread pjdar...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 pjdarton commented on  JENKINS-24661  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: vSphere Cloud Deploy VM from Template - Requires snapshot of template, not possible in vSphere 5.5   
 

  
 
 
 
 

 
 See https://github.com/jenkinsci/vsphere-cloud-plugin/pull/52 (and JENKINS-24605)  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-24605) Deploy VM from Template Build Step -- information request on meaning of snapshots of templates

2016-09-15 Thread pjdar...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 pjdarton updated  JENKINS-24605  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-24605  
 
 
  Deploy VM from Template Build Step -- information request on meaning of snapshots of templates   
 

  
 
 
 
 

 
Change By: 
 pjdarton  
 
 
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-38205) Failed to deploy war on Weblogic: task completed abnormally (exit code = 1)

2016-09-15 Thread r...@orange.fr (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Raphael CHAUMIER commented on  JENKINS-38205  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Failed to deploy war on Weblogic: task completed abnormally (exit code = 1)   
 

  
 
 
 
 

 
 Can you attach the job execution log of "Error: Could not find or load main class weblogic.Deployer" What is your jdk version ? If not 1.6 can you try with 1.6 ?  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-30330) TFS plug-in 4.0.0 lists all workspaces on server

2016-09-15 Thread manf...@simpligility.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Manfred Moser commented on  JENKINS-30330  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: TFS plug-in 4.0.0 lists all workspaces on server   
 

  
 
 
 
 

 
 Currently this is a TODO items to it controlled by a environment variable or job or global config and the listing is only exectued in the test. The normal constructor does not cause the workspaces to be listed. If you want this feature implemented please send a PR or at least file a new issues.  See https://github.com/jenkinsci/tfs-plugin/blob/master/tfs/src/main/java/hudson/plugins/tfs/commands/ListWorkspacesCommand.java for details and the normal constructor vs the one used in the 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-36878) vSphere plugin not respecting or saving per slave instance Cap

2016-09-15 Thread pjdar...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 pjdarton updated  JENKINS-36878  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-36878  
 
 
  vSphere plugin not respecting or saving per slave instance Cap   
 

  
 
 
 
 

 
Change By: 
 pjdarton  
 
 
Status: 
 Reopened Open  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-36878) vSphere plugin not respecting or saving per slave instance Cap

2016-09-15 Thread pjdar...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 pjdarton updated  JENKINS-36878  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-36878  
 
 
  vSphere plugin not respecting or saving per slave instance Cap   
 

  
 
 
 
 

 
Change By: 
 pjdarton  
 
 
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-38138) Git plugin over HTTP with TFS 2015 causes authorization error

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


 
 
 
 

 
 
 

 
   
 Mark Waite assigned an issue to Mark Waite  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-38138  
 
 
  Git plugin over HTTP with TFS 2015 causes authorization error   
 

  
 
 
 
 

 
Change By: 
 Mark Waite  
 
 
Assignee: 
 Nicolas De Loof 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-38126) Credentials dropdown empty on git scm

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


 
 
 
 

 
 
 

 
   
 Mark Waite commented on  JENKINS-38126  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Credentials dropdown empty on git scm   
 

  
 
 
 
 

 
 I don't know why you're seeing that behavior. Are there any other differences you've detected between the working environment and the broken environment?  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-36878) vSphere plugin not respecting or saving per slave instance Cap

2016-09-15 Thread pjdar...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 pjdarton reopened an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 I found a bug in my code that was causing serialization issues.  
 

  
 
 
 
 

 
 Jenkins /  JENKINS-36878  
 
 
  vSphere plugin not respecting or saving per slave instance Cap   
 

  
 
 
 
 

 
Change By: 
 pjdarton  
 
 
Resolution: 
 Fixed  
 
 
Status: 
 Resolved Reopened  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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

[JIRA] (JENKINS-38245) GerritTrigger looping on CommentAdded event

2016-09-15 Thread osw...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Oswaldo Caballero created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-38245  
 
 
  GerritTrigger looping on CommentAdded event   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 rsandell  
 
 
Components: 
 gerrit-trigger-plugin  
 
 
Created: 
 2016/Sep/15 2:30 PM  
 
 
Environment: 
 Jenkins 1.651.1 GerritTrigger plugin 2.18-2.22.0 Linux 64bits - Oracle Java 7u51 and 7u111  
 
 
Labels: 
 plugin gerrit-trigger gerrit  
 
 
Priority: 
  Major  
 
 
Reporter: 
 Oswaldo Caballero  
 

  
 
 
 
 

 
 After upgrading from 2.17 to 2.18, one of our jobs that triggers in comment-added event started to fail because there were thousands of builds triggered by an infinite loop caused by the plugin voting +1 in the Gerrit change.  2.19, 2.20, 2.21 and 2.22 versions show the same behaviour. Workaround was to remove triggering in Verified+1 so the loop is avoided. Seems to be a regression as this was reported and fixed before: https://github.com/jenkinsci/gerrit-trigger-plugin/pull/204  
 

  
 
 
 
 

 
 
 

 
 
 

[JIRA] (JENKINS-38248) Log should only be linkable from its line number

2016-09-15 Thread jdu...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 James Dumay created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-38248  
 
 
  Log should only be linkable from its line number   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Unassigned  
 
 
Components: 
 blueocean-plugin  
 
 
Created: 
 2016/Sep/15 3:15 PM  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 James Dumay  
 

  
 
 
 
 

 
 Problem Log should only be linkable from its line number. You can't select sections of the log because it is a link How it should be fixed Only the line number in the gutter should be linkable and not the lines of the log.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This 

[JIRA] (JENKINS-38249) Deploy VM from template fails to obtain IP when VM is off

2016-09-15 Thread pjdar...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 pjdarton created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-38249  
 
 
  Deploy VM from template fails to obtain IP when VM is off   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 pjdarton  
 
 
Components: 
 vsphere-cloud-plugin  
 
 
Created: 
 2016/Sep/15 3:19 PM  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 pjdarton  
 

  
 
 
 
 

 
 In the vSphere-cloud plugin build step "Deploy VM from Template", it is possible to create a new VM from a template and not switch it on. This is useful because the "Power-On/Resume VM" step allows you to configure timeouts whereas they are hard-coded in the deploy build step, so if your VM takes a while to start then you have to power it on as a separate step. Obviously, if a VM is switched off, it's not going to have VMware tools running, and so you get something like the following: [vSphere] Performing vSphere build step: "Deploy VM from template" [vSphere] Attempting to use server configuration: "hursley_vsphere" [vSphere] Deploying new vm "myVmCloneName" from template "myVmTemplate" [vSphere] Started cloning of VM. Please wait ... [vSphere] "myVmCloneName" successfully deployed! [vSphere] Error: Timed out after waiting 60 seconds to get IP for "myVmCloneName" [vSphere] [vSphere] Performing vSphere build step: "Power-On/Resume VM" [vSphere] Attempting to use server configuration: "hursley_vsphere" [vSphere] Successfully retrieved IP for "myVmCloneName" : 1.2.3.4 [vSphere] Exposing 1.2.3.4 as environment variable VSPHERE_IP It looks like the Deploy.java code is trying (and failing) to obtain the IP address (with a hard-coded timeout of 60 seconds) regardless of whether the new VM has been turned on or not. I would suggest that when doing a deploy step, if the VM is not being switched on as part of that step then that step should not attempt to fetch the IP address.  
 

  
 
 
 
 

[JIRA] (JENKINS-38079) Investigate performance degradation report

2016-09-15 Thread jdu...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 James Dumay commented on  JENKINS-38079  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Investigate performance degradation report   
 

  
 
 
 
 

 
 Tom FENNELLY you can upload the HAR to https://toolbox.googleapps.com/apps/har_analyzer/ and view the captured data and requests that occurred within the browser session.   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-38138) Git plugin over HTTP with TFS 2015 causes authorization error

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


 
 
 
 

 
 
 

 
   
 Mark Waite commented on  JENKINS-38138  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Git plugin over HTTP with TFS 2015 causes authorization error   
 

  
 
 
 
 

 
 If you revert the git client plugin back to 1.21.0 and the git plugin back to 2.6.0, does that resolve the problem? Are there any particularly interesting characters in the password which is being used (like "&")?   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-38033) Make the changes list for a build job more accurate

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


 
 
 
 

 
 
 

 
   
 Mark Waite edited a comment on  JENKINS-38033  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Make the changes list for a build job more accurate   
 

  
 
 
 
 

 
 There is a system inside the git plugin and in other plugins which I believe stores the information you're describing.  It is called BuildData and it tracks a number of different things about the build.  It has also been a source of serious memory bloat and painful performance harm to Jenkins server startup, since all the BuildData for every job is read on startup.  Two different attempts have been made to reduce the harm from BuildData.  Both attempts failed.I think the "change from one branch to another within the same job" use case is better handled by having jobs automatically created and destroyed as branches are created and destroyed.  The multi-branch  freestyle job plugin, the multi-branch  pipeline plugin and  the  GitHub Organization Folders plugins  both  all  provide automatic job creation and deletion when branches are created and deleted.  The change results are much easier to read when all the changes are for a single branch.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-38087) initial search call extremely slow

2016-09-15 Thread jdu...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 James Dumay assigned an issue to Vivek Pandey  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-38087  
 
 
  initial search call extremely slow   
 

  
 
 
 
 

 
Change By: 
 James Dumay  
 
 
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-38246) Enable viewing current github API rate in UI

2016-09-15 Thread smithgcov...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Greg Smith created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-38246  
 
 
  Enable viewing current github API rate in UI   
 

  
 
 
 
 

 
Issue Type: 
  New Feature  
 
 
Assignee: 
 Unassigned  
 
 
Components: 
 github-branch-source-plugin  
 
 
Created: 
 2016/Sep/15 2:37 PM  
 
 
Environment: 
 Jenkins 2.22  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Greg Smith  
 

  
 
 
 
 

 
 We keep hitting the github API rate limit when scanning our organization for changes to be built. It would be very handy to be able to see what our current usage of the api is in the UI, so that we can actually see the speed / rate at which we are using up our api requests. For example, if we scan for changes every 15 minutes vs every 20 minutes, what how does our hourly rate usage change? The API to return the current rate is documented here: https://developer.github.com/v3/rate_limit/ We keep the creds for github access tightly secured – so its not really possible for us to do these checks ourselves out of band – which is why we need it in the Jenkins UI. I could also see this as being valuable for general testing and tuning. This would probably be on one of the Managing Jenkins pages, or ???. I'm not sure where the best place to put it would be, but as long as it was view-able in the UI with the same creds as configured for github access, it could be very handy.  
 

  
 
 
 
 

 
 
 
   

[JIRA] (JENKINS-36878) vSphere plugin not respecting or saving per slave instance Cap

2016-09-15 Thread pjdar...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 pjdarton commented on  JENKINS-36878  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: vSphere plugin not respecting or saving per slave instance Cap   
 

  
 
 
 
 

 
 New pull request issued. https://github.com/jenkinsci/vsphere-cloud-plugin/pull/50  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-36878) vSphere plugin not respecting or saving per slave instance Cap

2016-09-15 Thread pjdar...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 pjdarton started work on  JENKINS-36878  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
Change By: 
 pjdarton  
 
 
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.


  1   2   3   >