Olá , Poderia por favor me ajudar com o seguinte problema?
Quando vou rodar o build no jenkins ocorre o seguinte erro :
Construindo no workspace C:\Users\Julio.jenkins\workspace\argentum-web
git.exe rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository git.exe config remote.origin.url https://github.com/juliodasilv/argentum-web.git # timeout=10 Fetching upstream changes from https://github.com/juliodasilv/argentum-web.git git.exe --version # timeout=10 git.exe fetch --tags --progress https://github.com/juliodasilv/argentum-web.git +refs/heads/:refs/remotes/origin/ git.exe rev-parse "refs/remotes/origin/master^{commit}" # timeout=10 git.exe rev-parse "refs/remotes/origin/origin/master^{commit}" # timeout=10 Checking out Revision e1c09b7b6dc948b66c633bf950b6eebe7c630136 (refs/remotes/origin/master) Commit message: "Update index.xhtml" git.exe config core.sparsecheckout # timeout=10 git.exe checkout -f e1c09b7b6dc948b66c633bf950b6eebe7c630136 git.exe rev-list e1c09b7b6dc948b66c633bf950b6eebe7c630136 # timeout=10 [argentum-web] $ cmd.exe /C "C:\Users\Julio\Documents\Desenvolvimento\Ferramentas\apache-maven-3.3.3\bin\mvn.cmd clean package && exit %%ERRORLEVEL%%" Erro: Não foi possível localizar nem carregar a classe principal Xms256m Build step 'Chamar alvos Maven de alto nível' marked build as failure Finished: FAILURE
obg