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

Ignore case when detecting workspace paths on Windows

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Minor Minor
    • warnings-ng-plugin
    • None
    • Jenkins 2.249.1 (Windows)
      Warnings Next Generation Plugin 8.4.2

       

      Following works fine (source files will be displayed if there is an issue) :

      node('master') {
        stage('checkout') {
          checkout scm
        }
      
      ...
      
        stage('check something') {
          ...
          recordIssues ...
        }
      }

       

      But if I change the execution from master to a node (windows machine), then the plugin doesn't find the source files (issues are still displayed):

      node('Worker_Windows') {
       stage('checkout') {
         checkout scm
       }
      
      ...
      
       stage('check something') { 
        ...
        recordIssues ... 
       }
      }
      

       

        1. log.png
          log.png
          102 kB
        2. log.txt
          2 kB
        3. resharper-outstanding-issues.xml
          1 kB

            drulli Ulli Hafner
            b8erni burn hard
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: