• Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Major Major
    • branch-api-plugin
    • None
    • Windows 10, multi-branch pipeline builds on agents. Jenkins 2.361.3

      There is an issue during "transformation" of workspace paths:

      Content of workspaces.txt:

      TeqwaveMx_ISEM_SystemTest_BCQ/development
      _ISEM_SystemTest_BCQ_development
      TeqwaveMx_ISEM_SystemTest_BCQ/feature%2FMUWAVE-2125-system-test-for-isem-frequency-aquisition
      TeqwaveMx_ISEM_SystemTest_BCQ/feature%2FMUWAVE-2125-system-test-for-isem-frequency-aquisition
      TeqwaveMx_ISEM_WaterAdjust_DLL_BCQ/development
      _WaterAdjust_DLL_BCQ_development
      TeqwaveMx_ISEM_WaterAdjust_DLL_BCQ/feature%2FDOFLRD-437
      TeqwaveMx_ISEM_WaterAdjust_DLL_BCQ/feature%2FDOFLRD-437
      TeqwaveMx_ISEM_WaterAdjust_DLL_BCQ/feature%2FMUWAVE-2267-refactor-unittest
      TeqwaveMx_ISEM_WaterAdjust_DLL_BCQ/feature%2FMUWAVE-2267-refactor-unittest

      it looks to me that the substitution of "/" or "%2F" by underscore is not working correctly under specific circumstances.  This happened only on one of our agents in a multibranch pipeline.

      What actually happens in workspace folder: It creates a folder and a subfolder and then msbuild cannot find the correct path, e.g,:

      TeqwaveMx_ISEM_WaterAdjust_DLL_BCQ/feature%2FDOFLRD-437

      leads to:

      • root folder: TeqwaveMx_ISEM_WaterAdjust_DLL_BCQ
      • sub folder: feature%2FDOFLRD-437

          [JENKINS-70485] Workspace path transformation failed

          Frank Mathis created issue -
          Frank Mathis made changes -
          Description Original: There is an issue during "transformation" of workspace paths:

          Content of workspaces.txt:
          {code:java}
          TeqwaveMx_ISEM_SystemTest_BCQ/development
          _ISEM_SystemTest_BCQ_development
          TeqwaveMx_ISEM_SystemTest_BCQ/feature%2FMUWAVE-2125-system-test-for-isem-frequency-aquisition
          TeqwaveMx_ISEM_SystemTest_BCQ/feature%2FMUWAVE-2125-system-test-for-isem-frequency-aquisition
          TeqwaveMx_ISEM_WaterAdjust_DLL_BCQ/development
          _WaterAdjust_DLL_BCQ_development
          TeqwaveMx_ISEM_WaterAdjust_DLL_BCQ/feature%2FDOFLRD-437
          TeqwaveMx_ISEM_WaterAdjust_DLL_BCQ/feature%2FDOFLRD-437
          TeqwaveMx_ISEM_WaterAdjust_DLL_BCQ/feature%2FMUWAVE-2267-refactor-unittest
          TeqwaveMx_ISEM_WaterAdjust_DLL_BCQ/feature%2FMUWAVE-2267-refactor-unittest{code}
          it looks to me that the substitution of "/" by "_" or "%2F" by "_" is not working correctly under specific circumstances.  This happened only on one of our agents in a multibranch pipeline.

          What actually happens in workspace folder: It creates a folder and a subfolder and then msbuild cannot find the correct path, e.g,:

          *TeqwaveMx_ISEM_WaterAdjust_DLL_BCQ/feature%2FDOFLRD-437*

          leads to:
           * root folder: TeqwaveMx_ISEM_WaterAdjust_DLL_BCQ
           * sub folder: feature%2FDOFLRD-437
          New: There is an issue during "transformation" of workspace paths:

          Content of workspaces.txt:
          {code:java}
          TeqwaveMx_ISEM_SystemTest_BCQ/development
          _ISEM_SystemTest_BCQ_development
          TeqwaveMx_ISEM_SystemTest_BCQ/feature%2FMUWAVE-2125-system-test-for-isem-frequency-aquisition
          TeqwaveMx_ISEM_SystemTest_BCQ/feature%2FMUWAVE-2125-system-test-for-isem-frequency-aquisition
          TeqwaveMx_ISEM_WaterAdjust_DLL_BCQ/development
          _WaterAdjust_DLL_BCQ_development
          TeqwaveMx_ISEM_WaterAdjust_DLL_BCQ/feature%2FDOFLRD-437
          TeqwaveMx_ISEM_WaterAdjust_DLL_BCQ/feature%2FDOFLRD-437
          TeqwaveMx_ISEM_WaterAdjust_DLL_BCQ/feature%2FMUWAVE-2267-refactor-unittest
          TeqwaveMx_ISEM_WaterAdjust_DLL_BCQ/feature%2FMUWAVE-2267-refactor-unittest{code}
          it looks to me that the substitution of "/" or "%2F" by underscore is not working correctly under specific circumstances.  This happened only on one of our agents in a multibranch pipeline.

          What actually happens in workspace folder: It creates a folder and a subfolder and then msbuild cannot find the correct path, e.g,:

          *TeqwaveMx_ISEM_WaterAdjust_DLL_BCQ/feature%2FDOFLRD-437*

          leads to:
           * root folder: TeqwaveMx_ISEM_WaterAdjust_DLL_BCQ
           * sub folder: feature%2FDOFLRD-437

            Unassigned Unassigned
            franky Frank Mathis
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: