Skip to content
Success

Console Output

Started by user Christian Pontesegger
Running as Christian Pontesegger
[Pipeline] Start of Pipeline
[Pipeline] echo
[WARNING] label option is deprecated. To use a static pod template, use the 'inheritFrom' option.
[Pipeline] podTemplate
[Pipeline] {
[Pipeline] node
Created Pod: kubernetes ease/hugo-agent-2t9d7-j0pl1
Still waiting to schedule task
‘hugo-agent-2t9d7-j0pl1’ is offline
Agent hugo-agent-2t9d7-j0pl1 is provisioned from template hugo-agent-2t9d7
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins-ui.ease.svc.cluster.local/ease/job/ease.build.website.manual/11/"
    runUrl: "job/ease.build.website.manual/11/"
  labels:
    run: "hugo"
    jenkins: "slave"
    jenkins/label-digest: "7ac110df4066c009b519c7b03c365692b5eeb4d5"
    jenkins/label: "hugo-agent"
  name: "hugo-agent-2t9d7-j0pl1"
  namespace: "ease"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.ease.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "hugo-agent-2t9d7-j0pl1"
    - name: "JENKINS_NAME"
      value: "hugo-agent-2t9d7-j0pl1"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.ease.svc.cluster.local/ease/"
    - name: "HOME"
      value: "/home/jenkins"
    image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-3131.vf2b_b_798b_ce99"
    name: "jnlp"
    resources:
      requests:
        memory: "256Mi"
        cpu: "100m"
    volumeMounts:
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-known-hosts"
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
  - command:
    - "cat"
    image: "eclipsecbi/hugo:0.81.0"
    name: "hugo"
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
  nodeSelector:
    kubernetes.io/os: "linux"
  restartPolicy: "Never"
  volumes:
  - emptyDir:
      medium: ""
    name: "workspace-volume"
  - configMap:
      name: "known-hosts"
    name: "volume-known-hosts"

Running on hugo-agent-2t9d7-j0pl1 in /home/jenkins/agent/workspace/ease.build.website.manual
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timeout
Timeout set to expire in 1 hr 0 min
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Checkout www repo)
[Pipeline] sshagent
[ssh-agent] Using credentials ease-bot (GitLab bot (SSH))
[ssh-agent] Looking for ssh-agent implementation...
[ssh-agent]   Exec ssh-agent (binary ssh-agent on a remote machine)
$ ssh-agent
SSH_AUTH_SOCK=/tmp/ssh-BQIpPQwxdtfP/agent.66
SSH_AGENT_PID=68
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/ease.build.website.manual@tmp/private_key_5135557293370362377.key (ease-bot@eclipse.org)
[ssh-agent] Started.
[Pipeline] {
[Pipeline] sh
+ git clone --recurse-submodules git@gitlab.eclipse.org:eclipse/ease/ease-website.git .
Cloning into '.'...
Submodule 'themes/solstice' (https://gitlab.eclipse.org/eclipsefdn/it/webdev/hugo-solstice-theme.git) registered for path 'themes/solstice'
Cloning into '/home/jenkins/agent/workspace/ease.build.website.manual/themes/solstice'...
Submodule path 'themes/solstice': checked out '704bf52107e88a2ed4d6309d6cb95ea77f22019e'
+ git checkout main
Already on 'main'
Your branch is up to date with 'origin/main'.
[Pipeline] }
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 68 killed;
[ssh-agent] Stopped.
[Pipeline] // sshagent
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build website with Hugo)
[Pipeline] container
[Pipeline] {
[Pipeline] sh
+ hugo -b https://www.eclipse.dev/ease/
Start building sites … 

                   | EN  
-------------------+-----
  Pages            | 26  
  Paginator pages  |  0  
  Non-page files   |  0  
  Static files     | 52  
  Processed images |  0  
  Aliases          |  6  
  Sitemaps         |  1  
  Cleaned          |  0  

Total in 849 ms
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Update production branch)
[Pipeline] sshagent
[ssh-agent] Using credentials ease-bot (GitLab bot (SSH))
[ssh-agent] Looking for ssh-agent implementation...
[ssh-agent]   Exec ssh-agent (binary ssh-agent on a remote machine)
$ ssh-agent
SSH_AUTH_SOCK=/tmp/ssh-Lf9nsJWv1sGq/agent.183
SSH_AGENT_PID=185
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/ease.build.website.manual@tmp/private_key_4012429806663516363.key (ease-bot@eclipse.org)
[ssh-agent] Started.
[Pipeline] {
[Pipeline] sh
+ git checkout production
warning: unable to rmdir 'themes/solstice': Directory not empty
Switched to a new branch 'production'
Branch 'production' set up to track remote branch 'production' from 'origin'.
+ cp -r public/404.html public/categories public/contribute public/css public/developers public/documentation public/downloads public/images public/index.html public/index.xml public/membership_levels public/news public/participation_levels public/presentations public/robots.txt public/sitemap.xml public/support public/tags .
+ rm -rf public
+ git add .
+ git config user.email ease-bot@eclipse.org
+ git config user.name 'EASE Bot'
+ git commit -m 'Website build ease.build.website.manual-11'
[production ee53814] Website build ease.build.website.manual-11
 18 files changed, 50 insertions(+), 46 deletions(-)
+ git log --graph --abbrev-commit --date=relative -n 5
* commit ee53814
| Author: EASE Bot <ease-bot@eclipse.org>
| Date:   0 seconds ago
| 
|     Website build ease.build.website.manual-11
| 
* commit 1b5babc
| Author: EASE Bot <ease-bot@eclipse.org>
| Date:   7 minutes ago
| 
|     Website build ease.build.website.manual-10
| 
* commit 6d7894d
| Author: EASE Bot <ease-bot@eclipse.org>
| Date:   19 minutes ago
| 
|     Website build ease.build.website.manual-9
| 
* commit 16e7045
| Author: EASE Bot <ease-bot@eclipse.org>
| Date:   44 minutes ago
| 
|     Website build ease.build.website.manual-8
| 
* commit 94f1e3f
| Author: EASE Bot <ease-bot@eclipse.org>
| Date:   3 months ago
| 
|     Website build ease.build.website.manual-7
+ git push
remote: Commit: ee5381451b01faac87644a67b01e6af54fcf54ff		✔        
remote: 
remote: 	Reviewing commit: ee5381451b01faac87644a67b01e6af54fcf54ff        
remote: 	Authored by: EASE Bot <ease-bot@eclipse.org>        
remote: 	Automated user 'ease-bot@eclipse.org' detected for author of commit ee5381451b01faac87644a67b01e6af54fcf54ff        
remote: 	Automated user 'ease-bot@eclipse.org' detected for committer of commit ee5381451b01faac87644a67b01e6af54fcf54ff        
remote: 	Eclipse user 'EASE Bot'(author) is a committer on the project.        
remote: 	Eclipse user 'EASE Bot'(committer) is a committer on the project.        
remote: 
remote: 
remote: More information is available at https://api.eclipse.org/git/eca/status/5e127fa4d7d08c308f9683e12859eaff/ui        
remote: 
remote: ========================================================================        
remote: 
remote:   You have reached the free storage limit of 1,000 MiB on one or more        
remote:    projects. To unlock your projects over the free 1,000 MiB project        
remote:   limit, you must purchase additional storage. You can't push to your        
remote:     repository, create pipelines, create issues, or add comments. To        
remote:       reduce storage capacity, you can delete unused repositories,        
remote:                 artifacts, wikis, issues, and pipelines.        
remote: 
remote: ========================================================================        
remote: 
remote: 
remote: To create a merge request for production, visit:        
remote:   https://gitlab.eclipse.org/eclipse/ease/ease-website/-/merge_requests/new?merge_request%5Bsource_branch%5D=production        
remote: 
To gitlab.eclipse.org:eclipse/ease/ease-website.git
   1b5babc..ee53814  production -> production
[Pipeline] }
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 185 killed;
[ssh-agent] Stopped.
[Pipeline] // sshagent
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] archiveArtifacts
Archiving artifacts
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // podTemplate
[Pipeline] End of Pipeline
Finished: SUCCESS