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

ssl connection error on el8 during p4sync

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • p4-plugin
    • None
    • OS for agent: RHEL8
      Jenkins version: 2.176.2
      p4 plugin version: 1.10.7

      We are trying to upgrade to RHEL 8.x jenkins agents.

      We are encountering the following error:

      18:23:39 (p4):stop:10
      18:23:39 P4: builds: 335577
      18:24:56 P4: Connection retry: 1
      18:24:59 P4: Connection retry: 2
      18:24:59 P4: Connection retry: 3
      [Pipeline] }
      [Pipeline] // node
      [Pipeline] }
      [Pipeline] // timestamps
      [Pipeline] End of Pipeline
      ERROR: P4: Task Exception: Error occurred during the SSL handshake: invalid SSL session

      The Jenkinsfile is:

      timestamps {
        node('brhel8') {
        p4sync credential: 'xxx.prod', populate: autoClean(delete: true), source: streamSource('//scratch_stream/main')
        }
      }

            Unassigned Unassigned
            mrose Michael Rose
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: