Uploaded image for project: 'Nuxeo ECM Build/Test Environment'
  1. Nuxeo ECM Build/Test Environment
  2. NXBT-3081

Job times out but does not end

    XMLWordPrintable

    Details

    • Type: Bug
    • Status: Open
    • Priority: Major
    • Resolution: Unresolved
    • Affects Version/s: None
    • Fix Version/s: None
    • Component/s: Jenkins Pipeline

      Description

      See https://qa2.nuxeo.org/jenkins/job/Private/job/HFBuilding/job/IT-HF-pkg-build-nightly/job/10.10/199/

      Had to kill it manually:

      [Pipeline] dir
      Running in /opt/jenkins/workspace/ng_IT-HF-pkg-build-nightly_10.10/nuxeo-dm-hotfixes
      [Pipeline] {
      [Pipeline] withCredentials
      Masking supported pattern matches of $__CONNECT_AUTH_USER or $__CONNECT_AUTH_PASS or $NUXEO_CLID
      [Pipeline] {
      [Pipeline] sh
      
      Cancelling nested steps due to timeout
      Body did not finish within grace period; terminating with extreme prejudice
      Aborted by Frantz FISCHER
      Click here to forcibly terminate running steps
      Terminating withCredentials
      Click here to forcibly kill entire build
      Hard kill!
      Finished: ABORTED
       
      https://github.com/nuxeo/integration-scripts-priv/blob/master/Jenkinsfiles/build-hf-pkg-nightly.groovy#L141-L166
       
      dir('nuxeo-dm-hotfixes') {
          withCredentials([
      (...)
          ]) {
              sh '''#!/bin/bash -e
      (...)
              '''
          }
      }

      Pipeline code is here:

      https://github.com/nuxeo/integration-scripts-priv/blob/master/Jenkinsfiles/build-hf-pkg-nightly.groovy

        Attachments

          Activity

            People

            • Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

              • Created:
                Updated: