控制台输出
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
Cloning the remote Git repository
Cloning repository git@192.168.19.207:app/app-breed-h5.git
> git init /var/lib/jenkins/workspace/app-breed-h5 # 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 config remote.origin.url git@192.168.19.207:app/app-breed-h5.git # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
> 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"
First time build. Skipping changelog.
[app-breed-h5] $ /bin/sh -xe /tmp/jenkins5478070483778122689.sh
+ npm config set registry=https://registry.npmmirror.com
/tmp/jenkins5478070483778122689.sh: line 4: npm: command not found
Build step 'Execute shell' marked build as failure
Finished: FAILURE