Started by user jenkins [Pipeline] Start of Pipeline [Pipeline] node Running on Jenkins in /var/jenkins_home/workspace/zoumh-frontend [Pipeline] { [Pipeline] stage [Pipeline] { (Checkout) [Pipeline] git The recommended git tool is: NONE No credentials specified > git rev-parse --resolve-git-dir /var/jenkins_home/workspace/zoumh-frontend/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/zoumh001207/zoumh-vue.git # timeout=10 Fetching upstream changes from https://github.com/zoumh001207/zoumh-vue.git > git --version # timeout=10 > git --version # 'git version 2.47.3' > git fetch --tags --force --progress -- https://github.com/zoumh001207/zoumh-vue.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/remotes/origin/main^{commit} # timeout=10 Checking out Revision 2b1a6418f533d71ca46b510d659ad0ab067caedb (refs/remotes/origin/main) > git config core.sparsecheckout # timeout=10 > git checkout -f 2b1a6418f533d71ca46b510d659ad0ab067caedb # timeout=10 > git branch -a -v --no-abbrev # timeout=10 > git branch -D main # timeout=10 > git checkout -b main 2b1a6418f533d71ca46b510d659ad0ab067caedb # timeout=10 Commit message: "feat: add clouddrive landing entry" > git rev-list --no-walk 2b1a6418f533d71ca46b510d659ad0ab067caedb # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Prepare Cache) [Pipeline] sh + set -e + mkdir -p mkdir: cannot create directory ‘’: No such file or directory [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive) Stage "Archive" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Deploy) Stage "Deploy" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline ERROR: script returned exit code 1 Finished: FAILURE