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

Empty for loop inside pipeline quite slow

XMLWordPrintable

      We encounterd that a simple empty loop of 150 items takes 10 seconds te complete. A loop of 1000 iterations take up 1 minute. We don't see excessive CPU / memory usage on the Jenkins server / slave. The loop is very simple (nothing is executed inside the loop):

      for (i=0;i<1000;i++) {      

      }
           

            Unassigned Unassigned
            hkw Huib-Jan Kwakernaak
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: