Timeout with activity timed out although activity

This issue is archived. You can view it, but you can't modify it. Learn more

XMLWordPrintable

      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.

            Assignee:
            Unassigned
            Reporter:
            Patrick Ruckstuhl
            Archiver:
            Jenkins Service Account

              Created:
              Updated:
              Resolved:
              Archived: