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

Timeout with activity timed out although activity

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Cannot Reproduce
    • Icon: Major Major
    • None
    • Jenkins 2.121.2
      Basic Steps 2.9
      Job running on a Windows Slave connected with JNLP4

      Configuration of step is

      timeout(activity: true, time: 2, unit: 'HOURS') {
          wrap([$class: 'Xvfb', additionalOptions: '', autoDisplayName: true, displayNameOffset: 0, installationName: 'default', screen: '', timeout: 20]) {
              withMaven(jdk: 'jdk-1.8', maven: 'Maven 3.x', options: [artifactsPublisher(disabled: true)]) {
                  ...
              }
          }
      }
      

      I see log continous log output from the inner step (all the time was spent in one single maven call) but it still got killed exactly after 2h.

            Unassigned Unassigned
            tario Patrick Ruckstuhl
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: