控制台输出

Started by user admin
Running as SYSTEM
Building in workspace /var/lib/jenkins/workspace/app-breed-h5
The recommended git tool is: NONE
No credentials specified
 > git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/app-breed-h5/.git # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url git@192.168.19.207:app/app-breed-h5.git # timeout=10
Fetching upstream changes from git@192.168.19.207:app/app-breed-h5.git
 > git --version # timeout=10
 > git --version # 'git version 2.27.0'
 > git fetch --tags --force --progress -- git@192.168.19.207:app/app-breed-h5.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/develop^{commit} # timeout=10
Checking out Revision 253dccfc23dbc3f1b9ef147f8575e7b72a066295 (refs/remotes/origin/develop)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 253dccfc23dbc3f1b9ef147f8575e7b72a066295 # timeout=10
Commit message: "考试优化UI"
 > git rev-list --no-walk 253dccfc23dbc3f1b9ef147f8575e7b72a066295 # timeout=10
[app-breed-h5] $ /bin/sh -xe /tmp/jenkins6177562377128888851.sh
+ npm config set registry=https://registry.npmmirror.com
/tmp/jenkins6177562377128888851.sh: line 4: npm: command not found
Build step 'Execute shell' marked build as failure
Finished: FAILURE