[JIRA] (JENKINS-61015) Test story for new component veracode-scan-plugin

2020-02-10 Thread sbuh...@veracode.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Shihaaz Buhary commented on  JENKINS-61015  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Test story for new component veracode-scan-plugin   
 

  
 
 
 
 

 
 Hi Dennis Gu,  Yes, I am able to comment and change the ticket status. Shihaaz  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.204485.158109152.5403.1581340920132%40Atlassian.JIRA.


[JIRA] (JENKINS-61015) Test story for new component veracode-scan-plugin

2020-02-10 Thread sbuh...@veracode.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Shihaaz Buhary started work on  JENKINS-61015  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
Change By: 
 Shihaaz Buhary  
 
 
Status: 
 Open In Progress  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.204485.158109152.5398.1581340860532%40Atlassian.JIRA.


[JIRA] (JENKINS-61029) Swarm client not working anymore with Jenkins 2.220

2020-02-10 Thread f...@geekplace.eu (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Florian Schmaus commented on  JENKINS-61029  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Swarm client not working anymore with Jenkins 2.220   
 

  
 
 
 
 

 
 I've created a PR with a commit that re-adds hudson.UDPBroadcastFragment: https://github.com/jenkinsci/jenkins/pull/4486  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.204503.1581328352000.5400.1581340860565%40Atlassian.JIRA.


[JIRA] (JENKINS-61033) Provisioning thread hangs

2020-02-10 Thread pibe...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Pierre Beitz updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-61033  
 
 
  Provisioning thread hangs   
 

  
 
 
 
 

 
Change By: 
 Pierre Beitz  
 

  
 
 
 
 

 
 h3. Symptom * At some point in time, the docker plugin stops to provision any new docker agent.h3. Evidence * I found out that at some point, the docker plugin tries to provision new containers and hangs:   { { code:java}   2020-02-05 23:55:49.244+ [id=67] INFO c.n.j.plugins.docker.DockerCloud#provision: Asked to provision 2 slave(s) for: null 2020-02-05 23:55:49.467+ [id=67] INFO c.n.j.plugins.docker.DockerCloud#canAddProvisionedSlave: Not Provisioning '***/jenkins-agent:2.190.3.2'. Template instance limit of '8' reached on cloud ' }}{{}} * {{ ** }}{\{ '  }}  {{ 2020-02-05 23:55:49.467+ [id=67] INFO c.n.j.plugins.docker.DockerCloud#provision: Asked to provision 2 slave(s) for: null   2020-02-05 23:55:49.583+ [id=67] INFO c.n.j.plugins.docker.DockerCloud#canAddProvisionedSlave: Not Provisioning ' }}{{ *** *}}*{{ /jenkins-agent:2.190.3.2'. Template instance limit of '8' reached on cloud ' }}{{}} * {{ ** }}{\{ '   2020-02-05  }}{{ 23:55:59.244+ [id=71] INFO c.n.j.plugins.docker.DockerCloud#provision: Asked to provision 2 slave(s) for: null   // NO MORE ENTRIES  {code } }     * After this last call, there is no more trace of any attempt from the docker plugin. Looking into the threaddump, I found out that the thread running the {{DockerCloud}} code is waiting on an external output:      { { code:java}  "jenkins.util.Timer [#6]" id=71 (0x47) state=WAITING cpu=95% - waiting on <0x7891a9a1> (a java.util.concurrent.CountDownLatch$Sync) - locked <0x7891a9a1> (a java.util.concurrent.CountDownLatch$Sync) at sun.misc.Unsafe.park(Native Method) at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175) at java.util.concurrent.locks.AbstractQueuedSynchronizer.parkAndCheckInterrupt(AbstractQueuedSynchronizer.java:836) at java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedInterruptibly(AbstractQueuedSynchronizer.java:997) at java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireSharedInterruptibly(AbstractQueuedSynchronizer.java:1304) at java.util.concurrent.CountDownLatch.await(CountDownLatch.java:231) at com.github.dockerjava.core.async.ResultCallbackTemplate.awaitCompletion(ResultCallbackTemplate.java:92) at com.github.dockerjava.netty.InvocationBuilder$ResponseCallback.awaitResult(InvocationBuilder.java:60) at com.github.dockerjava.netty.InvocationBuilder.get(InvocationBuilder.java:189) at io.jenkins.docker.client.ListContainersCmdExec.execute(ListContainersCmdExec.java:60) at io.jenkins.docker.client.ListContainersCmdExec.execute(ListContainersCmdExec.java:24) at com.github.dockerjava.netty.exec.AbstrSyncDockerCmdExec.exec(AbstrSyncDockerCmdExec.java:21) at com.github.dockerjava.core.command.AbstrDockerCmd.exec(AbstrDockerCmd.java:35) at com.nirima.jenkins.plugins.docker.DockerCloud.countContainersInDocker(DockerCloud.java:614) at com.nirima.jenkins.plugins.docker.DockerCloud.canAddProvisionedSlave(DockerCloud.java:632) at 

[JIRA] (JENKINS-61033) Provisioning thread hangs

2020-02-10 Thread pibe...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Pierre Beitz created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-61033  
 
 
  Provisioning thread hangs   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Nicolas De Loof  
 
 
Components: 
 docker-plugin  
 
 
Created: 
 2020-02-10 13:07  
 
 
Environment: 
 * Jenkins 2.190.3  * docker-plugin:1.1.9  
 
 
Priority: 
  Major  
 
 
Reporter: 
 Pierre Beitz  
 

  
 
 
 
 

 
 Symptom 
 
At some point in time, the docker plugin stops to provision any new docker agent. 
 Evidence 
 
I found out that at some point, the docker plugin tries to provision new containers and hangs: 
   {{ 2020-02-05 23:55:49.244+ [id=67] INFO c.n.j.plugins.docker.DockerCloud#provision: Asked to provision 2 slave(s) for: null 2020-02-05 23:55:49.467+ [id=67] INFO c.n.j.plugins.docker.DockerCloud#canAddProvisionedSlave: Not Provisioning '**/jenkins-agent:2.190.3.2'. Template instance limit of '8' reached on cloud '{{**{{' }} 2020-02-05 23:55:49.467+ [id=67] INFO c.n.j.plugins.docker.DockerCloud#provision: Asked to provision 2 slave(s) for: null 2020-02-05 23:55:49.583+ [id=67] INFO c.n.j.plugins.docker.DockerCloud#canAddProvisionedSlave: Not Provisioning '***/jenkins-agent:2.190.3.2'. Template instance limit of '8' reached on cloud '}}{{*{{' 2020-02-05 }} {{23:55:59.244+ [id=71] INFO c.n.j.plugins.docker.DockerCloud#provision: Asked to provision 2 slave(s) for: null // NO MORE ENTRIES }} 
 
After this last 

[JIRA] (JENKINS-60966) Administrative monitors global configuration long and unordered

2020-02-10 Thread aburdajew...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Allan BURDAJEWICZ updated  JENKINS-60966  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-60966  
 
 
  Administrative monitors global configuration long and unordered   
 

  
 
 
 
 

 
Change By: 
 Allan BURDAJEWICZ  
 
 
Status: 
 In  Progress  Review  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.204429.158088555.5392.1581339840209%40Atlassian.JIRA.


[JIRA] (JENKINS-60966) Administrative monitors global configuration long and unordered

2020-02-10 Thread aburdajew...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Allan BURDAJEWICZ started work on  JENKINS-60966  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
Change By: 
 Allan BURDAJEWICZ  
 
 
Status: 
 Open In Progress  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.204429.158088555.5389.1581339780752%40Atlassian.JIRA.


[JIRA] (JENKINS-60966) Administrative monitors global configuration long and unordered

2020-02-10 Thread aburdajew...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Allan BURDAJEWICZ assigned an issue to Allan BURDAJEWICZ  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-60966  
 
 
  Administrative monitors global configuration long and unordered   
 

  
 
 
 
 

 
Change By: 
 Allan BURDAJEWICZ  
 
 
Assignee: 
 Allan BURDAJEWICZ  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.204429.158088555.5388.1581339780723%40Atlassian.JIRA.


[JIRA] (JENKINS-61029) Swarm client not working anymore with Jenkins 2.220

2020-02-10 Thread o.v.nenas...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Oleg Nenashev updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-61029  
 
 
  Swarm client not working anymore with Jenkins 2.220   
 

  
 
 
 
 

 
Change By: 
 Oleg Nenashev  
 
 
Priority: 
 Major Blocker  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.204503.1581328352000.5384.1581339300367%40Atlassian.JIRA.


[JIRA] (JENKINS-60398) Maven Artifact ChoiceListProvider (Nexus) sorting issue

2020-02-10 Thread m...@phrk.de (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Stephan Watermeyer updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-60398  
 
 
  Maven Artifact ChoiceListProvider (Nexus) sorting issue   
 

  
 
 
 
 

 
Change By: 
 Stephan Watermeyer  
 
 
Attachment: 
 screenshot-1.png  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.203453.157587112.5377.1581338160380%40Atlassian.JIRA.


[JIRA] (JENKINS-60398) Maven Artifact ChoiceListProvider (Nexus) sorting issue

2020-02-10 Thread m...@phrk.de (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Stephan Watermeyer commented on  JENKINS-60398  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Maven Artifact ChoiceListProvider (Nexus) sorting issue   
 

  
 
 
 
 

 
 shyam varghese: Have you tried to activate the RESTful interface in the Global Options?   This might solve your problem.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.203453.157587112.5379.1581338160407%40Atlassian.JIRA.


[JIRA] (JENKINS-61029) Swarm client not working anymore with Jenkins 2.220

2020-02-10 Thread f...@geekplace.eu (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Florian Schmaus updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-61029  
 
 
  Swarm client not working anymore with Jenkins 2.220   
 

  
 
 
 
 

 
Change By: 
 Florian Schmaus  
 

  
 
 
 
 

 
 Issue most likely casued by JENKINS-60913 h3. SlaveExec:{code:java}java.exe -Xrs -jar "%BASE%\swarm-client-3.17.jar" -mode exclusive -name *** -labels *** -executors 1 -master [http://***] -username *** -password *** -fsroot "%BASE%" -deleteExistingClients -labelsFile "%BASE%\labels"{code}Log:{code:java}Feb 10, 2020 10:25:50 AM hudson.plugins.swarm.SwarmClient discoverFromMasterUrlSEVERE: Failed to fetch slave info from Jenkins, HTTP response code: 500Feb 10, 2020 10:25:50 AM hudson.plugins.swarm.Client runSEVERE: RetryException occurredhudson.plugins.swarm.RetryException: Failed to fetch slave info from Jenkins, HTTP response code: 500 at hudson.plugins.swarm.SwarmClient.discoverFromMasterUrl(SwarmClient.java:248) at hudson.plugins.swarm.Client.run(Client.java:130) at hudson.plugins.swarm.Client.main(Client.java:104)Feb 10, 2020 10:25:50 AM hudson.plugins.swarm.Client runINFO: Retrying in 10 seconds {code}h3. MasterLog:{code:java}2020-02-10 09:50:32.698+ [id=276]   WARNING o.e.j.s.h.ContextHandler$Context#log: Error while serving http://***/plugin/swarm/slaveInfojava.lang.NoClassDefFoundError: hudson/UDPBroadcastFragmentat hudson.plugins.swarm.PluginImpl.getSwarmSecret(PluginImpl.java:262)at hudson.plugins.swarm.PluginImpl.doSlaveInfo(PluginImpl.java:272)at java.base/java.lang.invoke.MethodHandle.invokeWithArguments(MethodHandle.java:710)at org.kohsuke.stapler.Function$MethodFunction.invoke(Function.java:396)Caused: java.lang.reflect.InvocationTargetExceptionat org.kohsuke.stapler.Function$MethodFunction.invoke(Function.java:400)at org.kohsuke.stapler.Function$InstanceFunction.invoke(Function.java:408)at org.kohsuke.stapler.Function.bindAndInvoke(Function.java:212)at org.kohsuke.stapler.Function.bindAndInvokeAndServeResponse(Function.java:145)at org.kohsuke.stapler.MetaClass$11.doDispatch(MetaClass.java:535)at org.kohsuke.stapler.NameBasedDispatcher.dispatch(NameBasedDispatcher.java:58)at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:747)at org.kohsuke.stapler.Stapler.invoke(Stapler.java:878)at org.kohsuke.stapler.MetaClass$4.doDispatch(MetaClass.java:280)at org.kohsuke.stapler.NameBasedDispatcher.dispatch(NameBasedDispatcher.java:58)at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:747)at org.kohsuke.stapler.Stapler.invoke(Stapler.java:878)at org.kohsuke.stapler.Stapler.invoke(Stapler.java:676)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:755)at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1617)[...] {code} Even though The master is unable to load a class:   {{ -master 

[JIRA] (JENKINS-61032) It is broken on HP-UX

2020-02-10 Thread pjano...@redhat.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Pavel Janoušek updated  JENKINS-61032  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-61032  
 
 
  It is broken on HP-UX   
 

  
 
 
 
 

 
Change By: 
 Pavel Janoušek  
 
 
Status: 
 In  Progress  Review  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.204506.1581335794000.5371.1581336000600%40Atlassian.JIRA.


[JIRA] (JENKINS-61032) It is broken on HP-UX

2020-02-10 Thread pjano...@redhat.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Pavel Janoušek commented on  JENKINS-61032  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: It is broken on HP-UX   
 

  
 
 
 
 

 
 PR sent.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.204506.1581335794000.5370.1581336000170%40Atlassian.JIRA.


[JIRA] (JENKINS-61032) It is broken on HP-UX

2020-02-10 Thread pjano...@redhat.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Pavel Janoušek started work on  JENKINS-61032  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
Change By: 
 Pavel Janoušek  
 
 
Status: 
 Open In Progress  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.204506.1581335794000.5369.1581335940105%40Atlassian.JIRA.


[JIRA] (JENKINS-61032) It is broken on HP-UX

2020-02-10 Thread pjano...@redhat.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Pavel Janoušek created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-61032  
 
 
  It is broken on HP-UX   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Pavel Janoušek  
 
 
Components: 
 proc-cleaner-plugin  
 
 
Created: 
 2020-02-10 11:56  
 
 
Priority: 
  Major  
 
 
Reporter: 
 Pavel Janoušek  
 

  
 
 
 
 

 
 Plugin doesn't work as expected on HP-UX platform.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 


[JIRA] (JENKINS-61031) JenkinsRule#assertAllImageLoadSuccessfully fails to load SVG images

2020-02-10 Thread fqueir...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Félix Queiruga Balado started work on  JENKINS-61031  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
Change By: 
 Félix Queiruga Balado  
 
 
Status: 
 Open In Progress  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.204505.1581335468000.5367.1581335520299%40Atlassian.JIRA.


[JIRA] (JENKINS-61031) JenkinsRule#assertAllImageLoadSuccessfully fails to load SVG images

2020-02-10 Thread fqueir...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Félix Queiruga Balado created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-61031  
 
 
  JenkinsRule#assertAllImageLoadSuccessfully fails to load SVG images   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Félix Queiruga Balado  
 
 
Components: 
 jenkins-test-harness  
 
 
Created: 
 2020-02-10 11:51  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Félix Queiruga Balado  
 

  
 
 
 
 

 
 The method JenkinsRule#assertAllImageLoadSuccessfully tries to download all images provided by ``  tags. It does so by reading the height of the image. It throws an exception when trying to load SVG images on tags like ``, because SVGs cannot be read by a buffered reader.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 
   

[JIRA] (JENKINS-60943) Add JCasC support for remote retrieval of plugins

2020-02-10 Thread tir...@hotmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Tiran Meltser commented on  JENKINS-60943  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Add JCasC support for remote retrieval of plugins   
 

  
 
 
 
 

 
 Thanks for adding your support, hope more will find this useful and vote accordingly and thus promote this ability to existence   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.204344.1580670886000.5365.1581334380173%40Atlassian.JIRA.


[JIRA] (JENKINS-60797) remote-file-plugin: enable selecting a fallback branch

2020-02-10 Thread tir...@hotmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Tiran Meltser commented on  JENKINS-60797  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: remote-file-plugin: enable selecting a fallback branch   
 

  
 
 
 
 

 
 Of course, no problems.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.204125.1579192122000.5360.1581333900408%40Atlassian.JIRA.


[JIRA] (JENKINS-60846) Performance trend image is not displaying

2020-02-10 Thread siddkp...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 siddesh NM commented on  JENKINS-60846  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Performance trend image is not displaying
 

  
 
 
 
 

 
 Any Update Please   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.204112.1579156333000.5362.1581333900459%40Atlassian.JIRA.


[JIRA] (JENKINS-49332) Jenkins unable to manage webhooks of Github organization

2020-02-10 Thread jenkins...@carlossanchez.eu (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Carlos Sanchez commented on  JENKINS-49332  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Jenkins unable to manage webhooks of Github organization
 

  
 
 
 
 

 
 In my case I didn't have an entry in jenkins configuration, under GitHub -> GitHub Servers It was not obvious from the error and the pipeline configuration that you needed to have the github repo configured both in global jenkins configuration and in the pipeline job itself  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.188195.151753948.5319.158161087%40Atlassian.JIRA.


[JIRA] (JENKINS-60240) XML parser crash

2020-02-10 Thread ronny.borch...@muehlbauer.de (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Ronny Borchert commented on  JENKINS-60240  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: XML parser crash   
 

  
 
 
 
 

 
 Since the jenkins is killing itself. I cannot provide such dump.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.203222.157433927.5316.1581332880193%40Atlassian.JIRA.


[JIRA] (JENKINS-60240) XML parser crash

2020-02-10 Thread nfalc...@hotmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Nikolas Falco commented on  JENKINS-60240  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: XML parser crash   
 

  
 
 
 
 

 
 ok, Now I understand where the versions comes. May I have the crash log of the thread dump log? Otherwise I have idea where looking for this issue    
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.203222.157433927.5314.1581332580153%40Atlassian.JIRA.


[JIRA] (JENKINS-61030) Runtime results from UFT to Jenkins Console

2020-02-10 Thread manjunathe...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 MANJU GL updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-61030  
 
 
  Runtime results from UFT to Jenkins Console   
 

  
 
 
 
 

 
Change By: 
 MANJU GL  
 

  
 
 
 
 

 
 Hi team,i would like to report whats happening in UFT script during runtime to Jenkins consloe output.Example: In my UFT script i have a first step which creates the sales order ,  and it will continue with second step ,   now i would like to inform jenkins console that sales  order  is created and sales order number is "1234"  and the 2nd step "order fulfilment step is started. is there any method already available which fulfill this functionality?     
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





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

[JIRA] (JENKINS-61030) Runtime results from UFT to Jenkins Console

2020-02-10 Thread manjunathe...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 MANJU GL created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-61030  
 
 
  Runtime results from UFT to Jenkins Console   
 

  
 
 
 
 

 
Issue Type: 
  New Feature  
 
 
Assignee: 
 Maria Narcisa Galan  
 
 
Components: 
 _unsorted, hp-application-automation-tools-plugin  
 
 
Created: 
 2020-02-10 10:31  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 MANJU GL  
 

  
 
 
 
 

 
 Hi team, i would like to report whats happening in UFT script during runtime to Jenkins consloe output. Example: In my UFT script i have a first step which creates the sales order, and it will continue with second step now i would like to inform jenkins console that sales is created and sales order number is "1234"  and the 2nd step "order fulfilment step is started.   is there any method already available which fulfill this functionality?       
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  

[JIRA] (JENKINS-60913) Remove network discovery services

2020-02-10 Thread allan.le...@youview.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Allan Lewis updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-60913  
 
 
  Remove network discovery services   
 

  
 
 
 
 

 
Change By: 
 Allan Lewis  
 

  
 
 
 
 

 
 Dating back many years, Jenkins has supported two network discovery services (UDP multicast/broadcast and DNS multicast). When this was first implemented this may have been a reasonable way to provide useful lookup services. With modern Jenkins capabilities, networks, and security considerations, this is no longer a good mechanism. There are now other ways to accomplish the real needs and concerns with doing it this way.With [Jenkins Security Advisory 2020-01-29| [ https://jenkins.io/security/advisory/2020-01-29/] |https://jenkins.io/security/advisory/2020-01-29/]  these services were disabled by default because of SECURITY-1641 / CVE-2020-2100.These should just be removed.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





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

[JIRA] (JENKINS-61029) Swarm client not working anymore with Jenkins 2.220

2020-02-10 Thread philipp.a.b...@ge.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Philipp Baer created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-61029  
 
 
  Swarm client not working anymore with Jenkins 2.220   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Unassigned  
 
 
Components: 
 swarm-plugin  
 
 
Created: 
 2020-02-10 09:52  
 
 
Environment: 
 Jenkins 2.220 on Debian 10.3 x64 (jenkins.io Debian repo with Debian default JRE) with Swarm plug-in modules 3.17  swarm-client 3.17 on Windows 10, AdoptOpenJDK 8, specified master explicitly   
 
 
Priority: 
  Major  
 
 
Reporter: 
 Philipp Baer  
 

  
 
 
 
 

 
 Issue most likely casued by JENKINS-60913 Slave Exec: 

 

java.exe -Xrs -jar "%BASE%\swarm-client-3.17.jar" -mode exclusive -name *** -labels *** -executors 1 -master [http://***] -username *** -password *** -fsroot "%BASE%" -deleteExistingClients -labelsFile "%BASE%\labels" 

 Log: 

 

Feb 10, 2020 10:25:50 AM hudson.plugins.swarm.SwarmClient discoverFromMasterUrl
SEVERE: Failed to fetch slave info from Jenkins, HTTP response code: 500
Feb 10, 2020 10:25:50 AM hudson.plugins.swarm.Client run
SEVERE: RetryException occurred
hudson.plugins.swarm.RetryException: Failed to fetch slave info from Jenkins, HTTP response code: 500
	at hudson.plugins.swarm.SwarmClient.discoverFromMasterUrl(SwarmClient.java:248)
	at hudson.plugins.swarm.Client.run(Client.java:130)
	at hudson.plugins.swarm.Client.main(Client.java:104)Feb 10, 2020 10:25:50 AM 

[JIRA] (JENKINS-61028) Not Able to Send Cucumber Report through Jenkins Email Extension Plugin

2020-02-10 Thread dubeyashish1...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Ashish Dubey created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-61028  
 
 
  Not Able to Send Cucumber Report through Jenkins Email Extension Plugin   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Alex Earl  
 
 
Attachments: 
 EMail.png, Reports.zip  
 
 
Components: 
 email-ext-plugin  
 
 
Created: 
 2020-02-10 09:51  
 
 
Priority: 
  Blocker  
 
 
Reporter: 
 Ashish Dubey  
 

  
 
 
 
 

 
 I have Cucumber Based Project & at the end Build Run target folder gets created. I am converting that folder in zip format like attached here. & trying to send using Email Extension Plugin. But it is not getting sent. If I remove the zip file then properly build log is getting sent. Please let me know where I am going wrong.  I am converting target folder using Windows batch command as jar -cMf Reports.zip target/cucumber-html-reports/   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 
  

[JIRA] (JENKINS-60884) NPE in hudson.model.Run.getPreviousBuildsOverThreshold

2020-02-10 Thread o.v.nenas...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Oleg Nenashev updated  JENKINS-60884  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-60884  
 
 
  NPE in hudson.model.Run.getPreviousBuildsOverThreshold   
 

  
 
 
 
 

 
Change By: 
 Oleg Nenashev  
 
 
Status: 
 Fixed but Unreleased Resolved  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.204271.158016016.5300.1581326940810%40Atlassian.JIRA.


[JIRA] (JENKINS-59486) Restart Jenkins when installation is complete and no jobs are running should preload the restarting jenkins image

2020-02-10 Thread o.v.nenas...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Oleg Nenashev resolved as Fixed  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 It was released in Jenkins 2.220  
 

  
 
 
 
 

 
 Jenkins /  JENKINS-59486  
 
 
  Restart Jenkins when installation is complete and no jobs are running should preload the restarting jenkins image   
 

  
 
 
 
 

 
Change By: 
 Oleg Nenashev  
 
 
Status: 
 In Progress Resolved  
 
 
Resolution: 
 Fixed  
 
 
Released As: 
 Jenkins 2.220  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





[JIRA] (JENKINS-60867) Blank page after SetupWizard: root cause

2020-02-10 Thread o.v.nenas...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Oleg Nenashev updated  JENKINS-60867  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 It was released in Jenkins 2.220  
 

  
 
 
 
 

 
 Jenkins /  JENKINS-60867  
 
 
  Blank page after SetupWizard: root cause   
 

  
 
 
 
 

 
Change By: 
 Oleg Nenashev  
 
 
Status: 
 In Review Resolved  
 
 
Resolution: 
 Fixed  
 
 
Released As: 
 Jenkins 2.220  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the 

[JIRA] (JENKINS-60848) RSS feed titles inconsistent and messy

2020-02-10 Thread o.v.nenas...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Oleg Nenashev resolved as Fixed  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 It was released in Jenkins 2.220  
 

  
 
 
 
 

 
 Jenkins /  JENKINS-60848  
 
 
  RSS feed titles inconsistent and messy   
 

  
 
 
 
 

 
Change By: 
 Oleg Nenashev  
 
 
Status: 
 Open Resolved  
 
 
Resolution: 
 Fixed  
 
 
Released As: 
 Jenkins 2.220  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups 

[JIRA] (JENKINS-60907) Poor performance with jenkins.model.StandardArtifactManager.disableTrafficCompression=true

2020-02-10 Thread o.v.nenas...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Oleg Nenashev updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-60907  
 
 
  Poor performance with jenkins.model.StandardArtifactManager.disableTrafficCompression=true   
 

  
 
 
 
 

 
Change By: 
 Oleg Nenashev  
 
 
Released As: 
 https://jenkins Jenkins 2 . io/changelog/#v2. 220  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.204298.1580317923000.5286.1581326760573%40Atlassian.JIRA.


[JIRA] (JENKINS-54496) Node monitoring should not log exceptions for disconnected nodes

2020-02-10 Thread o.v.nenas...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Oleg Nenashev resolved as Fixed  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 It was released in Jenkins 2.220  
 

  
 
 
 
 

 
 Jenkins /  JENKINS-54496  
 
 
  Node monitoring should not log exceptions for disconnected nodes   
 

  
 
 
 
 

 
Change By: 
 Oleg Nenashev  
 
 
Status: 
 Open Resolved  
 
 
Resolution: 
 Fixed  
 
 
Released As: 
 Jenkins 2.220  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are 

[JIRA] (JENKINS-21837) Extract slave creator information from core into a new plugin

2020-02-10 Thread o.v.nenas...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Oleg Nenashev resolved as Fixed  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 It was released in Jenkins 2.220  
 

  
 
 
 
 

 
 Jenkins /  JENKINS-21837  
 
 
  Extract slave creator information from core into a new plugin   
 

  
 
 
 
 

 
Change By: 
 Oleg Nenashev  
 
 
Status: 
 Open Resolved  
 
 
Resolution: 
 Fixed  
 
 
Released As: 
 Jenkins 2.220  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed 

[JIRA] (JENKINS-60926) Agent Windows service installation broken

2020-02-10 Thread o.v.nenas...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Oleg Nenashev updated  JENKINS-60926  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 It was released in Jenkins 2.220  
 

  
 
 
 
 

 
 Jenkins /  JENKINS-60926  
 
 
  Agent Windows service installation broken   
 

  
 
 
 
 

 
Change By: 
 Oleg Nenashev  
 
 
Status: 
 In Review Resolved  
 
 
Resolution: 
 Fixed  
 
 
Released As: 
 Jenkins 2.220  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the 

[JIRA] (JENKINS-33596) Disable DNSMultiCast & UDPBroadcastThread by default

2020-02-10 Thread o.v.nenas...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Oleg Nenashev resolved as Fixed  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 It was released in Jenkins 2.220  
 

  
 
 
 
 

 
 Jenkins /  JENKINS-33596  
 
 
  Disable DNSMultiCast & UDPBroadcastThread by default   
 

  
 
 
 
 

 
Change By: 
 Oleg Nenashev  
 
 
Status: 
 Open Resolved  
 
 
Resolution: 
 Fixed  
 
 
Released As: 
 Jenkins 2.220  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the 

[JIRA] (JENKINS-60913) Remove network discovery services

2020-02-10 Thread o.v.nenas...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Oleg Nenashev resolved as Duplicate  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 It was released in Jenkins 2.220. Jeff Thompson it would be great if the pull request submitter ensures to address comments about duplication. I missed it, because I do not always check Jira before merging  
 

  
 
 
 
 

 
 Jenkins /  JENKINS-60913  
 
 
  Remove network discovery services   
 

  
 
 
 
 

 
Change By: 
 Oleg Nenashev  
 
 
Status: 
 Open Resolved  
 
 
Resolution: 
 Duplicate  
 
 
Released As: 
 Jenkins 2.220  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 
 

[JIRA] (JENKINS-60446) Add option to pass custom paramters from multibranch to the trigger jobs

2020-02-10 Thread aytuncbeken...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Aytunc BEKEN updated  JENKINS-60446  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-60446  
 
 
  Add option to pass custom paramters from multibranch to the trigger jobs   
 

  
 
 
 
 

 
Change By: 
 Aytunc BEKEN  
 
 
Status: 
 In Review Resolved  
 
 
Resolution: 
 Fixed  
 
 
Released As: 
 1.8  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.203523.157608026.5255.1581325200779%40Atlassian.JIRA.


[JIRA] (JENKINS-60446) Add option to pass custom paramters from multibranch to the trigger jobs

2020-02-10 Thread aytuncbeken...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Aytunc BEKEN commented on  JENKINS-60446  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Add option to pass custom paramters from multibranch to the trigger jobs   
 

  
 
 
 
 

 
 Thanks a lot. Oleksii Baranov I will close this issue as I assume it is working as requested.   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.203523.157608026.5247.1581325080361%40Atlassian.JIRA.


[JIRA] (JENKINS-61027) Add option to pass parameters/environment values from multibranch to triggered jobs

2020-02-10 Thread aytuncbeken...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Aytunc BEKEN assigned an issue to Aytunc BEKEN  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-61027  
 
 
  Add option to pass parameters/environment values from multibranch to triggered jobs   
 

  
 
 
 
 

 
Change By: 
 Aytunc BEKEN  
 
 
Assignee: 
 Aytunc BEKEN  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.204500.1581324478000.5252.1581325080468%40Atlassian.JIRA.


[JIRA] (JENKINS-60446) Add option to pass custom paramters from multibranch to the trigger jobs

2020-02-10 Thread jenkins...@oguzhanuysal.eu (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Oguzhan Uysal commented on  JENKINS-60446  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Add option to pass custom paramters from multibranch to the trigger jobs   
 

  
 
 
 
 

 
 Hi, Your interpretation of my issue/request is correct. As requested i have opened a new issue, https://issues.jenkins-ci.org/browse/JENKINS-61027. Thank you for your help.   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.203523.157608026.5243.1581324600169%40Atlassian.JIRA.


[JIRA] (JENKINS-61027) Add option to pass parameters/environment values from multibranch to triggered jobs

2020-02-10 Thread jenkins...@oguzhanuysal.eu (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Oguzhan Uysal created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-61027  
 
 
  Add option to pass parameters/environment values from multibranch to triggered jobs   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Unassigned  
 
 
Components: 
 multibranch-action-triggers-plugin  
 
 
Created: 
 2020-02-10 08:47  
 
 
Environment: 
 multibranch-action-trigger-plugin v1.8  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Oguzhan Uysal  
 

  
 
 
 
 

 
 We have one or more multibranch pipelines which uses declarative jenkinsfile to build, puch & deploy docker images. Our wish is to do some garbage collection and delete these images and deployments when a branch/pipeline is deleted. Depending on our branching strategy we decide if a deployment takes place and we sanitise tags to comply with docker and kubernetes naming schemes. Because of this we assign dynamic values to the build context's environment variables/parameters and wish to pass these values to the triggered job for cleanup.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

[JIRA] (JENKINS-60446) Add option to pass custom paramters from multibranch to the trigger jobs

2020-02-10 Thread aytuncbeken...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Aytunc BEKEN commented on  JENKINS-60446  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Add option to pass custom paramters from multibranch to the trigger jobs   
 

  
 
 
 
 

 
 Hi, To be in the same page, I will write what I understood.  You have your parameters/variables in your Jenkins file.g So you are asking if it is possible to pass these parameters/variables to the jobs which are triggered by this plugin.  If this is the case, I need search if it is possible or not. Because triggering occurs in the Jenkins branch indexing action which is before checking the Jenkinsfile. As this is different from the current enhancement. I will be glad if you can open a new ticket so I can close this.  Thanks.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.203523.157608026.5239.1581323940217%40Atlassian.JIRA.


[JIRA] (JENKINS-60797) remote-file-plugin: enable selecting a fallback branch

2020-02-10 Thread aytuncbeken...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Aytunc BEKEN commented on  JENKINS-60797  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: remote-file-plugin: enable selecting a fallback branch   
 

  
 
 
 
 

 
 Thanks for informing. No problem, when you have chance to test it please let me know.   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.204125.1579192122000.5234.1581323460251%40Atlassian.JIRA.


[JIRA] (JENKINS-60907) Poor performance with jenkins.model.StandardArtifactManager.disableTrafficCompression=true

2020-02-10 Thread tom...@free.fr (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Thomas de Grenier de Latour updated  JENKINS-60907  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-60907  
 
 
  Poor performance with jenkins.model.StandardArtifactManager.disableTrafficCompression=true   
 

  
 
 
 
 

 
Change By: 
 Thomas de Grenier de Latour  
 
 
Status: 
 Fixed but Unreleased Resolved  
 
 
Released As: 
 https://jenkins.io/changelog/#v2.220  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.204298.1580317923000.5231.1581323280216%40Atlassian.JIRA.


[JIRA] (JENKINS-60446) Add option to pass custom paramters from multibranch to the trigger jobs

2020-02-10 Thread jenkins...@oguzhanuysal.eu (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Oguzhan Uysal edited a comment on  JENKINS-60446  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Add option to pass custom paramters from multibranch to the trigger jobs   
 

  
 
 
 
 

 
 Hi [~aytuncbeken], - Works like a charm, and having support for environment variables as values makes it even better. Thanks for picking this up quickly. -I spoke too soon sorry. In our multibranch project we define parameters and environment variables in the jenkinsfile to determine if a deployment should take place and to which environment. These values are dynamic and assigned to the env in the build context. Is it possible to pass these dynamic values to the job triggered by this plugin?setting `${ENV}` passes the literal string instead of the expected value  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.203523.157608026.5219.1581322140332%40Atlassian.JIRA.


<    1   2