Solucionado (ver solução)
Solucionado
(ver solução)
1
resposta

Build step 'Chamar alvos Maven de alto nível' marked build as failure

Bom dia.

Não estou conseguindo avançar no lab.

Iniciado pelo usuário Fabio Santos Gomes Running as SYSTEM Construindo no workspace C:\Users\ffabiosantosgcm.jenkins\workspace\leilao-testes The recommended git tool is: NONE No credentials specified

git.exe rev-parse --resolve-git-dir C:\Users\ffabiosantosgcm.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.32.0.windows.2' 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' nao ‚ 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

1 resposta
solução!

Oi Fabio,

Voce precisa ter o Maven instalado no seu computador para que o Jenkins consiga o executar.

Aqui tem um tutorial: http://charlesmms.azurewebsites.net/2017/09/04/instalando-maven-no-windows-10/