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

ExportXMLWordPrintable

    • Type: Bug
    • Resolution: Unresolved
    • Priority: Trivial
    • Environment:

      JenkinsFile:

              stage('Application testcases') {
                agent {
                  dockerfile {
                    label 'master'
                    dir "dockerlocation"
                  }
                }
                steps {
                  timeout(time: 20, unit: 'MINUTES') {
                     sh 'script.sh'

                  }
                }
              }

      Logs:

       

      14:50:43 Timeout set to expire in 20 min
      ...
      [Pipeline] }
      [Pipeline] // timeout
      [Pipeline] }
      14:53:01 $ docker stop --time=1 0f6750852e4f010149cde95cd2d53a42a1ccd6b84b01db1a26bfb12e93b7c151

            Assignee:
            Unassigned
            Reporter:
            roel postelmans
            Archiver:
            Jenkins Service Account

              Created:
              Updated:
              Archived: