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-Web-Site_Pipeline #68

See <https://ci.eclipse.org/hono/job/Hono-Web-Site_Pipeline/68/display/redirect>

------------------------------------------
Started by user kai.hudalla@xxxxxxxxxxxx
Obtained jenkins/Hono-Website-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-Web-Site_Pipeline/workspace
[Pipeline] {
[Pipeline] readTrusted
Obtained jenkins/Hono-PipelineUtils.groovy from git https://github.com/eclipse/hono.git
[Pipeline] properties
[Pipeline] deleteDir
[Pipeline] stage
[Pipeline] { (Cloning Hono repository)
[Pipeline] echo
Cloning Hono repository...
[Pipeline] sh
[workspace] Running shell script
+ echo 'cloning Hono web site repository...'
cloning Hono web site repository...
+ git clone ssh://git@xxxxxxxxxx/eclipse/hono.git /home/hudson/genie.hono/.jenkins/jobs/Hono-Web-Site_Pipeline/workspace/hono
Cloning into '/home/hudson/genie.hono/.jenkins/jobs/Hono-Web-Site_Pipeline/workspace/hono'...
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Cloning Hugo Material Docs theme)
[Pipeline] echo
cloning Hugo Material Docs theme...
[Pipeline] sh
[workspace] Running shell script
+ echo 'cloning Hugo Material Docs theme...'
cloning Hugo Material Docs theme...
+ git clone https://github.com/digitalcraftsman/hugo-material-docs.git /home/hudson/genie.hono/.jenkins/jobs/Hono-Web-Site_Pipeline/workspace/hono/site/themes/hugo-material-docs
Cloning into '/home/hudson/genie.hono/.jenkins/jobs/Hono-Web-Site_Pipeline/workspace/hono/site/themes/hugo-material-docs'...
+ cd /home/hudson/genie.hono/.jenkins/jobs/Hono-Web-Site_Pipeline/workspace/hono/site/themes/hugo-material-docs
+ git checkout 194c497216c8389e02e9719381168a668a0ffb05
Note: checking out '194c497216c8389e02e9719381168a668a0ffb05'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:

  git checkout -b <new-branch-name>

HEAD is now at 194c497 Update documentation
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Cloning Hono web site repository)
[Pipeline] echo
cloning Hono web site repository...
[Pipeline] sh
[workspace] Running shell script
+ echo 'cloning Hono web site repository...'
cloning Hono web site repository...
+ git clone genie.hono@xxxxxxxxxxxxxxx:29418/www.eclipse.org/hono /home/hudson/genie.hono/.jenkins/jobs/Hono-Web-Site_Pipeline/workspace/hono-web-site
Cloning into '/home/hudson/genie.hono/.jenkins/jobs/Hono-Web-Site_Pipeline/workspace/hono-web-site'...
Host key verification failed.
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
[Pipeline] }
[Pipeline] // stage
[Pipeline] echo
Error: hudson.AbortException: script returned exit code 128
[Pipeline] echo
Build status: FAILURE
[Pipeline] step


Back to the top