Boa noite!
Infelizmente ao executar os códigos da aula me deparei com os erros abaixo, favor verificar se conseguem ajudar.
Saída do console Iniciado pelo temporizador Running as SYSTEM Construindo no workspace C:\Users\chanr.jenkins\workspace\leilao-testes The recommended git tool is: NONE No credentials specified
git.exe rev-parse --resolve-git-dir C:\Users\chanr.jenkins\workspace\leilao-testes.git # timeout=10 Fetching changes from the remote Git repository git.exe config remote.origin.url https://github.com/rcaneppele/leilao.git # timeout=10 Fetching upstream changes from https://github.com/rcaneppele/leilao.git git.exe --version # timeout=10 git --version # 'git version 2.30.1.windows.1' git.exe fetch --tags --force --progress -- https://github.com/rcaneppele/leilao.git +refs/heads/:refs/remotes/origin/ # timeout=10 git.exe rev-parse "refs/remotes/origin/master^{commit}" # timeout=10 Checking out Revision 56beab8d5544b28c9827b967061c730922903d4e (refs/remotes/origin/master) git.exe config core.sparsecheckout # timeout=10 git.exe checkout -f 56beab8d5544b28c9827b967061c730922903d4e # timeout=10 Commit message: "codigos da aula 4" git.exe rev-list --no-walk 56beab8d5544b28c9827b967061c730922903d4e # timeout=10 [leilao-testes] $ cmd.exe /C "mvn clean test && exit %%ERRORLEVEL%%" 'mvn' nÆo ‚ reconhecido como um comando interno ou externo, um programa oper vel ou um arquivo em lotes. Build step 'Chamar alvos Maven de alto nível' marked build as failure Finished: FAILURE