[JIRA] (JENKINS-50324) User without READ cannot logout from CLI with remoting

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


 
 
 
 

 
 
 

 
   
 Oleg Nenashev commented on  JENKINS-50324  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: User without READ cannot logout from CLI with remoting   
 

  
 
 
 
 

 
 The entire Remoting CLI is deprecated. It still makes sense to fix it if this is a quick win, but it's not mandatory  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-48344) Log files generated by Jenkins pipeline scripts are bloated

2018-03-21 Thread jgl...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jesse Glick commented on  JENKINS-48344  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Log files generated by Jenkins pipeline scripts are bloated   
 

  
 
 
 
 

 
 Code reference  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-48344) Log files generated by Jenkins pipeline scripts are bloated

2018-03-21 Thread jgl...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jesse Glick updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-48344  
 
 
  Log files generated by Jenkins pipeline scripts are bloated   
 

  
 
 
 
 

 
 Demo; the junk goes away if you remove the timestamps step: 

 

@Test
public void lines() throws Exception {
WorkflowJob p = r.createProject(WorkflowJob.class, "p");
p.setDefinition(new CpsFlowDefinition("timestamps {node {sh 'yes | head -1000'}}", true));
WorkflowRun b = r.buildAndAssertSuccess(p);
IOUtils.copy(b.getLogInputStream(), System.out);
}
 

  
 

  
 
 
 
 

 
Change By: 
 Jesse Glick  
 
 
Issue Type: 
 Improvement Bug  
 
 
Component/s: 
 timestamper-plugin  
 
 
Component/s: 
 pipeline  
 
 
Labels: 
 performance pipeline  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

[JIRA] (JENKINS-49955) Publish always publishing unchanged utf8+w files on Windows slaves.

2018-03-21 Thread pal...@perforce.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Paul Allen commented on  JENKINS-49955  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Publish always publishing unchanged utf8+w files on Windows slaves.   
 

  
 
 
 
 

 
 P4JAVA-1156 Fixed in P4Java  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-50303) Mesos Offer Selection Attributes Mesos Plugin JEP-200

2018-03-21 Thread heilon...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Kevin R. edited a comment on  JENKINS-50303  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Mesos Offer Selection Attributes Mesos Plugin JEP-200   
 

  
 
 
 
 

 
 I'm experiencing this too.  Full stacktrace:{code:java}WARNING: Error while serving https://mc-uw2-jenkins.missionctrl.cloud.adobe.io/configSubmitjava.lang.reflect.InvocationTargetExceptionat org.kohsuke.stapler.Function$MethodFunction.invoke(Function.java:347)at org.kohsuke.stapler.interceptor.RequirePOST$Processor.invoke(RequirePOST.java:77)at org.kohsuke.stapler.PreInvokeInterceptedFunction.invoke(PreInvokeInterceptedFunction.java:26)at org.kohsuke.stapler.Function.bindAndInvoke(Function.java:184)at org.kohsuke.stapler.Function.bindAndInvokeAndServeResponse(Function.java:117)at org.kohsuke.stapler.MetaClass$1.doDispatch(MetaClass.java:129)at org.kohsuke.stapler.NameBasedDispatcher.dispatch(NameBasedDispatcher.java:58)at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:715)at org.kohsuke.stapler.Stapler.invoke(Stapler.java:845)at org.kohsuke.stapler.Stapler.invoke(Stapler.java:649)at org.kohsuke.stapler.Stapler.service(Stapler.java:238)at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:841)at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1650)at hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:154)at jenkins.metrics.impl.MetricsFilter.doFilter(MetricsFilter.java:125)at hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:151)at hudson.util.PluginServletFilter.doFilter(PluginServletFilter.java:157)at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1637)at hudson.security.csrf.CrumbFilter.doFilter(CrumbFilter.java:99)at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1637)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 hudson.security.HttpSessionContextIntegrationFilter2.doFilter(HttpSessionContextIntegrationFilter2.java:67)at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87)at hudson.security.ChainedServletFilter.doFilter(ChainedServletFilter.java:90)at hudson.security.HudsonFilter.doFilter(HudsonFilter.java:171)at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1637)at org.kohsuke.stapler.compression.CompressionFilter.doFilter(CompressionFilter.java:49)at 

[JIRA] (JENKINS-50303) Mesos Offer Selection Attributes Mesos Plugin JEP-200

2018-03-21 Thread heilon...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Kevin R. edited a comment on  JENKINS-50303  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Mesos Offer Selection Attributes Mesos Plugin JEP-200   
 

  
 
 
 
 

 
 I'm experiencing this too. Full stacktrace:{code:java}WARNING: Error while serving https:// mc my - uw2- jenkins .missionctrl.cloud.adobe.io /configSubmitjava.lang.reflect.InvocationTargetExceptionat org.kohsuke.stapler.Function$MethodFunction.invoke(Function.java:347)at org.kohsuke.stapler.interceptor.RequirePOST$Processor.invoke(RequirePOST.java:77)at org.kohsuke.stapler.PreInvokeInterceptedFunction.invoke(PreInvokeInterceptedFunction.java:26)at org.kohsuke.stapler.Function.bindAndInvoke(Function.java:184)at org.kohsuke.stapler.Function.bindAndInvokeAndServeResponse(Function.java:117)at org.kohsuke.stapler.MetaClass$1.doDispatch(MetaClass.java:129)at org.kohsuke.stapler.NameBasedDispatcher.dispatch(NameBasedDispatcher.java:58)at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:715)at org.kohsuke.stapler.Stapler.invoke(Stapler.java:845)at org.kohsuke.stapler.Stapler.invoke(Stapler.java:649)at org.kohsuke.stapler.Stapler.service(Stapler.java:238)at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:841)at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1650)at hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:154)at jenkins.metrics.impl.MetricsFilter.doFilter(MetricsFilter.java:125)at hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:151)at hudson.util.PluginServletFilter.doFilter(PluginServletFilter.java:157)at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1637)at hudson.security.csrf.CrumbFilter.doFilter(CrumbFilter.java:99)at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1637)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 hudson.security.HttpSessionContextIntegrationFilter2.doFilter(HttpSessionContextIntegrationFilter2.java:67)at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87)at hudson.security.ChainedServletFilter.doFilter(ChainedServletFilter.java:90)at hudson.security.HudsonFilter.doFilter(HudsonFilter.java:171)at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1637)at org.kohsuke.stapler.compression.CompressionFilter.doFilter(CompressionFilter.java:49)at 

[JIRA] (JENKINS-50303) Mesos Offer Selection Attributes Mesos Plugin JEP-200

2018-03-21 Thread heilon...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Kevin R. commented on  JENKINS-50303  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Mesos Offer Selection Attributes Mesos Plugin JEP-200   
 

  
 
 
 
 

 
 I'm experiencing this too.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-33119) Ability to set the assembly copyright value in the AssemblyVersionInfo.cs file

2018-03-21 Thread rami.abughaza...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Rami Abughazaleh commented on  JENKINS-33119  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Ability to set the assembly copyright value in the AssemblyVersionInfo.cs file   
 

  
 
 
 
 

 
 Unfortunately, that plugin doesn't support setting the copyright field.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-27329) WorkspaceCleanupThread may delete workspaces of running jobs

2018-03-21 Thread j...@jdark.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Kim Abbott commented on  JENKINS-27329  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: WorkspaceCleanupThread may delete workspaces of running jobs   
 

  
 
 
 
 

 
 I, too, have been seeing this happen recently.  It's happening on slave jobs (they are restricted to which slave they run on and this configuration never changes) but also on jobs utilizing Publish over SSH plugin for copying files to/from other machines and executing commands via SSH Publishers. We run under tomcat - I'm not sure how to affect a change in this troubling behavior.  The workarounds mentioned there don't look like something I can use.  If anyone has guidance, I'm all ears.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-50325) Some part of the code uses object.assign which needs to be polyfill to support IE11

2018-03-21 Thread tscher...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Thorsten Scherler created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-50325  
 
 
  Some part of the code uses object.assign which needs to be polyfill to support IE11   
 

  
 
 
 
 

 
Issue Type: 
  Improvement  
 
 
Assignee: 
 Thorsten Scherler  
 
 
Components: 
 blueocean-plugin  
 
 
Created: 
 2018-03-21 18:52  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Thorsten Scherler  
 

  
 
 
 
 

 
 IE11 does not support 

 

Object.assign
 

 it needs to be polyfill.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

 

[JIRA] (JENKINS-50325) Some part of the code uses object.assign which needs to be polyfill to support IE11

2018-03-21 Thread tscher...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Thorsten Scherler started work on  JENKINS-50325  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
Change By: 
 Thorsten Scherler  
 
 
Status: 
 Open In Progress  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-49207) jenkins EC2 Plugin switching windows slaves credentials from windows to unix (winrm to ssh) everytime jenkins restarts

2018-03-21 Thread daniel_atal...@yahoo.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Daniel Atallah commented on  JENKINS-49207  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: jenkins EC2 Plugin switching windows slaves credentials from windows to unix (winrm to ssh) everytime jenkins restarts   
 

  
 
 
 
 

 
 This is a duplicate of JENKINS-47985  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-46386) Agent sometimes fails to launch in custom cloud provider

2018-03-21 Thread jgl...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jesse Glick commented on  JENKINS-46386  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Agent sometimes fails to launch in custom cloud provider   
 

  
 
 
 
 

 
 Filed alternate hotfix as PR 3362.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-50327) Update to 2.10.4 causes NullPointerException in HTTPDigestAuthentication.createDigest

2018-03-21 Thread kwl...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Ken Lamb created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-50327  
 
 
  Update to 2.10.4 causes NullPointerException in HTTPDigestAuthentication.createDigest   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Ivan Fernandez Calvo  
 
 
Components: 
 subversion-plugin  
 
 
Created: 
 2018-03-21 20:40  
 
 
Environment: 
 Jenkins 2.89.4 running on Windows Server 2016.  I am unable to update the description field, so I will put that here.  Was running 2.10.3 of the subversion plugin. Today, updated to 2.10.4 and all attempts to use the plugin result in   java.lang.NullPointerException  at org.tmatesoft.svn.core.internal.io.dav.http.HTTPDigestAuthentication.createDigest(HTTPDigestAuthentication.java:158)  at org.tmatesoft.svn.core.internal.io.dav.http.HTTPDigestAuthentication.authenticate(HTTPDigestAuthentication.java:79)  at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:431)  at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:352)  at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:340)  at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.performHttpRequest(DAVConnection.java:888)  at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.exchangeCapabilities(DAVConnection.java:693)  at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.open(DAVConnection.java:113)  at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.openConnection(DAVRepository.java:1031)  at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.testConnection(DAVRepository.java:75)  at hudson.scm.SubversionSCM$DescriptorImpl.checkRepositoryPath(SubversionSCM.java:2349)  at hudson.scm.SubversionSCM$DescriptorImpl.checkRepositoryPath(SubversionSCM.java:2340)  at hudson.scm.SubversionSCM.repositoryLocationsNoLongerExist(SubversionSCM.java:2596)  at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:907)  at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:864)  at org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:113)  at org.jenkinsci.plugins.workflow.cps.CpsScmFlowDefinition.create(CpsScmFlowDefinition.java:143)  at org.jenkinsci.plugins.workflow.cps.CpsScmFlowDefinition.create(CpsScmFlowDefinition.java:67)  at org.jenkinsci.plugins.workflow.job.WorkflowRun.run(WorkflowRun.java:271)  at hudson.model.ResourceController.execute(ResourceController.java:97)  at hudson.model.Executor.run(Executor.java:429)  Finished: FAILURE   Rolled back to the previous version (2.10.3) and it works fine.  
 
 

[JIRA] (JENKINS-27329) WorkspaceCleanupThread may delete workspaces of running jobs

2018-03-21 Thread matt...@unsolvable.org (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Matthew Webber commented on  JENKINS-27329  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: WorkspaceCleanupThread may delete workspaces of running jobs   
 

  
 
 
 
 

 
 Kim Abbott to your problem report, can you please add the version of Jenkins you are running.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-38311) Disconnected dynamic ec2 slaves reconnected after jenkins restart

2018-03-21 Thread daniel_atal...@yahoo.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Daniel Atallah commented on  JENKINS-38311  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Disconnected dynamic ec2 slaves reconnected after jenkins restart   
 

  
 
 
 
 

 
 I created a pull request (https://github.com/jenkinsci/ec2-plugin/pull/270) with a fix for this.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-31803) Pipeline support for TFS plugin

2018-03-21 Thread andrew.paul.g...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Andrew Gray commented on  JENKINS-31803  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Pipeline support for TFS plugin   
 

  
 
 
 
 

 
 We're in need of apply label from jenkinsfile in post build on success.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-46386) Agent sometimes fails to launch in custom cloud provider

2018-03-21 Thread jgl...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jesse Glick commented on  JENKINS-46386  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Agent sometimes fails to launch in custom cloud provider   
 

  
 
 
 
 

 
 No, that may have fixed things at one point, but it regressed again with JENKINS-47324 I think. This is reproducible in trunk as follows: 
 
Build core master. 
Create an empty plugin from archetype. 
Update its parent to 3.6, and the jenkins.version to 2.112-SNAPSHOT. 
hpi:run it. 
Install command-launcher. 
Create an agent running: docker run -i --rm --init --name agent jenkinsci/slave java -jar /usr/share/jenkins/slave.jar 
Create a freestyle project tied to that node, but with no other configuration. 
Build it ⇒ boom: 
 

 

Started by user unknown or anonymous
Building remotely on docker in workspace /…/workspace/…
java.lang.ClassNotFoundException: javax.servlet.ServletContextListener
	at hudson.remoting.RemoteClassLoader$ClassLoaderProxy.fetch(RemoteClassLoader.java:808)
	at …
Caused: java.lang.NoClassDefFoundError: javax/servlet/ServletContextListener
	at java.lang.ClassLoader.defineClass1(Native Method)
	at java.lang.ClassLoader.defineClass(ClassLoader.java:763)
	at java.lang.ClassLoader.defineClass(ClassLoader.java:642)
	at hudson.remoting.RemoteClassLoader.loadClassFile(RemoteClassLoader.java:373)
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to docker
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1740)
		at hudson.remoting.UserResponse.retrieve(UserRequest.java:314)
		at hudson.remoting.Channel.call(Channel.java:955)
		at hudson.FilePath.act(FilePath.java:997)
		at hudson.FilePath.act(FilePath.java:986)
		at hudson.FilePath.mkdirs(FilePath.java:1174)
		at hudson.model.AbstractProject.checkout(AbstractProject.java:1202)
		at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
		at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
		at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
		at hudson.model.Run.execute(Run.java:1727)
		at …
Caused: java.lang.LinkageError: Failed to load jenkins.util.SystemProperties
	at hudson.remoting.RemoteClassLoader.loadClassFile(RemoteClassLoader.java:377)
	at hudson.remoting.RemoteClassLoader.findClass(RemoteClassLoader.java:285)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	at hudson.Util.(Util.java:1674)
	at hudson.FilePath.mkdirs(FilePath.java:3058)
	at hudson.FilePath.access$900(FilePath.java:207)
	at hudson.FilePath$Mkdirs.invoke(FilePath.java:1182)
	at hudson.FilePath$Mkdirs.invoke(FilePath.java:1178)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2873)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at …Caused: java.io.IOException: Remote call on docker failed
	at hudson.remoting.Channel.call(Channel.java:961)
	at hudson.FilePath.act(FilePath.java:997)
Caused: 

[JIRA] (JENKINS-49141) P4 plugin removed BOM from utf8 files

2018-03-21 Thread pal...@perforce.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Paul Allen resolved as Fixed  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Ready for release.  
 

  
 
 
 
 

 
 Jenkins /  JENKINS-49141  
 
 
  P4 plugin removed BOM from utf8 files   
 

  
 
 
 
 

 
Change By: 
 Paul Allen  
 
 
Status: 
 In Progress Resolved  
 
 
Resolution: 
 Fixed  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-49141) P4 plugin removed BOM from utf8 files

2018-03-21 Thread wb...@perforce.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 W Basu started work on  JENKINS-49141  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
Change By: 
 W Basu  
 
 
Status: 
 Open In Progress  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-50324) User without READ cannot logout from CLI with remoting

2018-03-21 Thread wfollon...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Wadeck Follonier created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-50324  
 
 
  User without READ cannot logout from CLI with remoting   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Unassigned  
 
 
Components: 
 cli, core  
 
 
Created: 
 2018-03-21 16:59  
 
 
Priority: 
  Trivial  
 
 
Reporter: 
 Wadeck Follonier  
 

  
 
 
 
 

 
 If you have a security realm that allow user without READ to connect, the CLI will not accept a Logout command from that user. 

 

$ java -jar /Users//Projects/jenkins/test/target/junit/jenkins-cli.jar -s http://localhost:/jenkins/ -noKeyAuth -auth user:user logout
ERROR: user is missing the Overall/Read permission
 

 It seems this line is the culprit. PS: that auth method is currently deprecated if I recall correctly.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 
 

