Console Output
Started by timer
Running as SYSTEM
Building in workspace E:\Servers\NodeJS-Dev\L.I. LLC
The recommended git tool is: NONE
No credentials specified
> git.exe rev-parse --resolve-git-dir E:\Servers\NodeJS-Dev\L.I. LLC\.git # timeout=10
Fetching changes from the remote Git repository
> git.exe config remote.origin.url /e/Servers/NodeJS-Dev/L.I. LLC.git # timeout=10
Fetching upstream changes from /e/Servers/NodeJS-Dev/L.I. LLC.git
> git.exe --version # timeout=10
> git --version # 'git version 2.28.0.windows.1'
> git.exe fetch --tags --force --progress -- /e/Servers/NodeJS-Dev/L.I. LLC.git +refs/heads/*:refs/remotes/origin/* # timeout=10
> git.exe rev-parse "refs/remotes/origin/master^{commit}" # timeout=10
Checking out Revision b25e947ec0f2032095a9b3c3950f8a931725c08d (refs/remotes/origin/master)
> git.exe config core.sparsecheckout # timeout=10
> git.exe checkout -f b25e947ec0f2032095a9b3c3950f8a931725c08d # timeout=10
Commit message: "Fixed Console...."
> git.exe rev-list --no-walk b25e947ec0f2032095a9b3c3950f8a931725c08d # timeout=10
[L.I. LLC] $ cmd /c call C:\Windows\TEMP\jenkins1629652535243273351.bat
E:\Servers\NodeJS-Dev\L.I. LLC>npm install
up to date, audited 271 packages in 3s
17 packages are looking for funding
run `npm fund` for details
6 vulnerabilities (1 moderate, 3 high, 2 critical)
To address all issues, run:
npm audit fix
Run `npm audit` for details.
Finished: SUCCESS