Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[hono-dev] Build failed in Jenkins: Hono-Release Pipeline #2

See <https://ci.eclipse.org/hono/job/Hono-Release%20Pipeline/2/display/redirect>

------------------------------------------
Started by user kai.hudalla@xxxxxxxxxxxx
Obtained jenkins/Hono-Release-Pipeline.groovy from git https://github.com/eclipse/hono.git
Running in Durability level: MAX_SURVIVABILITY
[Pipeline] node
Running on Jenkins in /home/hudson/genie.hono/.jenkins/jobs/Hono-Release Pipeline/workspace
[Pipeline] {
[Pipeline] readTrusted
Obtained jenkins/Hono-PipelineUtils.groovy from git https://github.com/eclipse/hono.git
[Pipeline] properties
[Pipeline] stage
[Pipeline] { (Checkout)
[Pipeline] echo
Check out branch: origin/MASTER
[Pipeline] checkout
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository ssh://github.com/eclipse/hono.git
 > /usr/local/bin/git init /home/hudson/genie.hono/.jenkins/jobs/Hono-Release Pipeline/workspace # timeout=10
Fetching upstream changes from ssh://github.com/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://github.com/eclipse/hono.git +refs/heads/*:refs/remotes/origin/*
 > /usr/local/bin/git config remote.origin.url ssh://github.com/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://github.com/eclipse/hono.git # timeout=10
Fetching upstream changes from ssh://github.com/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://github.com/eclipse/hono.git +refs/heads/*:refs/remotes/origin/*
 > /usr/local/bin/git rev-parse refs/remotes/origin/MASTER^{commit} # timeout=10
 > /usr/local/bin/git rev-parse refs/remotes/origin/origin/MASTER^{commit} # timeout=10
 > /usr/local/bin/git rev-parse origin/MASTER^{commit} # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] echo
Error: hudson.AbortException: Couldn't find any revision to build. Verify the repository and branch configuration for this job.
[Pipeline] echo
Build status: FAILURE
[Pipeline] step


Back to the top