We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 a83586b (refs/remotes/origin/master) git config core.sparsecheckout # timeout=10 git checkout -f a83586b # timeout=10 git branch -a -v --no-abbrev # timeout=10 git checkout -b master a83586b # 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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning repository https://github.com/sshar372/PartsUnlimitedMRP.git
The text was updated successfully, but these errors were encountered: