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

p4 sync pipeline script not syncing files after p4 plugin update from 1.8.12 to 1.9.6

XMLWordPrintable

      P4 sync is not syncing files when used in pipeline script after updating p4 plugin from 1.8.12 to 1.9.6

      Below is the pipeline script - 

      stages
      {
      stage('Perforce Sync')
      {
      steps
      {
      p4sync charset: 'none', credential: 'Perforce', format: 'JenkinsSAPAutomationWorkspace', populate: autoClean(delete: true, modtime: false, parallel: [enable: false, minbytes: '1024', minfiles: '1', threads: '4'], pin: '', quiet: true, replace: true, tidy: false), source: depotSource('//depot/AIM_platfom/sap_trasaction_validator/... ')

      }
      {color:#FF0000}}

       

      The script is working fine after downgrading the version to 1.8.12.

       

      Attaching the p4 log for your reference. Please let me know if you need more information.

       

      Thanks,
      Sasidhar

        1. P4 Version 1.8.12.png
          40 kB
          Sasidhar A
        2. P4 Version 1.9.6.png
          55 kB
          Sasidhar A
        3. Workspace version 1.8.12.PNG
          19 kB
          Sasidhar A
        4. Workspace version 1.9.6.PNG
          10 kB
          Sasidhar A

            p4karl Karl Wirth
            sasi_424 Sasidhar A
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: