Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-70217

kubernetes plugin,jnlp container command display sleep incorect

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • kubernetes-plugin
    • None
    • Jenkins 2.319.1
    • kubernetes 4151.v6fa_f0fb_0b_4c9

      config kubernetes cloud with configuration as code
      jnlp container no 

      command

       

      args: "^${computer.jnlpmac} ^${computer.name}"
      image: "reg.hrlyit.com/jenkins/inbound-agent:4.10-3"
      name: "jnlp"

       
      But manage nodes and clouds -> configure cloud -> kubernetes -> pod template -> container template
      name jnlp -> Command to run is display “sleep”
       
      This sleep is should not exist,when i edit clouds on website, do nothing, just click apply or save, the sleep  will appear in caas, causing the jnlp of all podtemplates to  reoeatedly terminal

      The log of pod is as follows
       

      sleep: invalid time interval

      The casc
       

      - args: "^${computer.jnlpmac} ^${computer.name}"
       command: "sleep"
       image: "reg.hrlyit.com/jenkins/inbound-agent:4.10-3"
      name: "jnlp

       
      This is  a website bug?
       
       

            vlatombe Vincent Latombe
            elrond elrond
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: