Skip to content
Failed

Console Output

Started by GitBucket push by Brokkonaut
Running as SYSTEM
Building in workspace /home/tomcat/.jenkins/workspace/TreasureChest
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
The recommended git tool is: NONE
using credential 39e74399-af13-4c80-9047-56e255b064d2
Cloning the remote Git repository
Cloning repository https://www.iani.de/gitbucket/git/Brokkonaut/TreasureChest.git
 > git init /home/tomcat/.jenkins/workspace/TreasureChest # timeout=10
Fetching upstream changes from https://www.iani.de/gitbucket/git/Brokkonaut/TreasureChest.git
 > git --version # timeout=10
 > git --version # 'git version 2.30.2'
using GIT_ASKPASS to set credentials 
 > git fetch --tags --force --progress -- https://www.iani.de/gitbucket/git/Brokkonaut/TreasureChest.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://www.iani.de/gitbucket/git/Brokkonaut/TreasureChest.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
 > git rev-parse 2e152d60a78f1f0f6935fdbaf967899c1082cfed^{commit} # timeout=10
 > git branch -a -v --no-abbrev --contains 2e152d60a78f1f0f6935fdbaf967899c1082cfed # timeout=10
Checking out Revision 2e152d60a78f1f0f6935fdbaf967899c1082cfed (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 2e152d60a78f1f0f6935fdbaf967899c1082cfed # timeout=10
Commit message: "update vault dep"
 > git rev-list --no-walk 47fa5a8491d3cbb6a71a6d9ac92ed2746dfc7c02 # timeout=10
[TreasureChest] $ mvn clean install deploy -Dbuild.number=24
FATAL: command execution failed
java.io.IOException: error=2, Datei oder Verzeichnis nicht gefunden
	at java.base/java.lang.ProcessImpl.forkAndExec(Native Method)
	at java.base/java.lang.ProcessImpl.<init>(ProcessImpl.java:340)
	at java.base/java.lang.ProcessImpl.start(ProcessImpl.java:271)
	at java.base/java.lang.ProcessBuilder.start(ProcessBuilder.java:1107)
Caused: java.io.IOException: Cannot run program "mvn" (in directory "/home/tomcat/.jenkins/workspace/TreasureChest"): error=2, Datei oder Verzeichnis nicht gefunden
	at java.base/java.lang.ProcessBuilder.start(ProcessBuilder.java:1128)
	at java.base/java.lang.ProcessBuilder.start(ProcessBuilder.java:1071)
	at hudson.Proc$LocalProc.<init>(Proc.java:252)
	at hudson.Proc$LocalProc.<init>(Proc.java:221)
	at hudson.Launcher$LocalLauncher.launch(Launcher.java:995)
	at hudson.Launcher$ProcStarter.start(Launcher.java:507)
	at hudson.Launcher$ProcStarter.join(Launcher.java:518)
	at hudson.tasks.Maven.perform(Maven.java:368)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:806)
	at hudson.model.Build$BuildExecution.build(Build.java:198)
	at hudson.model.Build$BuildExecution.doRun(Build.java:163)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:514)
	at hudson.model.Run.execute(Run.java:1888)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:99)
	at hudson.model.Executor.run(Executor.java:432)
Build step 'Invoke top-level Maven targets' marked build as failure
Archiving artifacts
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[WS-CLEANUP] done
Finished: FAILURE