[JIRA] (JENKINS-50264) Refusing to marshal com.amazonaws.services.codebuild.model.BuildPhase for security reasons : AWS CodeBuild

2018-03-21 Thread scm_issue_l...@java.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 SCM/JIRA link daemon commented on  JENKINS-50264  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Refusing to marshal com.amazonaws.services.codebuild.model.BuildPhase for security reasons : AWS CodeBuild   
 

  
 
 
 
 

 
 Code changed in jenkins User: Oleg Nenashev Path: Jenkinsfile pom.xml src/main/resources/META-INF/hudson.remoting.ClassFilter src/test/java/CodeBuildActionTest.java http://jenkins-ci.org/commit/aws-codebuild-plugin/6f1a87ba24623a9b7bf192ca5260ec91ee87b589 Log: JENKINS-50264 - Whitelist AWS CodeBuild model objects to make the plugin compatible with Jenkins 2.102+ (#7) 
 
JENKINS-50264 - Reproduce the issue in tests 
 
 
JENKINS-50264 - Whitelist CodeBuild model objects so that the action can be persisted in Jenkins 2.102+ 
 
 
JENKINS-50264 - Update Parent POM and Jenkinsfile so that JEP-200 will be tested in CI 
 
 
JENKINS-50264 - Address comments from @jglick 
  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are 

[JIRA] (JENKINS-49955) Publish always publishing unchanged utf8+w files on Windows slaves.

2018-03-21 Thread wb...@perforce.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 W Basu started work on  JENKINS-49955  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
Change By: 
 W Basu  
 
 
Status: 
 Open In Progress  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-49955) Publish always publishing unchanged utf8+w files on Windows slaves.

2018-03-21 Thread wb...@perforce.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 W Basu updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-49955  
 
 
  Publish always publishing unchanged utf8+w files on Windows slaves.   
 

  
 
 
 
 

 
Change By: 
 W Basu  
 
 
Labels: 
 P4_B P4_A  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-49141) P4 plugin removed BOM from utf8 files

2018-03-21 Thread wb...@perforce.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 W Basu updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-49141  
 
 
  P4 plugin removed BOM from utf8 files   
 

  
 
 
 
 

 
Change By: 
 W Basu  
 
 
Labels: 
 P4_B P4_A  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-45480) GIT Build with Parameters is not listing branches

2018-03-21 Thread klim...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Boguslaw Klimas commented on  JENKINS-45480  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: GIT Build with Parameters is not listing branches   
 

  
 
 
 
 

 
 Hi all, To get a list of branches or tags, the plugin creates a GitClient object and sets the workspace as null, in this case, the GitUtils.workspaceToNode method returns the Jenkins active instance (master). Due to this, all operations that the plugin performs while downloading branch / tags are performed on the main jenkins node. Finally, to got list branch / tag the plugin used method GitClient.getRemoteReferences nothing else. With the above in mind, I am inclined to the fact that it is a configuration problem. I understand that each of these jobs works correctly on the master node?    
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-50326) Parameters with the same name as ENV variables overwrite the existing ENV variables

2018-03-21 Thread atay...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Alex Taylor created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-50326  
 
 
  Parameters with the same name as ENV variables overwrite the existing ENV variables   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Unassigned  
 
 
Components: 
 core  
 
 
Created: 
 2018-03-21 19:32  
 
 
Priority: 
  Trivial  
 
 
Reporter: 
 Alex Taylor  
 

  
 
 
 
 

 
 When you have an existing ENV variable and then have a build with a parameter of the same name(even if different case) it will overwrite the ENV variable. Reproduction case: Create a global ENV variable called "FOO" and set it to "BAR" Create a test job "TestJob" Add a string parameter called "foo" to the job create a shell step to echo out the value of $FOO Run the job with TEST as the value of foo Observe that the output of the shell step is "TEST" instead of "BAR"   Resolution: Personally I think freestyle jobs should call out if you want an ENV or parameter much like pipeline scripts do with the $param.VARIABLE. This will avoid the confusion entirely.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

   

[JIRA] (JENKINS-19686) Workspace directory randomly deleted

2018-03-21 Thread j...@jdark.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Kim Abbott commented on  JENKINS-19686  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Workspace directory randomly deleted   
 

  
 
 
 
 

 
 I, too, have been seeing this happen recently.  It's happening on slave jobs (they are restricted to which slave they run on and this configuration never changes) but also on jobs utilizing Publish over SSH plugin for copying files to/from other machines and executing commands via SSH Publishers. I believe it's related to the Workspace clean-up process.  I'm now seeing other bugs related to this (https://issues.jenkins-ci.org/browse/JENKINS-27329 for example). But we run under tomcat - I'm not sure how to affect a change in this troubling behavior.  The workarounds mentioned there don't look like something I can use.  If anyone has guidance, I'm all ears.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-31803) Pipeline support for TFS plugin

2018-03-21 Thread sa...@justcalm.org (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 calm zhu edited a comment on  JENKINS-31803  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Pipeline support for TFS plugin   
 

  
 
 
 
 

 
 Can you and some additional features.    1th. like poll tfs from freestyle job.  scm can get the current tfs change set in workspace.     2th.  dynamic create workspace name     e.g. I set variable branch="main" in jenkins environment settings   ! image pipeline - 2018 dynamic - 03-21-16-59-33-877 workspace .png |thumbnail !              this will download from tfs $/Project/App/main but workspace name still  demo-$\{branch} not expected demo-main . This is strange   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-18576) Add throughput column to performance plugin charts

2018-03-21 Thread robin.bjork...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Robin Björklin commented on  JENKINS-18576  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Add throughput column to performance plugin charts   
 

  
 
 
 
 

 
 I'm missing this as well. I was hoping setting "modeThroughput: True" in the Pipeline would enable this feature but it didn't.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-31803) Pipeline support for TFS plugin

2018-03-21 Thread sa...@justcalm.org (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 calm zhu edited a comment on  JENKINS-31803  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Pipeline support for TFS plugin   
 

  
 
 
 
 

 
 Can you and some additional features.    1th.  like poll  Get  tfs  from  changeset of code downloaded in pipeline jobs links  freestyle  job  jobs .   scm can get the current tfs change set  $\{TFS_CHANGESET} not work  in  workspace.   jenkins pipelines     2th.  dynamic create workspace name     e.g. I set variable branch="main" in jenkins environment settings!pipeline-dynamic-workfolder.png|thumbnail!              this will download from tfs $/Project/App/main to  windows dir '$\{branch}'  but not expected main   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-50258) Per test mode is not available for throughput and error graphs

2018-03-21 Thread artem.fedo...@blazemeter.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Artem Fedorov commented on  JENKINS-50258  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Per test mode is not available for throughput and error graphs   
 

  
 
 
 
 

 
 Li Zhu  As I understand correctly you want to have the same graphs for "Throughput" and "Error" when you enable/disable 'Display Performance Report Per Test Case' checkbox?   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-50258) Per test mode is not available for throughput and error graphs

2018-03-21 Thread artem.fedo...@blazemeter.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Artem Fedorov updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-50258  
 
 
  Per test mode is not available for throughput and error graphs   
 

  
 
 
 
 

 
Change By: 
 Artem Fedorov  
 
 
Attachment: 
 not-per.png  
 
 
Attachment: 
 per.png  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-31803) Pipeline support for TFS plugin

2018-03-21 Thread sa...@justcalm.org (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 calm zhu edited a comment on  JENKINS-31803  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Pipeline support for TFS plugin   
 

  
 
 
 
 

 
 Can you and some additional features.    1th. Get tfs changeset of code downloaded in pipeline jobs links freestyle jobs. $\{TFS_CHANGESET} not work in jenkins pipelines    2th.  dynamic create workspace name     e.g. I set variable branch="main" in jenkins environment settings!pipeline-dynamic-workfolder.png|thumbnail!              this will download from tfs $/Project/App/main to  windows dir '$\{branch}'  but not expected main    i found it allready supported via jenkins pipeline scm node("master")\{ stage("a")\{ def map = checkout([$class: 'TeamFoundationServerScm', credentialsConfigurer: [$class: 'AutomaticCredentialsConfigurer'], projectPath: '$/eCommerce/Asia/Region/democonfig', serverUrl: 'http://vs.demo.com/tfs/Collection', useOverwrite: true, useUpdate: true, workspaceName: 'test']) print map print map.TFS_CHANGESET }}``` ```  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-50014) Failed to retrieve git references (java.lang.NullPointerException on git parameter)

2018-03-21 Thread ni...@bash.org.pl (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 P K commented on  JENKINS-50014  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Failed to retrieve git references (java.lang.NullPointerException on git parameter)   
 

  
 
 
 
 

 
 config.xml  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-50014) Failed to retrieve git references (java.lang.NullPointerException on git parameter)

2018-03-21 Thread ni...@bash.org.pl (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 P K updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-50014  
 
 
  Failed to retrieve git references (java.lang.NullPointerException on git parameter)   
 

  
 
 
 
 

 
Change By: 
 P K  
 
 
Attachment: 
 config.xml  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-50242) withCredentials step masking easily bypassed

2018-03-21 Thread moritz.baum...@oracle.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Moritz Baumann commented on  JENKINS-50242  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: withCredentials step masking easily bypassed   
 

  
 
 
 
 

 
 You don't have to move the whole pipeline out of the repository. After all, you can call other parameterized jobs via build() from your pipeline. You just have to make sure that the credentials are not available in the multibranch pipeline folder.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-49715) Packer Plugin Nullpointer Exception and SecurityException: Rejected: net.sf.json.JSONObject

2018-03-21 Thread hendrik.hor...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Hendrik Horeis updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-49715  
 
 
  Packer Plugin Nullpointer Exception and SecurityException: Rejected: net.sf.json.JSONObject   
 

  
 
 
 
 

 
Change By: 
 Hendrik Horeis  
 
 
Comment: 
 Actually, I'm experiencing the same NullPointerExceptions after the 1.5 release with Jenkins 2.112. Did I miss something? Anyone able to confirm that?{code:java}SEVERE: java.lang.NullPointerExceptionat biz.neustar.jenkins.plugins.packer.PackerPublisher.getRemotePackerExec(PackerPublisher.java:217)at biz.neustar.jenkins.plugins.packer.PackerPublisher.perform(PackerPublisher.java:301)at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)at hudson.model.Build$BuildExecution.post2(Build.java:186)at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)at hudson.model.Run.execute(Run.java:1752)at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)at hudson.model.ResourceController.execute(ResourceController.java:97)at hudson.model.Executor.run(Executor.java:429)Mar 21, 2018 11:17:50 AM biz.neustar.jenkins.plugins.packer.PackerPublisher performSEVERE: java.lang.NullPointerExceptionat biz.neustar.jenkins.plugins.packer.PackerPublisher.getName(PackerPublisher.java:84)at biz.neustar.jenkins.plugins.packer.PackerPublisher.getRemotePackerExec(PackerPublisher.java:223)at biz.neustar.jenkins.plugins.packer.PackerPublisher.perform(PackerPublisher.java:301)at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)at hudson.model.Build$BuildExecution.post2(Build.java:186)at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)at hudson.model.Run.execute(Run.java:1752)at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)at hudson.model.ResourceController.execute(ResourceController.java:97)at hudson.model.Executor.run(Executor.java:429){code}  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 


[JIRA] (JENKINS-34981) Make valgrind-plugin compatible with pipeline

2018-03-21 Thread zet...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Seba Pien commented on  JENKINS-34981  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Make valgrind-plugin compatible with pipeline
 

  
 
 
 
 

 
 How to use it?  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-50272) NoClassDefFoundError "hudson/tools/JDKInstaller$FileSystem" at SSHLauncher after Jenkins Update 2.111->2.112

2018-03-21 Thread r.fuere...@xortex.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Reinhold Füreder commented on  JENKINS-50272  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: NoClassDefFoundError "hudson/tools/JDKInstaller$FileSystem" at SSHLauncher after Jenkins Update 2.111->2.112   
 

  
 
 
 
 

 
 Devin Nusbaum OK, I have now tried and tested your advice (partially) and thus removed "Update 'jenkins.install.InstallUtil.lastExecVersion' file" (part of step #3; i.e. still updating 'jenkins.install.UpgradeWizard.state' file) => and it works fine: 
 
It nicely logs the Jenkins upgrading (which was missing completely before and is a really good thing to have in the logs; both middle lines are new): 

 
2018-03-21 11:17:41 INFO [jenkins.InitReactorRunner$1 onAttained]   Started initialization
2018-03-21 11:17:41 INFO [hudson.PluginManager loadDetachedPlugins]   Upgrading Jenkins. The last running version was 2.111. This Jenkins is version 2.112.
2018-03-21 11:17:41 INFO [hudson.PluginManager loadDetachedPlugins]   Upgraded Jenkins from version 2.111 to version 2.112. Loaded detached plugins (and dependencies): []
2018-03-21 11:17:41 INFO [jenkins.InitReactorRunner$1 onAttained]   Listed all plugins
 

 
Also the 'jenkins.install.InstallUtil.lastExecVersion' file is written correctly by Jenkins 
And when not having the new JDK Tool plugin installed and upgrading from version 2.111 to 2.112 it correctly auto-installs it: 

 
2018-03-21 11:47:34 INFO [jenkins.InitReactorRunner$1 onAttained]   Started initialization
2018-03-21 11:47:35 INFO [hudson.PluginManager loadDetachedPlugins]   Upgrading Jenkins. The last running version was 2.111. This Jenkins is version 2.112.
2018-03-21 11:47:35 INFO [hudson.PluginManager loadDetachedPlugins]   Upgraded Jenkins from version 2.111 to version 2.112. Loaded detached plugins (and dependencies): [jdk-tool.hpi]
2018-03-21 11:47:35 INFO [jenkins.InitReactorRunner$1 onAttained]   Listed all plugins
 

 
 => Thanks again for your help! There are just two minor glitches or things that could be improved: 
 
The JDK Tool plugin is auto-installed "only" in (initial release) version 1.0 – why not version 1.1 that is already available? (In the plugin manager the update to version 1.1 is correctly shown as available, so it is no big problem; not sure if it might be possible that the latest version might be needed for whatever reason – or is the minimum required version of JDK Tool plugin explicitly specified as 1.0?) 
Logging of Jenkins version downgrading is missing – which of course should not be a normal/regular thing to do anyhow (I am not sure if I have ever needed/did it, except for testing this 

[JIRA] (JENKINS-30784) Do not require credentials for JNLP slaves

2018-03-21 Thread ogon...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Oliver Gondža resolved as Fixed  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-30784  
 
 
  Do not require credentials for JNLP slaves   
 

  
 
 
 
 

 
Change By: 
 Oliver Gondža  
 
 
Status: 
 Open Resolved  
 
 
Resolution: 
 Fixed  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-39398) JCloudsCleanupThread.execute() shouldn't swallow an Error

2018-03-21 Thread ogon...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Oliver Gondža resolved as Fixed  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-39398  
 
 
  JCloudsCleanupThread.execute() shouldn't swallow an Error   
 

  
 
 
 
 

 
Change By: 
 Oliver Gondža  
 
 
Status: 
 Open Resolved  
 
 
Resolution: 
 Fixed  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-32839) "Result too large" error while applying configuration changes...

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


 
 
 
 

 
 
 

 
   
 Oleg Nenashev commented on  JENKINS-32839  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: "Result too large" error while applying configuration changes...   
 

  
 
 
 
 

 
 Unassigned myself so that somebody else could triage it  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-49225) Graph not generated on scheduled performance jobs

2018-03-21 Thread artem.fedo...@blazemeter.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Artem Fedorov commented on  JENKINS-49225  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Graph not generated on scheduled performance jobs   
 

  
 
 
 
 

 
 So my job still does not reprodue it. I already have a lot of scheduled builds, but all of them have graphs  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-50014) Failed to retrieve git references (java.lang.NullPointerException on git parameter)

2018-03-21 Thread ni...@bash.org.pl (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 P K commented on  JENKINS-50014  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Failed to retrieve git references (java.lang.NullPointerException on git parameter)   
 

  
 
 
 
 

 
 I'm not sure if that will be useful, but on the page we're getting: java.lang.NullPointerException Caused: javax.servlet.ServletException at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:765) at org.kohsuke.stapler.Stapler.invoke(Stapler.java:845) at org.kohsuke.stapler.MetaClass$5.doDispatch(MetaClass.java:248) at org.kohsuke.stapler.NameBasedDispatcher.dispatch(NameBasedDispatcher.java:58) at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:715) at org.kohsuke.stapler.Stapler.invoke(Stapler.java:845) at org.kohsuke.stapler.MetaClass$5.doDispatch(MetaClass.java:248) at org.kohsuke.stapler.NameBasedDispatcher.dispatch(NameBasedDispatcher.java:58) at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:715) at org.kohsuke.stapler.Stapler.invoke(Stapler.java:845) at org.kohsuke.stapler.MetaClass$5.doDispatch(MetaClass.java:248) at org.kohsuke.stapler.NameBasedDispatcher.dispatch(NameBasedDispatcher.java:58) at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:715) at org.kohsuke.stapler.Stapler.invoke(Stapler.java:845) at org.kohsuke.stapler.MetaClass$5.doDispatch(MetaClass.java:248) at org.kohsuke.stapler.NameBasedDispatcher.dispatch(NameBasedDispatcher.java:58) at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:715) at org.kohsuke.stapler.Stapler.invoke(Stapler.java:845) at org.kohsuke.stapler.MetaClass$5.doDispatch(MetaClass.java:248) at org.kohsuke.stapler.NameBasedDispatcher.dispatch(NameBasedDispatcher.java:58) at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:715) at org.kohsuke.stapler.Stapler.invoke(Stapler.java:845) at org.kohsuke.stapler.Stapler.invoke(Stapler.java:649) at org.kohsuke.stapler.Stapler.service(Stapler.java:238) at javax.servlet.http.HttpServlet.service(HttpServlet.java:790) at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:841) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1650) at hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:135) at net.bull.javamelody.MonitoringFilter.doFilter(MonitoringFilter.java:232) at net.bull.javamelody.MonitoringFilter.doFilter(MonitoringFilter.java:209) at net.bull.javamelody.PluginMonitoringFilter.doFilter(PluginMonitoringFilter.java:88) at org.jvnet.hudson.plugins.monitoring.HudsonMonitoringFilter.doFilter(HudsonMonitoringFilter.java:113) at hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:132) at hudson.util.PluginServletFilter.doFilter(PluginServletFilter.java:138) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1637) at hudson.security.csrf.CrumbFilter.doFilter(CrumbFilter.java:49) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1637) 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 

[JIRA] (JENKINS-50207) Transient error "container [*] does not exist in pod"

2018-03-21 Thread benkeil.lo...@googlemail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Ben Keil commented on  JENKINS-50207  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Transient error "container [*] does not exist in pod"   
 

  
 
 
 
 

 
 We have same issue, but more often. Jenkins starts a wrong podTemplate.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-50207) Transient error "container [*] does not exist in pod"

2018-03-21 Thread jenkins...@carlossanchez.eu (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Carlos Sanchez commented on  JENKINS-50207  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Transient error "container [*] does not exist in pod"   
 

  
 
 
 
 

 
 My guess is that you have more pod template definitions with the same label Try using uuids as labels, example in readme  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-49715) Packer Plugin Nullpointer Exception and SecurityException: Rejected: net.sf.json.JSONObject

2018-03-21 Thread hendrik.hor...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Hendrik Horeis edited a comment on  JENKINS-49715  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Packer Plugin Nullpointer Exception and SecurityException: Rejected: net.sf.json.JSONObject   
 

  
 
 
 
 

 
 [~oleg_nenashev] And you are absolutely right  regarding  about  the failing tool loading part.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-50294) Design (JEP) how to determine the "health level" of Jenkins

2018-03-21 Thread bat...@batmat.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Baptiste Mathus updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-50294  
 
 
  Design (JEP) how to determine the "health level" of Jenkins
 

  
 
 
 
 

 
Change By: 
 Baptiste Mathus  
 

  
 
 
 
 

 
 For Jenkins Essentials, we are going to very often need to determine how healthy a Jenkins instance is. At least for the data Snapshotting/rollback (JENKINS-49406), we  will  need to quickly decide if we  need to  trigger a  rollback or not.   The _health_ is probably going to be a mix of several aspects, among others, for instance: * is Jenkins answering * are there (more) warning, or error logs than usual? Overall, did the amount of logs explode? * can a build run? * ...We need to think carefully about that I think, and write the associated JEP for review/feedback.    
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you 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-50313) Node put offline by user is discarded when channel breaks

2018-03-21 Thread ogon...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Oliver Gondža created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-50313  
 
 
  Node put offline by user is discarded when channel breaks   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Oliver Gondža  
 
 
Components: 
 openstack-cloud-plugin  
 
 
Created: 
 2018-03-21 11:24  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Oliver Gondža  
 

  
 
 
 
 

 
 The partial separation of offline cause and "disconnection" cause causes disconnection cause shadows whatever offline cause there ware until the machine reconnects. Which might be never for cloud machines.   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This 

[JIRA] (JENKINS-41126) Create new OpenStack instance from volume snapshot

2018-03-21 Thread ogon...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Oliver Gondža updated  JENKINS-41126  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-41126  
 
 
  Create new OpenStack instance from volume snapshot   
 

  
 
 
 
 

 
Change By: 
 Oliver Gondža  
 
 
Status: 
 In Review Resolved  
 
 
Resolution: 
 Fixed  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-31803) Pipeline support for TFS plugin

2018-03-21 Thread sa...@justcalm.org (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 calm zhu updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-31803  
 
 
  Pipeline support for TFS plugin   
 

  
 
 
 
 

 
Change By: 
 calm zhu  
 
 
Attachment: 
 pipeline-dynamic-workspace.png  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-31803) Pipeline support for TFS plugin

2018-03-21 Thread sa...@justcalm.org (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 calm zhu updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-31803  
 
 
  Pipeline support for TFS plugin   
 

  
 
 
 
 

 
Change By: 
 calm zhu  
 
 
Attachment: 
 pipeline-dynamic-workfolder.png  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-31803) Pipeline support for TFS plugin

2018-03-21 Thread sa...@justcalm.org (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 calm zhu updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-31803  
 
 
  Pipeline support for TFS plugin   
 

  
 
 
 
 

 
Change By: 
 calm zhu  
 
 
Attachment: 
 pipeline-dynamic-workspace.png  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-31803) Pipeline support for TFS plugin

2018-03-21 Thread sa...@justcalm.org (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 calm zhu edited a comment on  JENKINS-31803  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Pipeline support for TFS plugin   
 

  
 
 
 
 

 
 Can you and some additional features.    1th. like poll tfs from freestyle job.  scm can get the current tfs change set in workspace.     2th.  dynamic create workspace name     e.g. I set variable branch="main" in jenkins environment settings    !pipeline-dynamic- workspace workfolder .png|thumbnail!              this will download from tfs $/Project/App/main but workspace name still  demo-$\{branch} not expected demo-main . This is strange   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-50014) Failed to retrieve git references (java.lang.NullPointerException on git parameter)

2018-03-21 Thread ni...@bash.org.pl (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 P K commented on  JENKINS-50014  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Failed to retrieve git references (java.lang.NullPointerException on git parameter)   
 

  
 
 
 
 

 
 No, unfortunately that's all I have. Mar 21, 2018 5:44:44 AM org.eclipse.jetty.server.handler.ContextHandler$Context log WARNING: Error while serving http://test_continuous_snapshots/descriptorByName/net.uaznia.lukanus.hud son.plugins.gitparameter.GitParameterDefinition/fillValueItems java.lang.reflect.InvocationTargetException     at org.kohsuke.stapler.Function$MethodFunction.invoke(Function.java:347)     at org.kohsuke.stapler.Function.bindAndInvoke(Function.java:184)     at org.kohsuke.stapler.Function.bindAndInvokeAndServeResponse(Function.java:117)     at org.kohsuke.stapler.MetaClass$1.doDispatch(MetaClass.java:129)     at org.kohsuke.stapler.NameBasedDispatcher.dispatch(NameBasedDispatcher.java:58)     at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:715)     at org.kohsuke.stapler.Stapler.invoke(Stapler.java:845)     at org.kohsuke.stapler.MetaClass$5.doDispatch(MetaClass.java:248)     at org.kohsuke.stapler.NameBasedDispatcher.dispatch(NameBasedDispatcher.java:58)     at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:715)     at org.kohsuke.stapler.Stapler.invoke(Stapler.java:845)     at org.kohsuke.stapler.MetaClass$5.doDispatch(MetaClass.java:248)     at org.kohsuke.stapler.NameBasedDispatcher.dispatch(NameBasedDispatcher.java:58)     at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:715)     at org.kohsuke.stapler.Stapler.invoke(Stapler.java:845)     at org.kohsuke.stapler.MetaClass$5.doDispatch(MetaClass.java:248)     at org.kohsuke.stapler.NameBasedDispatcher.dispatch(NameBasedDispatcher.java:58)     at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:715)     at org.kohsuke.stapler.Stapler.invoke(Stapler.java:845)     at org.kohsuke.stapler.MetaClass$5.doDispatch(MetaClass.java:248)     at org.kohsuke.stapler.NameBasedDispatcher.dispatch(NameBasedDispatcher.java:58)     at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:715)     at org.kohsuke.stapler.Stapler.invoke(Stapler.java:845)     at org.kohsuke.stapler.MetaClass$5.doDispatch(MetaClass.java:248)     at org.kohsuke.stapler.NameBasedDispatcher.dispatch(NameBasedDispatcher.java:58)     at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:715)     at org.kohsuke.stapler.Stapler.invoke(Stapler.java:845)     at org.kohsuke.stapler.Stapler.invoke(Stapler.java:649)     at org.kohsuke.stapler.Stapler.service(Stapler.java:238)     at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)     at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:841)     at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1650)     at hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:135)     at net.bull.javamelody.MonitoringFilter.doFilter(MonitoringFilter.java:232)     at net.bull.javamelody.MonitoringFilter.doFilter(MonitoringFilter.java:209)     at net.bull.javamelody.PluginMonitoringFilter.doFilter(PluginMonitoringFilter.java:88)     at org.jvnet.hudson.plugins.monitoring.HudsonMonitoringFilter.doFilter(HudsonMonitoringFilter.java:113)     at hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:132)     at hudson.util.PluginServletFilter.doFilter(PluginServletFilter.java:138)     at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1637)     at hudson.security.csrf.CrumbFilter.doFilter(CrumbFilter.java:49)     at 

[JIRA] (JENKINS-50312) Build hangs when invalid envVar key is used

2018-03-21 Thread deiwin.sar...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Deiwin Sarjas created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-50312  
 
 
  Build hangs when invalid envVar key is used   
 

  
 
 
 
 

 
Issue Type: 
  Improvement  
 
 
Assignee: 
 Carlos Sanchez  
 
 
Components: 
 kubernetes-plugin  
 
 
Created: 
 2018-03-21 10:04  
 
 
Environment: 
 Jenkins ver. 2.89.4, Kubernetes plugin 1.3.2  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Deiwin Sarjas  
 

  
 
 
 
 

 
   Summary Specifying a containerTemplate with envVars: [envVar(key: 'test.key', value: 'value')] fails (on Kubernetes version <1.8) and user is not notified of the failure. Description I was trying to configure an environment variable with a dot (".") in the name (for Elasticsearch, where it's suggested in their documentation) for a containerTemplate, the job didn't fail but also didn't finish. It got stuck at provisioning a pod. Defining non-C-identifier env variable names did not work prior to Kubernetes version 1.8 and we're using 1.7, so it's expected that the pod creation fails. However, I'd expect the job to also fail and to see an informative error message in the job output. Currently, the job hangs with the following message: 

 
Still waiting to schedule task
All nodes of label ‘pipeline-docker-build-1748220349’ are offline 

 When looking at the logs for the plugin, the following logs repeat multiple times, with different suffixes for the pod name:   

 
Mar 21, 2018 

[JIRA] (JENKINS-49715) Packer Plugin Nullpointer Exception and SecurityException: Rejected: net.sf.json.JSONObject

2018-03-21 Thread hendrik.hor...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Hendrik Horeis commented on  JENKINS-49715  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Packer Plugin Nullpointer Exception and SecurityException: Rejected: net.sf.json.JSONObject   
 

  
 
 
 
 

 
 Actually, I'm experiencing the same NullPointerExceptions after the 1.5 release with Jenkins 2.112. Did I miss something? Anyone able to confirm that? 

 

SEVERE: java.lang.NullPointerException
at biz.neustar.jenkins.plugins.packer.PackerPublisher.getRemotePackerExec(PackerPublisher.java:217)
at biz.neustar.jenkins.plugins.packer.PackerPublisher.perform(PackerPublisher.java:301)
at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
at hudson.model.Build$BuildExecution.post2(Build.java:186)
at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
at hudson.model.Run.execute(Run.java:1752)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at hudson.model.ResourceController.execute(ResourceController.java:97)
at hudson.model.Executor.run(Executor.java:429)

Mar 21, 2018 11:17:50 AM biz.neustar.jenkins.plugins.packer.PackerPublisher perform
SEVERE: java.lang.NullPointerException
at biz.neustar.jenkins.plugins.packer.PackerPublisher.getName(PackerPublisher.java:84)
at biz.neustar.jenkins.plugins.packer.PackerPublisher.getRemotePackerExec(PackerPublisher.java:223)
at biz.neustar.jenkins.plugins.packer.PackerPublisher.perform(PackerPublisher.java:301)
at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
at hudson.model.Build$BuildExecution.post2(Build.java:186)
at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
at hudson.model.Run.execute(Run.java:1752)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at hudson.model.ResourceController.execute(ResourceController.java:97)
at hudson.model.Executor.run(Executor.java:429)
 

  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
 

[JIRA] (JENKINS-49715) Packer Plugin Nullpointer Exception and SecurityException: Rejected: net.sf.json.JSONObject

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


 
 
 
 

 
 
 

 
   
 Oleg Nenashev commented on  JENKINS-49715  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Packer Plugin Nullpointer Exception and SecurityException: Rejected: net.sf.json.JSONObject   
 

  
 
 
 
 

 
 Hendrik Horeis This stacktrace means that your PackerInstallation definition cannot be retrieved for the installation name: https://github.com/jenkinsci/packer-plugin/blob/f8e4347d653001efc85c77e7eec49500710c39e8/src/main/java/biz/neustar/jenkins/plugins/packer/PackerPublisher.java#L217 and https://github.com/jenkinsci/packer-plugin/blob/f8e4347d653001efc85c77e7eec49500710c39e8/src/main/java/biz/neustar/jenkins/plugins/packer/PackerPublisher.java#L197-L205 The code definitely has a bug in tool handling (no null check). Most likely you have removed the failing Tool loading in "Manage Old Data" so that there is no tool with name defined in the job. Could you please check it?  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-49715) Packer Plugin Nullpointer Exception and SecurityException: Rejected: net.sf.json.JSONObject

2018-03-21 Thread hendrik.hor...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Hendrik Horeis commented on  JENKINS-49715  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Packer Plugin Nullpointer Exception and SecurityException: Rejected: net.sf.json.JSONObject   
 

  
 
 
 
 

 
 Thanks Oleg Nenashev It was my fault... I was using a custom packer binary and was just able to solve it by letting Jenkins install the packer binary   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-50313) Node put offline by user is discarded when channel breaks

2018-03-21 Thread ogon...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Oliver Gondža commented on  JENKINS-50313  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Node put offline by user is discarded when channel breaks   
 

  
 
 
 
 

 
 Marek Winkler, this seems to be in line with your observations...  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-50258) Per test mode is not available for throughput and error graphs

2018-03-21 Thread robin.bjork...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Robin Björklin updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-50258  
 
 
  Per test mode is not available for throughput and error graphs   
 

  
 
 
 
 

 
Change By: 
 Robin Björklin  
 
 
Attachment: 
 job-48-perf.png  
 
 
Attachment: 
 job-overview.png  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-50258) Per test mode is not available for throughput and error graphs

2018-03-21 Thread robin.bjork...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Robin Björklin commented on  JENKINS-50258  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Per test mode is not available for throughput and error graphs   
 

  
 
 
 
 

 
 Artem Fedorov Here's a shortened example of what we're doing: https://pastebin.com/FVbFAF34 Note how the throughput and errors graph is missing on the run level view.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-49715) Packer Plugin Nullpointer Exception and SecurityException: Rejected: net.sf.json.JSONObject

2018-03-21 Thread hendrik.hor...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Hendrik Horeis commented on  JENKINS-49715  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Packer Plugin Nullpointer Exception and SecurityException: Rejected: net.sf.json.JSONObject   
 

  
 
 
 
 

 
 Oleg Nenashev And you are absolutely right regarding the failing tool loading part.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-50258) Per test mode is not available for throughput and error graphs

2018-03-21 Thread robin.bjork...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Robin Björklin commented on  JENKINS-50258  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Per test mode is not available for throughput and error graphs   
 

  
 
 
 
 

 
 I would really like this fixed as well as we are running multiple parallel tests and when more than 1 file is published in the same job the summary view on the per job level is unavailable.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-31803) Pipeline support for TFS plugin

2018-03-21 Thread sa...@justcalm.org (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 calm zhu edited a comment on  JENKINS-31803  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Pipeline support for TFS plugin   
 

  
 
 
 
 

 
 Can you and some additional features.    1th. like poll tfs from freestyle job.  scm can get the current tfs change set in workspace.     2th.  dynamic create workspace name     e.g. I set variable branch="main" in jenkins environment settings!pipeline-dynamic-workfolder.png|thumbnail!              this will download from tfs $/Project/App/main  but workspace name still  to    demo-  windows dir ' $\{branch} '  but  not expected  demo- main  . This is strange    
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-50258) Per test mode is not available for throughput and error graphs

