Skip to content
Success

Console Output

Branch indexing
06:16:06 Connecting to https://api.github.com using GitHub bot (username/token)
Obtained Jenkinsfile from bc6f208cf7b7bc8b4fd1e41070d6c7a1dd190339
[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
Agent hugo-agent-mq6k4-5gmsh is provisioned from template hugo-agent-mq6k4
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins-ui.ecp.svc.cluster.local/ecp/job/Build%20and%20deploy%20EMF%20Forms%20website%20on%20staging%20and%20master/job/PR-13/1/"
    runUrl: "job/Build%20and%20deploy%20EMF%20Forms%20website%20on%20staging%20and%20master/job/PR-13/1/"
  labels:
    run: "hugo"
    jenkins: "slave"
    jenkins/label-digest: "7ac110df4066c009b519c7b03c365692b5eeb4d5"
    jenkins/label: "hugo-agent"
  name: "hugo-agent-mq6k4-5gmsh"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.ecp.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "hugo-agent-mq6k4-5gmsh"
    - name: "JENKINS_NAME"
      value: "hugo-agent-mq6k4-5gmsh"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.ecp.svc.cluster.local/ecp/"
    image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.10.1"
    name: "jnlp"
    resources:
      limits: {}
      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_extended:0.81.0"
    imagePullPolicy: "Always"
    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-mq6k4-5gmsh in /home/jenkins/agent/workspace/ite_on_staging_and_master_master
[Pipeline] {
[Pipeline] dir
Running in /home/jenkins/agent/workspace/ite_on_staging_and_master_master/hugo
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
The recommended git tool is: NONE
using credential github-bot
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/eclipsesource/emfforms-website.git
 > git init /home/jenkins/agent/workspace/ite_on_staging_and_master_master/hugo # timeout=10
Fetching upstream changes from https://github.com/eclipsesource/emfforms-website.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
using GIT_ASKPASS to set credentials GitHub bot (username/token)
 > git fetch --no-tags --force --progress -- https://github.com/eclipsesource/emfforms-website.git +refs/heads/master:refs/remotes/origin/master # timeout=10
Avoid second fetch
Checking out Revision bc6f208cf7b7bc8b4fd1e41070d6c7a1dd190339 (master)
 > git config remote.origin.url https://github.com/eclipsesource/emfforms-website.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f bc6f208cf7b7bc8b4fd1e41070d6c7a1dd190339 # timeout=10
Commit message: "Align dev container hugo versions with netlify version"
 > git rev-list --no-walk bc6f208cf7b7bc8b4fd1e41070d6c7a1dd190339 # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // dir
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Update submodule)
[Pipeline] dir
Running in /home/jenkins/agent/workspace/ite_on_staging_and_master_master/hugo
[Pipeline] {
[Pipeline] sh
+ git submodule update --init
Submodule 'themes/syna' (https://github.com/eclipsesource/syna.git) registered for path 'themes/syna'
Cloning into '/home/jenkins/agent/workspace/ite_on_staging_and_master_master/hugo/themes/syna'...
Submodule path 'themes/syna': checked out '2826c48e1a456da37a78e6727c80ea2dc78aee1b'
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Checkout www repo)
[Pipeline] dir
Running in /home/jenkins/agent/workspace/ite_on_staging_and_master_master/www
[Pipeline] {
[Pipeline] sshagent
[ssh-agent] Using credentials genie.ecp (ssh://genie.ecp@git.eclipse.org)
[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-2dzN5gf5aOnP/agent.374
SSH_AGENT_PID=376
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/ite_on_staging_and_master_master/www@tmp/private_key_5939222633935922844.key (/home/jenkins/agent/workspace/ite_on_staging_and_master_master/www@tmp/private_key_5939222633935922844.key)
[ssh-agent] Started.
[Pipeline] {
[Pipeline] sh
+ git clone ssh://genie.ecp@git.eclipse.org:29418/www.eclipse.org/ecp.git .
Cloning into '.'...
Total 3384 (delta 14), reused 3371 (delta 14)
+ git checkout master
Already on 'master'
Your branch is up to date with 'origin/master'.
[Pipeline] }
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 376 killed;
[ssh-agent] Stopped.
[Pipeline] // sshagent
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build website (master) with Hugo)
[Pipeline] container
[Pipeline] {
[Pipeline] dir
Running in /home/jenkins/agent/workspace/ite_on_staging_and_master_master/hugo
[Pipeline] {
[Pipeline] sh
+ hugo -b https://www.eclipse.org/ecp/emfforms/
hugo: /usr/lib/libstdc++.so.6: no version information available (required by hugo)
hugo: /usr/lib/libstdc++.so.6: no version information available (required by hugo)
hugo: /usr/lib/libstdc++.so.6: no version information available (required by hugo)
hugo: /usr/lib/libstdc++.so.6: no version information available (required by hugo)
hugo: /usr/lib/libstdc++.so.6: no version information available (required by hugo)
hugo: /usr/lib/libstdc++.so.6: no version information available (required by hugo)
hugo: /usr/lib/libstdc++.so.6: no version information available (required by hugo)
hugo: /usr/lib/libstdc++.so.6: no version information available (required by hugo)
hugo: /usr/lib/libstdc++.so.6: no version information available (required by hugo)
Start building sites … 
WARN 2022/02/03 11:16:57 .File.Dir on zero object. Wrap it in if or with: {{ with .File }}{{ .Dir }}{{ end }}

                   | EN  
-------------------+-----
  Pages            | 68  
  Paginator pages  |  0  
  Non-page files   |  0  
  Static files     | 36  
  Processed images |  0  
  Aliases          |  0  
  Sitemaps         |  1  
  Cleaned          |  0  

Total in 1471 ms
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build website (staging) with Hugo)
Stage "Build website (staging) with Hugo" skipped due to when conditional
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Push to $env.BRANCH_NAME branch)
[Pipeline] sh
+ rm -rf www/emfforms/404.html www/emfforms/android-chrome-192x192.png www/emfforms/android-chrome-512x512.png www/emfforms/apple-touch-icon.png www/emfforms/categories www/emfforms/contact www/emfforms/documentation www/emfforms/downloads www/emfforms/favicon-16x16.png www/emfforms/favicon-32x32.png www/emfforms/favicon.ico www/emfforms/favicon.png www/emfforms/favicon.svg www/emfforms/fonts www/emfforms/gettinginvolved www/emfforms/gettingstarted www/emfforms/images www/emfforms/index.html www/emfforms/index.json www/emfforms/scripts www/emfforms/sitemap.xml www/emfforms/site.webmanifest www/emfforms/style.css.map www/emfforms/style.min.7a9291b4e347a96ce0aef029365d9d5f0f34c9d89426d5af6e3f10af857b7e80.css www/emfforms/support www/emfforms/tags
+ cp -Rvf hugo/public/404.html hugo/public/android-chrome-192x192.png hugo/public/android-chrome-512x512.png hugo/public/apple-touch-icon.png hugo/public/categories hugo/public/contact hugo/public/documentation hugo/public/downloads hugo/public/favicon-16x16.png hugo/public/favicon-32x32.png hugo/public/favicon.ico hugo/public/favicon.png hugo/public/favicon.svg hugo/public/fonts hugo/public/gettinginvolved hugo/public/gettingstarted hugo/public/images hugo/public/index.html hugo/public/index.json hugo/public/scripts hugo/public/sitemap.xml hugo/public/site.webmanifest hugo/public/style.css.map hugo/public/style.min.7a9291b4e347a96ce0aef029365d9d5f0f34c9d89426d5af6e3f10af857b7e80.css hugo/public/support hugo/public/tags www/emfforms/
'hugo/public/404.html' -> 'www/emfforms/404.html'
'hugo/public/android-chrome-192x192.png' -> 'www/emfforms/android-chrome-192x192.png'
'hugo/public/android-chrome-512x512.png' -> 'www/emfforms/android-chrome-512x512.png'
'hugo/public/apple-touch-icon.png' -> 'www/emfforms/apple-touch-icon.png'
'hugo/public/categories' -> 'www/emfforms/categories'
'hugo/public/categories/index.html' -> 'www/emfforms/categories/index.html'
'hugo/public/categories/index.xml' -> 'www/emfforms/categories/index.xml'
'hugo/public/contact' -> 'www/emfforms/contact'
'hugo/public/contact/index.html' -> 'www/emfforms/contact/index.html'
'hugo/public/documentation' -> 'www/emfforms/documentation'
'hugo/public/documentation/index.html' -> 'www/emfforms/documentation/index.html'
'hugo/public/downloads' -> 'www/emfforms/downloads'
'hugo/public/downloads/index.html' -> 'www/emfforms/downloads/index.html'
'hugo/public/favicon-16x16.png' -> 'www/emfforms/favicon-16x16.png'
'hugo/public/favicon-32x32.png' -> 'www/emfforms/favicon-32x32.png'
'hugo/public/favicon.ico' -> 'www/emfforms/favicon.ico'
'hugo/public/favicon.png' -> 'www/emfforms/favicon.png'
'hugo/public/favicon.svg' -> 'www/emfforms/favicon.svg'
'hugo/public/fonts' -> 'www/emfforms/fonts'
'hugo/public/fonts/fa-brands-400.eot' -> 'www/emfforms/fonts/fa-brands-400.eot'
'hugo/public/fonts/fa-brands-400.svg' -> 'www/emfforms/fonts/fa-brands-400.svg'
'hugo/public/fonts/fa-brands-400.ttf' -> 'www/emfforms/fonts/fa-brands-400.ttf'
'hugo/public/fonts/fa-brands-400.woff' -> 'www/emfforms/fonts/fa-brands-400.woff'
'hugo/public/fonts/fa-brands-400.woff2' -> 'www/emfforms/fonts/fa-brands-400.woff2'
'hugo/public/fonts/fa-regular-400.eot' -> 'www/emfforms/fonts/fa-regular-400.eot'
'hugo/public/fonts/fa-regular-400.svg' -> 'www/emfforms/fonts/fa-regular-400.svg'
'hugo/public/fonts/fa-regular-400.ttf' -> 'www/emfforms/fonts/fa-regular-400.ttf'
'hugo/public/fonts/fa-regular-400.woff' -> 'www/emfforms/fonts/fa-regular-400.woff'
'hugo/public/fonts/fa-regular-400.woff2' -> 'www/emfforms/fonts/fa-regular-400.woff2'
'hugo/public/fonts/fa-solid-900.eot' -> 'www/emfforms/fonts/fa-solid-900.eot'
'hugo/public/fonts/fa-solid-900.svg' -> 'www/emfforms/fonts/fa-solid-900.svg'
'hugo/public/fonts/fa-solid-900.ttf' -> 'www/emfforms/fonts/fa-solid-900.ttf'
'hugo/public/fonts/fa-solid-900.woff' -> 'www/emfforms/fonts/fa-solid-900.woff'
'hugo/public/fonts/fa-solid-900.woff2' -> 'www/emfforms/fonts/fa-solid-900.woff2'
'hugo/public/gettinginvolved' -> 'www/emfforms/gettinginvolved'
'hugo/public/gettinginvolved/index.html' -> 'www/emfforms/gettinginvolved/index.html'
'hugo/public/gettingstarted' -> 'www/emfforms/gettingstarted'
'hugo/public/gettingstarted/index.html' -> 'www/emfforms/gettingstarted/index.html'
'hugo/public/images' -> 'www/emfforms/images'
'hugo/public/images/branchStrategy.png' -> 'www/emfforms/images/branchStrategy.png'
'hugo/public/images/coffeeeditordemo.gif' -> 'www/emfforms/images/coffeeeditordemo.gif'
'hugo/public/images/diagramanimated.gif' -> 'www/emfforms/images/diagramanimated.gif'
'hugo/public/images/emfformsdemo.gif' -> 'www/emfforms/images/emfformsdemo.gif'
'hugo/public/images/eslogo.png' -> 'www/emfforms/images/eslogo.png'
'hugo/public/images/glspoverview.png' -> 'www/emfforms/images/glspoverview.png'
'hugo/public/images/header.jpg' -> 'www/emfforms/images/header.jpg'
'hugo/public/images/image_emfforms.png' -> 'www/emfforms/images/image_emfforms.png'
'hugo/public/images/image_emfforms_selected.png' -> 'www/emfforms/images/image_emfforms_selected.png'
'hugo/public/images/image_profile.png' -> 'www/emfforms/images/image_profile.png'
'hugo/public/images/logo-white.png' -> 'www/emfforms/images/logo-white.png'
'hugo/public/images/logo.png' -> 'www/emfforms/images/logo.png'
'hugo/public/index.html' -> 'www/emfforms/index.html'
'hugo/public/index.json' -> 'www/emfforms/index.json'
'hugo/public/scripts' -> 'www/emfforms/scripts'
'hugo/public/scripts/syna-head.min.e33360d4ecf905a1efca0816e9ec836298eb690b99ca63b6dd1476112d88ab0e.js' -> 'www/emfforms/scripts/syna-head.min.e33360d4ecf905a1efca0816e9ec836298eb690b99ca63b6dd1476112d88ab0e.js'
'hugo/public/scripts/syna-main.min.d8a1ba774466b644f953cc5da998a6c841605d63a4d32c416759c2620505bb4f.js' -> 'www/emfforms/scripts/syna-main.min.d8a1ba774466b644f953cc5da998a6c841605d63a4d32c416759c2620505bb4f.js'
'hugo/public/scripts/syna-content.min.65c8c2baf5c288df52f232b8fd061a5a25407240c67d8403e34be88cf5e78ca4.js' -> 'www/emfforms/scripts/syna-content.min.65c8c2baf5c288df52f232b8fd061a5a25407240c67d8403e34be88cf5e78ca4.js'
'hugo/public/scripts/syna-collapse.min.428353ac5d6a6beb244e0eb6f64facd9697545c174f4e37a9684da6b5b8db930.js' -> 'www/emfforms/scripts/syna-collapse.min.428353ac5d6a6beb244e0eb6f64facd9697545c174f4e37a9684da6b5b8db930.js'
'hugo/public/scripts/syna-hero.min.6d97e292005d00e3a551237503fabd3016e64b6b003733510bb9bc69f0081f50.js' -> 'www/emfforms/scripts/syna-hero.min.6d97e292005d00e3a551237503fabd3016e64b6b003733510bb9bc69f0081f50.js'
'hugo/public/sitemap.xml' -> 'www/emfforms/sitemap.xml'
'hugo/public/site.webmanifest' -> 'www/emfforms/site.webmanifest'
'hugo/public/style.css.map' -> 'www/emfforms/style.css.map'
'hugo/public/style.min.7a9291b4e347a96ce0aef029365d9d5f0f34c9d89426d5af6e3f10af857b7e80.css' -> 'www/emfforms/style.min.7a9291b4e347a96ce0aef029365d9d5f0f34c9d89426d5af6e3f10af857b7e80.css'
'hugo/public/support' -> 'www/emfforms/support'
'hugo/public/support/index.html' -> 'www/emfforms/support/index.html'
'hugo/public/tags' -> 'www/emfforms/tags'
'hugo/public/tags/index.html' -> 'www/emfforms/tags/index.html'
'hugo/public/tags/index.xml' -> 'www/emfforms/tags/index.xml'
[Pipeline] dir
Running in /home/jenkins/agent/workspace/ite_on_staging_and_master_master/www
[Pipeline] {
[Pipeline] sshagent
[ssh-agent] Using credentials genie.ecp (ssh://genie.ecp@git.eclipse.org)
[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-gAbZ9D3PIybJ/agent.410
SSH_AGENT_PID=412
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/ite_on_staging_and_master_master/www@tmp/private_key_619544493376459098.key (/home/jenkins/agent/workspace/ite_on_staging_and_master_master/www@tmp/private_key_619544493376459098.key)
[ssh-agent] Started.
[Pipeline] {
[Pipeline] sh
+ git add -A
+ git diff --cached --exit-code
+ echo 'No change have been detected since last build, nothing to publish'
No change have been detected since last build, nothing to publish
[Pipeline] }
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 412 killed;
[ssh-agent] Stopped.
[Pipeline] // sshagent
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // podTemplate
[Pipeline] End of Pipeline

Could not update commit status, please check if your scan credentials belong to a member of the organization or a collaborator of the repository and repo:status scope is selected


GitHub has been notified of this commit’s build result

Finished: SUCCESS