Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[hono-dev] Build failed in Jenkins: Deploy-Maven-Central Pipeline #27

See <https://ci.eclipse.org/hono/job/Deploy-Maven-Central%20Pipeline/27/display/redirect>

Changes:


------------------------------------------
Started by user kai.hudalla@xxxxxxxx
Running as kai.hudalla@xxxxxxxx
Checking out git ssh://git@xxxxxxxxxx/eclipse/hono.git into /home/hudson/genie.hono/.jenkins/jobs/Deploy-Maven-Central Pipeline/workspace@script to read jenkins/Hono-Deploy-Maven-Central-Pipeline.groovy
using credential bebef3c5-da22-425c-8554-f62d0b3a9608
 > /usr/local/bin/git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > /usr/local/bin/git config remote.origin.url ssh://git@xxxxxxxxxx/eclipse/hono.git # timeout=10
Fetching upstream changes from ssh://git@xxxxxxxxxx/eclipse/hono.git
 > /usr/local/bin/git --version # timeout=10
using GIT_SSH to set credentials /opt/public/hipp/homes/genie.hono/.ssh/id_rsa.github
 > /usr/local/bin/git fetch --tags --progress -- ssh://git@xxxxxxxxxx/eclipse/hono.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /usr/local/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > /usr/local/bin/git rev-parse refs/remotes/origin/refs/heads/master^{commit} # timeout=10
Checking out Revision efd71390a9fc06647bc31c90df11baba0ef283bb (refs/remotes/origin/master)
 > /usr/local/bin/git config core.sparsecheckout # timeout=10
 > /usr/local/bin/git checkout -f efd71390a9fc06647bc31c90df11baba0ef283bb # timeout=10
Commit message: "Prepare 1.2.2"
 > /usr/local/bin/git rev-list --no-walk a698659d65226f2a6c65357314ec975124ddf81c # timeout=10
Running in Durability level: MAX_SURVIVABILITY
[Pipeline] Start of Pipeline
[Pipeline] node
Running on Jenkins in /home/hudson/genie.hono/.jenkins/jobs/Deploy-Maven-Central Pipeline/workspace
[Pipeline] {
[Pipeline] readTrusted
Obtained jenkins/Hono-PipelineUtils.groovy from git ssh://git@xxxxxxxxxx/eclipse/hono.git
[Pipeline] properties
[Pipeline] stage
[Pipeline] { (Checkout)
[Pipeline] echo
Check out branch: [1.2.2] from repository [ssh://git@xxxxxxxxxx/eclipse/hono.git] with provided credentials
[Pipeline] checkout
using credential bebef3c5-da22-425c-8554-f62d0b3a9608
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository ssh://git@xxxxxxxxxx/eclipse/hono.git
 > /usr/local/bin/git init /home/hudson/genie.hono/.jenkins/jobs/Deploy-Maven-Central Pipeline/workspace # timeout=10
Fetching upstream changes from ssh://git@xxxxxxxxxx/eclipse/hono.git
 > /usr/local/bin/git --version # timeout=10
using GIT_SSH to set credentials /opt/public/hipp/homes/genie.hono/.ssh/id_rsa.github
 > /usr/local/bin/git fetch --tags --progress -- ssh://git@xxxxxxxxxx/eclipse/hono.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /usr/local/bin/git config remote.origin.url ssh://git@xxxxxxxxxx/eclipse/hono.git # timeout=10
 > /usr/local/bin/git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /usr/local/bin/git config remote.origin.url ssh://git@xxxxxxxxxx/eclipse/hono.git # timeout=10
Fetching upstream changes from ssh://git@xxxxxxxxxx/eclipse/hono.git
using GIT_SSH to set credentials /opt/public/hipp/homes/genie.hono/.ssh/id_rsa.github
 > /usr/local/bin/git fetch --tags --progress -- ssh://git@xxxxxxxxxx/eclipse/hono.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /usr/local/bin/git rev-parse origin/1.2.2^{commit} # timeout=10
 > /usr/local/bin/git rev-parse 1.2.2^{commit} # timeout=10
Checking out Revision 21b12b4e3529a98a66ca1154c710d60371eec40a (1.2.2)
 > /usr/local/bin/git config core.sparsecheckout # timeout=10
 > /usr/local/bin/git checkout -f 21b12b4e3529a98a66ca1154c710d60371eec40a # timeout=10
Commit message: "Release 1.2.2"
First time build. Skipping changelog.
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build and deploy to maven central)
[Pipeline] withMaven
[withMaven] Options: [org.jenkinsci.plugins.pipeline.maven.publishers.JacocoReportPublisher[disabled=true], org.jenkinsci.plugins.pipeline.maven.publishers.GeneratedArtifactsPublisher[disabled=true]]
[withMaven] Available options: 
[withMaven] using JDK installation jdk11-latest
[Pipeline] // withMaven
[Pipeline] }
[Pipeline] // stage
[Pipeline] echo
Error: hudson.AbortException: Could not find file '/opt/public/hipp/homes/genie.hono/.m2/settings-deploy-ossrh.xml' on the build agent
[Pipeline] echo
Build status: FAILURE
[Pipeline] step


Back to the top