2018-03-21 Thread artem.fedo...@blazemeter.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Artem Fedorov commented on  JENKINS-50258  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Per test mode is not available for throughput and error graphs   
 

  
 
 
 
 

 
 Robin Björklin Do you mean case when you setup 2 or more source files and you don't see summary trends on  the main job page?  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-39682) Generated Mutlibranch Pipeline Job does not index branches

2018-03-21 Thread paul.mccr...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Paul McCrady commented on  JENKINS-39682  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Generated Mutlibranch Pipeline Job does not index branches   
 

  
 
 
 
 

 
 Are there any plans to address this issue?  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-35359) Limit concurrent builds for 1 MultiBranch project

2018-03-21 Thread johann...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jóhann Sigurðsson commented on  JENKINS-35359  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Limit concurrent builds for 1 MultiBranch project   
 

  
 
 
 
 

 
 Has this been resolved? I don't want two pipeline builds to occupy an executor at the same time  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-35359) Limit concurrent builds for 1 MultiBranch project

2018-03-21 Thread johann...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jóhann Sigurðsson edited a comment on  JENKINS-35359  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Limit concurrent builds for 1 MultiBranch project   
 

  
 
 
 
 

 
 Has this been resolved? I don't want two pipeline builds to  each  occupy an executor at the same time  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-50313) Node put offline by user is discarded when channel breaks

2018-03-21 Thread ogon...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Oliver Gondža updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-50313  
 
 
  Node put offline by user is discarded when channel breaks   
 

  
 
 
 
 

 
Change By: 
 Oliver Gondža  
 

  
 
 
 
 

 
 The partial separation of offline cause and "disconnection" cause causes disconnection cause shadows whatever offline cause there ware until the machine reconnects. Which might be never for cloud machines.   It is desirable to properly separate both including:- Providing API to query both causes.- Keeping the temporary cause to survive restart/reconnects- Visualize both in UI.- Show "launch buttons" when machine is only temporarily offline.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-50313) Node put offline by user is discarded when channel breaks

2018-03-21 Thread ogon...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Oliver Gondža updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-50313  
 
 
  Node put offline by user is discarded when channel breaks   
 

  
 
 
 
 

 
Change By: 
 Oliver Gondža  
 
 
Component/s: 
 core  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-32839) "Result too large" error while applying configuration changes...

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


 
 
 
 

 
 
 

 
   
 Oleg Nenashev assigned an issue to Unassigned  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-32839  
 
 
  "Result too large" error while applying configuration changes...   
 

  
 
 
 
 

 
Change By: 
 Oleg Nenashev  
 
 
Assignee: 
 Oleg Nenashev  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-50314) Using or not caches should be configurable in servers global configuration

2018-03-21 Thread benoit.gue...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 benoit guerin created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-50314  
 
 
  Using or not caches should be configurable in servers global configuration   
 

  
 
 
 
 

 
Issue Type: 
  Improvement  
 
 
Assignee: 
 Unassigned  
 
 
Components: 
 bitbucket-branch-source-plugin  
 
 
Created: 
 2018-03-21 11:33  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 benoit guerin  
 

  
 
 
 
 

 
 Since JENKINS-48019, there is now caches to limit requests to Bitbucket, to avoid hitting their API rate limits. But these caches cannot be disabled. An option on the server global configuration would be nice to have  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
  

[JIRA] (JENKINS-50306) "Still waiting to schedule task" indicates a flaw in the Jenkins pipelining design in my opinion

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


 
 
 
 

 
 
 

 
   
 Oleg Nenashev updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-50306  
 
 
  "Still waiting to schedule task" indicates a flaw in the Jenkins pipelining design in my opinion   
 

  
 
 
 
 

 
Change By: 
 Oleg Nenashev  
 
 
Component/s: 
 pipeline  
 
 
Component/s: 
 core  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-50176) Locked resources using the variable parameter do not get reset to the variable once released to another requester and only appear as null on subsequent locks

2018-03-21 Thread jer...@hltools.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jeroen Bogers updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-50176  
 
 
  Locked resources using the variable parameter do not get reset to the variable once released to another requester and only appear as null on subsequent locks   
 

  
 
 
 
 

 
Change By: 
 Jeroen Bogers  
 
 
Priority: 
 Minor Major  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-21248) Add shallow update init for submodule

2018-03-21 Thread sa_...@strukton.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 sa_git Strukton commented on  JENKINS-21248  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Add shallow update init for submodule   
 

  
 
 
 
 

 
 I really hope the PR will pass the tests and is available soon!  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-49819) FATAL Error in JiraTestResultReporter 2.0.6 when trying to create a Jira Issue

2018-03-21 Thread michael.motte...@thalesgroup.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Michael M. commented on  JENKINS-49819  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: FATAL Error in JiraTestResultReporter 2.0.6 when trying to create a Jira Issue   
 

  
 
 
 
 

 
 Hi Catalin Luta, yes I have restarted Jenkins serveral times. I usually restart it after any plugin update or Jenkins update. So, a restart did not help in my case.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-42815) Zephyr 1.4 breaks Configure page

2018-03-21 Thread julian.be...@ibm.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Julian Berks commented on  JENKINS-42815  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Zephyr 1.4 breaks Configure page
 

  
 
 
 
 

 
 Bump - Issue still happening 2.107. Setting zephyr checkbox fixes  Is this going to be addressed?  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-49473) Unable to delete Azure VM Agent from Jenkins after having deleted agent directly on Azure

2018-03-21 Thread bouquet.anth...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Anthony BOUQUET updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-49473  
 
 
  Unable to delete Azure VM Agent from Jenkins after having deleted agent directly on Azure   
 

  
 
 
 
 

 
Change By: 
 Anthony BOUQUET  
 
 
Attachment: 
 image-2018-03-21-09-46-13-255.png  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-49473) Unable to delete Azure VM Agent from Jenkins after having deleted agent directly on Azure

2018-03-21 Thread bouquet.anth...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Anthony BOUQUET commented on  JENKINS-49473  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Unable to delete Azure VM Agent from Jenkins after having deleted agent directly on Azure   
 

  
 
 
 
 

 
 Haven't deleted it but have renamed it once. The issue should maybe come from there ?  Still have this issue now when trying to delete the agent. (can't delete it atm)     
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-50278) Windows: Maven executable not found: mvn.bat

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


 
 
 
 

 
 
 

 
   
 Oleg Nenashev commented on  JENKINS-50278  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Windows: Maven executable not found: mvn.bat   
 

  
 
 
 
 

 
 IIUC it is not related to the Jenkins' Maven Plugin. You just need to define a newer version of Maven Release Plugin in your pom.xml: https://stackoverflow.com/questions/29755620/failed-to-execute-goal-maven-releaseprepare  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-50310) Support stop GCE instance instead of Termination

2018-03-21 Thread duanshiqia...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Shiqiang Duan created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-50310  
 
 
  Support stop GCE instance instead of Termination   
 

  
 
 
 
 

 
Issue Type: 
  New Feature  
 
 
Assignee: 
 Evan Brown  
 
 
Components: 
 google-compute-engine-plugin  
 
 
Created: 
 2018-03-21 07:33  
 
 
Priority: 
  Major  
 
 
Reporter: 
 Shiqiang Duan  
 

  
 
 
 
 

 
 Currently the google-compute-engine-plugin creates jenkins node and terminates them if idle. Instead of terminate, it's better to support stop the instance when idle. Amazon EC2 Plugin supports this and we build our main CI farm using EC2 slaves.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 

[JIRA] (JENKINS-50176) Locked resources using the variable parameter do not get reset to the variable once released to another requester and only appear as null on subsequent locks

2018-03-21 Thread jer...@hltools.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jeroen Bogers updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-50176  
 
 
  Locked resources using the variable parameter do not get reset to the variable once released to another requester and only appear as null on subsequent locks   
 

  
 
 
 
 

 
Change By: 
 Jeroen Bogers  
 
 
Environment: 
  lockable-resources 2.2  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-50275) Could not resolve com.android.tools.build:gradle:3.0.1

2018-03-21 Thread hongbin...@163.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 hong bing resolved as Fixed  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 The problem has been solved. It has nothing to do with Jenkins.  
 

  
 
 
 
 

 
 Jenkins /  JENKINS-50275  
 
 
  Could not resolve com.android.tools.build:gradle:3.0.1   
 

  
 
 
 
 

 
Change By: 
 hong bing  
 
 
Status: 
 Open Resolved  
 
 
Resolution: 
 Fixed  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
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-31803) Pipeline support for TFS plugin

2018-03-21 Thread sa...@justcalm.org (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 calm zhu commented on  JENKINS-31803  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Pipeline support for TFS plugin   
 

  
 
 
 
 

 
 Hi:     Can you and some aditional features. 1th. like poll tfs from freestyle job.  scm can get the current tfs change set in workspace. 2th.  dynamic create workspace name . fo eg . I have a project of two branch    $tfs\Project\DEV     $tfs\ProjectMain   so i set a variable in jenkins named branch and configure tfs source as $tfs\Project\${branch}. And it worked. But when settings workspace to ${branch}  it  create a work space named '${branch}' but it should be DEV    
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-50311) can't logout, google login plugin

2018-03-21 Thread rlhems...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 R H created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-50311  
 
 
  can't logout, google login plugin   
 

  
 
 
 
 

 
Issue Type: 
  Task  
 
 
Assignee: 
 Ryan Campbell  
 
 
Components: 
 google-login-plugin  
 
 
Created: 
 2018-03-21 08:33  
 
 
Priority: 
  Blocker  
 
 
Reporter: 
 R H  
 

  
 
 
 
 

 
 Repro: 
 
Set up Google login plugin 
Login with Google account 
Click "logout" 
Get new page: "You have successfully logged out." 
1) The login link at top right (https://ci.bvl.io/securityRealm/#) is now a 404 
2) Open new tab with Jenkins. Am still logged in. 
 Since I logged in with my G account, I have been unable to logout of Jenkins, even after restarting and upgrading Jenkins. There was a thread on this previously, but many of the posts contained confusing information about logging out of Google first: however, if this is plugin is implemented in the idiomatic way, this should not be necessary.    
 

  
 
 
 
 

 
 
 

 

[JIRA] (JENKINS-50311) can't logout, google login plugin

2018-03-21 Thread rlhems...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 R H updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-50311  
 
 
  can't logout, google login plugin   
 

  
 
 
 
 

 
Change By: 
 R H  
 

  
 
 
 
 

 
 Repro: * Set up Google login plugin * Login with Google account * Click "logout" * Get new page: "You have successfully logged out." * 1) The login link at top right ([https:// myjenkins.foo/securityRealm/#)|https:// ci.bvl.io/securityRealm/#)] is now a 404 * 2) Open new tab with Jenkins. Am still logged in.Since I logged in with my G account, I have been unable to logout of Jenkins, even after restarting and upgrading Jenkins.There was a thread on this previously, but many of the posts contained confusing information about logging out of Google first: however, if this is plugin is implemented in the idiomatic way, this should not be necessary.   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





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

[JIRA] (JENKINS-50262) Plugin doesn't wait for sandbox to complete before returning

2018-03-21 Thread admonto...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Tomer Admon commented on  JENKINS-50262  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Plugin doesn't wait for sandbox to complete before returning   
 

  
 
 
 
 

 
 Thanks jim woodlock , Please open this as a support request in Quali's support http://support.quali.com and we will handle this with you. Tomer  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-31803) Pipeline support for TFS plugin

2018-03-21 Thread sa...@justcalm.org (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 calm zhu edited a comment on  JENKINS-31803  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Pipeline support for TFS plugin   
 

  
 
 
 
 

 
 Hi:     Can you and some  aditional  additional  features.     1th. like poll tfs from freestyle job.  scm can get the current tfs change set in workspace.        2th.  dynamic create workspace name  . fo eg .        e.g. I  have a project of two  set variable  branch ="main" in jenkins environment settings     $tfs\Project\DEV      $tfs\ProjectMain !image-2018-03-21-16-59-33-877.png!   so i set a variable in jenkins named branch and configure              this will download from  tfs  source as    $ tfs\ / Project \$\{branch}. And it worked. But when settings /App/main but  workspace  to $\{branch}  name still   it  create a work space named '  demo- $\{branch} ' but it should be DEV  not expected demo-main . This is strange    
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-50314) Using or not caches should be configurable in servers global configuration

2018-03-21 Thread benoit.gue...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 benoit guerin started work on  JENKINS-50314  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
Change By: 
 benoit guerin  
 
 
Status: 
 Open In Progress  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-39998) Token expansion of a config file not happening

2018-03-21 Thread jonhat...@faita.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jonathan Araña Cruz commented on  JENKINS-39998  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Token expansion of a config file not happening   
 

  
 
 
 
 

 
 Problem here is that Token Macro only accepts predefined env vars. I think the point is what mdonohue stated 8 years back at https://issues.jenkins-ci.org/browse/JENKINS-3605: 

That is not the way environment variables work. When you set an environment variable in a child shell, it is not accessible by the parent. You need to have the copy path set as a Hudson parameter.
 I've tried with parameters instead of env vars and it works. Also, here is a recommendation to set variables via EnvInject plugin - https://issues.jenkins-ci.org/browse/JENKINS-5942 I've not tested EnvInject yet because there're Known incompatibilities with Pipeline plugin and I'm struggling my head around to find a way on all of this.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-49007) openstack cloud to configure multi networks in one template

2018-03-21 Thread ogon...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Oliver Gondža closed an issue as Fixed  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-49007  
 
 
  openstack cloud to configure multi networks in one template   
 

  
 
 
 
 

 
Change By: 
 Oliver Gondža  
 
 
Status: 
 Open Closed  
 
 
Resolution: 
 Fixed  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-47656) Symbols instead numbers in graphs

2018-03-21 Thread rene.gro...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Rene Grob commented on  JENKINS-47656  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Symbols instead numbers in graphs
 

  
 
 
 
 

 
 For me the following tip helped: https://stackoverflow.com/questions/46699967/jenkins-load-statistics-graph-weird-encoding  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-35359) Limit concurrent builds for 1 MultiBranch project

2018-03-21 Thread johann...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jóhann Sigurðsson commented on  JENKINS-35359  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Limit concurrent builds for 1 MultiBranch project   
 

  
 
 
 
 

 
 For anyone so inclined, I came up with a workaround by: 
 
Limiting Master node executors to 1 
Creating a local slave agent and hooking it up to master to care of other jobs 
Forcing pipeline builds to only run on the Master node 
 Declarative script example: 

 

agent {
  label {
label "Master"
  }
}
 

      
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-35359) Limit concurrent builds for 1 MultiBranch project

2018-03-21 Thread johann...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jóhann Sigurðsson edited a comment on  JENKINS-35359  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Limit concurrent builds for 1 MultiBranch project   
 

  
 
 
 
 

 
 For anyone so inclined, I came up with a workaround by: # Limiting Master node executors to 1 # Creating a local slave agent and hooking it up to  master  Jenkins  to  take  care of other jobs # Forcing pipeline builds to only run on the Master nodeDeclarative script example:{code:java}agent {  label {label "Master"  }}{code}    
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-50294) Design (JEP) how to determine the "health level" of Jenkins

2018-03-21 Thread ty...@monkeypox.org (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 R. Tyler Croy assigned an issue to Baptiste Mathus  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-50294  
 
 
  Design (JEP) how to determine the "health level" of Jenkins
 

  
 
 
 
 

 
Change By: 
 R. Tyler Croy  
 
 
Assignee: 
 R. Tyler Croy Baptiste Mathus  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-50303) Mesos Offer Selection Attributes Mesos Plugin JEP-200

2018-03-21 Thread jgl...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jesse Glick started work on  JENKINS-50303  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
Change By: 
 Jesse Glick  
 
 
Status: 
 Open In Progress  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-50258) Per test mode is not available for throughput and error graphs

2018-03-21 Thread robin.bjork...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Robin Björklin edited a comment on  JENKINS-50258  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Per test mode is not available for throughput and error graphs   
 

  
 
 
 
 

 
 [~artem_fedorov] Here's a shortened example of what we're doing: [https://pastebin.com/FVbFAF34]Note how the throughput and errors graph is missing on the run level view.  EDIT: So what I would want (and I think [~lilzh] wants the same thing) is for the Throughput & Errors graphs in job-overview.png to also show up in the view shown in job-48-perf.png.Also related, it would be nice to have a throughput column in the job view as mentioned in issue #18576.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-46373) Jenkins unavailability if 2 clouds have the same label

2018-03-21 Thread ogon...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Oliver Gondža resolved as Fixed  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 This is an issued fixed a while ago: https://github.com/jenkinsci/openstack-cloud-plugin/issues/171 Please use latest plugin version as there ware followup fixes involving okhttp connector type.  
 

  
 
 
 
 

 
 Jenkins /  JENKINS-46373  
 
 
  Jenkins unavailability if 2 clouds have the same label   
 

  
 
 
 
 

 
Change By: 
 Oliver Gondža  
 
 
Status: 
 Open Resolved  
 
 
Resolution: 
 Fixed  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





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

  1   2   >