microsoft / PartsUnlimitedMRP

This application uses entirely open source software including Linux, Java, Apache, and MongoDB which creates a web front end, an order service, and an integration service.
https://microsoft.github.io/PartsUnlimitedMRP/
Other
174 stars 520 forks source link

error message #176

Open sshar372 opened 3 years ago

sshar372 commented 3 years ago

The recommended git tool is: NONE No credentials specified Cloning the remote Git repository Cloning repository https://github.com/sshar372/PartsUnlimitedMRP.git

git init /var/lib/jenkins/workspace/PartsUnlimitedMRP # timeout=10 Fetching upstream changes from https://github.com/sshar372/PartsUnlimitedMRP.git git --version # timeout=10 git --version # 'git version 2.25.1' git fetch --tags --force --progress -- https://github.com/sshar372/PartsUnlimitedMRP.git +refs/heads/:refs/remotes/origin/ # timeout=10 git config remote.origin.url https://github.com/sshar372/PartsUnlimitedMRP.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/master^{commit} # timeout=10 Checking out Revision a83586ba22037d8b22d289785d68eb33691bd8d0 (refs/remotes/origin/master) git config core.sparsecheckout # timeout=10 git checkout -f a83586ba22037d8b22d289785d68eb33691bd8d0 # timeout=10 git branch -a -v --no-abbrev # timeout=10 git checkout -b master a83586ba22037d8b22d289785d68eb33691bd8d0 # timeout=10 Commit message: "Merge pull request #153 from mkavana/fix-CDwithJenkins-lab-MRP-VM-deployment-template" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] tool [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline ERROR: No tool named JDK 8 found Finished: FAILURE