| the same at my PC. If the relative path is used in "Jenkins\Manage\Workspace Root Directory", then this issue comes. If the path is absolute path then it is OK. This is the content of jenkins-wrap.bat pipe_build is the pipeline job name. D:\jenkins\relFromYoon{color:#ff0000}ws\pipe_build{color:#ff0000}ws{color}pipe_build__tmp\durable-02c0f35d\jenkins-wrap.bat --> this file doesn't exist @echo off cmd /c ""ws\pipe_build\ws\pipe_buildtmp\durable-02c0f35d\jenkins-main.bat"" > "ws\pipe_build\ws\pipe_buildtmp\durable-02c0f35d\jenkins-log.txt" 2>&1 echo %ERRORLEVEL% > "ws\pipe_build\ws\pipe_buildtmp\durable-02c0f35d\jenkins-result.txt" jenkins-wrap.bat should be placed on D:\jenkins\relFromYoon\ws\pipe_build\pipe_build__tmp\durable-02c0f35d\ |