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

pipeline checkout scm duplicated changeset (perforce)

XMLWordPrintable


      Solution: For anyone getting a similar issue, this is a solution:

      checkout scm: scm, poll: false, changelog: false

      Problem: Same as JENKINS-40352(which is for GIT)

      UsingĀ 

      checkout scm

      checkout scm is done at:

      pipeline Jenkinsfile script checkout

      pipeline checkout after loading the Jenkinsfile (to get full depot)

      checkout scm after cleanWs() (if requested as a parameter in the build)

            Unassigned Unassigned
            dramoz Danilo
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: