NOTE: running pipelines for the first time will take longer as build and base docker images are pulled onto the node
[Pipeline] withPod
[Pipeline] {
[Pipeline] stage (Canary Release)
Entering stage Canary Release
Proceeding
[Pipeline] sh
[zzz] Running shell script
sh -c echo $$ > '/var/jenkins_home/workspace/zzz/.5a95e017/pid'; jsc=durable-f49fd2510e6ae54cff79b789f16df677; JENKINS_SERVER_COOKIE=$jsc '/var/jenkins_home/workspace/zzz/.5a95e017/script.sh' > '/var/jenkins_home/workspace/zzz/.5a95e017/jenkins-log.txt' 2>&1; echo $? > '/var/jenkins_home/workspace/zzz/.5a95e017/jenkins-result.txt'
exit
[?1034hsh-4.2# sh -c echo $$ > '/var/jenkins_home/workspace/zzz/.5a95e017/pid'; jsc=dur
able-f49fd2510e6ae54cff79b789f16df677; JENKINS_SERVER_COOKIE=$jsc '/var/jenkins_
home/workspace/zzz/.5a95e017/script.sh' > '/var/jenkins_home/workspace/zzz/.5a95
e017/jenkins-log.txt' 2>&1; echo $? > '/var/jenkins_home/workspace/zzz/.5a95e017
/jenkins-result.txt'
sh: /var/jenkins_home/workspace/zzz/.5a95e017/pid: No such file or directory
sh: /var/jenkins_home/workspace/zzz/.5a95e017/jenkins-log.txt: No such file or directory
sh: /var/jenkins_home/workspace/zzz/.5a95e017/jenkins-result.txt: No such file or directory
sh-4.2# exit
And the Jenkinsfile was generated by fabric8 automatically.
AFAK, the code in `kubernetes.pod(...).inside{}` block will be executed in maven-builder pod (which do start properly), so it seems that the No-such-file error occurs in the maven-builder pod?
Could you please help me?
Thank you very much.