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

IndexOutOfBoundsException when renaming/deleting several jobs at the same time (RROD plugin)

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • rrod-plugin
    • None

      Select a set of tasks to do
      Apply
      Obtain:
      java.lang.IndexOutOfBoundsException: Index: 70, Size: 70
      java.util.ArrayList.get(ArrayList.java:338)
      com.michelin.cio.jenkins.plugin.rrod.RequestRenameOrDeletePlugin.doManageRequests(RequestRenameOrDeletePlugin.java:83)

      Random issue?

          [JENKINS-12896] IndexOutOfBoundsException when renaming/deleting several jobs at the same time (RROD plugin)

          The requests collection is ordered.
          If a requests is removed, the sequencing is broken.
          The requests processing becomes unordered (as it was random).

          Daniel Petisme added a comment - The requests collection is ordered. If a requests is removed, the sequencing is broken. The requests processing becomes unordered (as it was random).

            danielpetisme Daniel Petisme
            danielpetisme Daniel Petisme
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: