我使用jenkinsfile运行jenkins管道:
node ('PXE_Sparrow')
{
docker.image('onvif').run()
}
但是得到错误 - >
[C:\Jenkins\workspace\RunTestsOnvifSDK_develop] Running shell script
process apparently never started in
C:\Jenkins\workspace\RunTestsOnvifSDK_develop@tmp\durable-e7dda884
Cannot contact PXE_Sparrow: java.io.IOException:
java.nio.file.NoSuchFileException:
C:\Jenkins\workspace\RunTestsOnvifSDK_develop@tmp\durable-e7dda884\output.txt
为什么会出现这样的错误?