Olá a todos, tentei rodar a build com o comando clean test mas o mesmo da o seguinte erro:
Building in workspace C:\WINDOWS\system32\config\systemprofile\AppData\Local\Jenkins\.jenkins\workspace\leilao-testes
The recommended git tool is: NONE
No credentials specified
> git.exe rev-parse --resolve-git-dir C:\WINDOWS\system32\config\systemprofile\AppData\Local\Jenkins\.jenkins\workspace\leilao-testes\.git # timeout=10
Fetching changes from the remote Git repository
> git.exe config remote.origin.url https://github.com/felipepg22/cursoJenkins.git # timeout=10
Fetching upstream changes from https://github.com/felipepg22/cursoJenkins.git
> git.exe --version # timeout=10
> git --version # 'git version 2.29.2.windows.2'
> git.exe fetch --tags --force --progress -- https://github.com/felipepg22/cursoJenkins.git +refs/heads/*:refs/remotes/origin/* # timeout=10
> git.exe rev-parse "refs/remotes/origin/master^{commit}" # timeout=10
Checking out Revision ca92ecd3889a5f938386b2ea631bc1e059b1cb13 (refs/remotes/origin/master)
> git.exe config core.sparsecheckout # timeout=10
> git.exe checkout -f ca92ecd3889a5f938386b2ea631bc1e059b1cb13 # timeout=10
Commit message: "Projeto Leilao"
> git.exe rev-list --no-walk ca92ecd3889a5f938386b2ea631bc1e059b1cb13 # timeout=10
[leilao-testes] $ cmd.exe /C "mvn clean test && exit %%ERRORLEVEL%%"
'mvn' is not recognized as an internal or external command,
operable program or batch file.
Build step 'Invoke top-level Maven targets' marked build as failure
Finished: FAILURE
Ja instalei o maven no meu computador e esta rodando normalmente: