Skip to content

Console Output

Started by an SCM change
Agent default-java-43ltw is provisioned from template Kubernetes Pod Template
Agent specification [Kubernetes Pod Template] (): 

[EnvInject] - Loading node environment variables.
Building remotely on default-java-43ltw in workspace /home/jenkins/workspace/tutorial-publish
Cloning the remote Git repository
Cloning repository https://github.com/eclipse-ee4j/jakartaee-tutorial.git
 > git init /home/jenkins/workspace/tutorial-publish # timeout=10
Fetching upstream changes from https://github.com/eclipse-ee4j/jakartaee-tutorial.git
 > git --version # timeout=10
 > git fetch --tags --progress https://github.com/eclipse-ee4j/jakartaee-tutorial.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://github.com/eclipse-ee4j/jakartaee-tutorial.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/eclipse-ee4j/jakartaee-tutorial.git # timeout=10
Fetching upstream changes from https://github.com/eclipse-ee4j/jakartaee-tutorial.git
 > git fetch --tags --progress https://github.com/eclipse-ee4j/jakartaee-tutorial.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision 1265090efdbd2adcb6016fc1ebbc3a40f280995b (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 1265090efdbd2adcb6016fc1ebbc3a40f280995b
Commit message: "Update for move to Jakarta EE Platform project."
First time build. Skipping changelog.
ERROR: Failed to parse POMs
org.jenkinsci.plugins.credentialsbinding.impl.CredentialNotFoundException: Could not find credentials entry with ID ''
	at org.jenkinsci.plugins.credentialsbinding.MultiBinding.getCredentials(MultiBinding.java:153)
	at org.jenkinsci.plugins.credentialsbinding.impl.AbstractOnDiskBinding.bindSingle(AbstractOnDiskBinding.java:39)
	at org.jenkinsci.plugins.credentialsbinding.Binding.bind(Binding.java:150)
	at org.jenkinsci.plugins.credentialsbinding.impl.SecretBuildWrapper.setUp(SecretBuildWrapper.java:88)
	at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:667)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:504)
	at hudson.model.Run.execute(Run.java:1819)
	at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:429)
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
Finished: FAILURE