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

Folders with full stops (".") are omitted from local side of workspace mapping

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • p4-plugin

      With plugin version 1.8.12

      With pipeline like:

      pipeline {
      	agent {
      		label "master"
      	}
      	stages {
      		stage('windows-msvc141') {
      			agent {
      				label "master"
      			}
      			steps {
      				p4sync charset: 'utf8', credential: 'perforce', populate: autoClean(delete: true, modtime: false, parallel: [enable: true, minbytes: '1024', minfiles: '1', threads: '8'], pin: '', quiet: true, replace: true, tidy: false), source: depotSource(
      '''//depot/Mainline/Generation_3/sources_ecwjp2v4/Source/BuildUtilities/sign/...
      //depot/Mainline/Generation_3/tools/CodeSigning/signtools/...
      //depot/Third_Party/gdal/gdal-2.3.0/...
      //depot/Third_Party/IPP/8.2/Windows/...
      //depot/Third_Party/LizardTech/MrSID/9.5.4.4709/MrSID_DSDK-9.5.4.4709-win32-vc15/...
      //depot/Third_Party/LizardTech/MrSID/9.5.4.4709/MrSID_DSDK-9.5.4.4709-win64-vc15/...
      //depot/Third_Party/swig/swigwin-1.3.31/...
      //depot/Third_Party/maven/settings/settings-perth.xml
      '''                            
      				)
      				bat '''
      					rem build the component
      				'''
      			}
      			post {
      				cleanup {
      					cleanWs()
      				}
      			}
       		}
      	}
      }
      

      Our resultant workspace looks like:

      What did I miss?

          [JENKINS-52572] Folders with full stops (".") are omitted from local side of workspace mapping

          Chris Tapley created issue -
          Paul Allen made changes -
          Status Original: Open [ 1 ] New: In Progress [ 3 ]
          Paul Allen made changes -
          Assignee New: Paul Allen [ p4paul ]
          Resolution New: Fixed [ 1 ]
          Status Original: In Progress [ 3 ] New: Resolved [ 5 ]
          Paul Allen made changes -
          Labels New: P4_B
          Paul Allen made changes -
          Status Original: Resolved [ 5 ] New: Closed [ 6 ]

            p4paul Paul Allen
            christapley Chris Tapley
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: