Skip to content
Failed

Console Output

Branch indexing
13:01:20 Connecting to https://api.github.com using GitHub bot (username/token)
Obtained Jenkinsfile from 86fff3a8d4052d74960234eae1999956a96c2595
[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 ecp/hugo-agent-tf0mh-vh15g
Still waiting to schedule task
‘hugo-agent-tf0mh-vh15g’ is offline
Agent hugo-agent-tf0mh-vh15g is provisioned from template hugo-agent-tf0mh
---
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/staging/1/"
    runUrl: "job/Build%20and%20deploy%20EMF%20Forms%20website%20on%20staging%20and%20master/job/staging/1/"
  labels:
    run: "hugo"
    jenkins: "slave"
    jenkins/label-digest: "7ac110df4066c009b519c7b03c365692b5eeb4d5"
    jenkins/label: "hugo-agent"
  name: "hugo-agent-tf0mh-vh15g"
  namespace: "ecp"
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-tf0mh-vh15g"
    - name: "JENKINS_NAME"
      value: "hugo-agent-tf0mh-vh15g"
    - 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-3107.v665000b_51092"
    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_extended:0.78.1"
    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-tf0mh-vh15g in /home/jenkins/agent/workspace/te_on_staging_and_master_staging
[Pipeline] {
[Pipeline] dir
Running in /home/jenkins/agent/workspace/te_on_staging_and_master_staging/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/te_on_staging_and_master_staging/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/staging:refs/remotes/origin/staging # timeout=10
 > git config remote.origin.url https://github.com/eclipsesource/emfforms-website.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/staging:refs/remotes/origin/staging # timeout=10
Avoid second fetch
Checking out Revision 86fff3a8d4052d74960234eae1999956a96c2595 (staging)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 86fff3a8d4052d74960234eae1999956a96c2595 # timeout=10
Commit message: "Add Jenkinsfile for EMF Forms build"
First time build. Skipping changelog.
[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/te_on_staging_and_master_staging/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/te_on_staging_and_master_staging/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/te_on_staging_and_master_staging/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-HiJKEg0J7ger/agent.222
SSH_AGENT_PID=224
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/te_on_staging_and_master_staging/www@tmp/private_key_16558226091294488253.key (/home/jenkins/agent/workspace/te_on_staging_and_master_staging/www@tmp/private_key_16558226091294488253.key)
[ssh-agent] Started.
[Pipeline] {
[Pipeline] sh
+ git clone ssh://genie.ecp@git.eclipse.org:29418/www.eclipse.org/ecp.git .
Cloning into '.'...
Total 3416 (delta 29), reused 3401 (delta 29)
+ git checkout staging
Switched to a new branch 'staging'
Branch 'staging' set up to track remote branch 'staging' from 'origin'.
[Pipeline] }
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 224 killed;
[ssh-agent] Stopped.
[Pipeline] // sshagent
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build website (master) with Hugo)
Stage "Build website (master) with Hugo" skipped due to when conditional
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build website (staging) with Hugo)
[Pipeline] container
[Pipeline] {
[Pipeline] dir
Running in /home/jenkins/agent/workspace/te_on_staging_and_master_staging/hugo
[Pipeline] {
[Pipeline] sh
+ hugo -b https://staging.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 2023/07/18 17:02:23 .File.Dir on zero object. Wrap it in if or with: {{ with .File }}{{ .Dir }}{{ end }}

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

Total in 1382 ms
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // container
[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.d3a01c977ecacc40ec136f2a5aa5bcd3e9a7238f1b2c69a4948769c48f6f45c7.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.d3a01c977ecacc40ec136f2a5aa5bcd3e9a7238f1b2c69a4948769c48f6f45c7.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.0757f18970a0a32d5acac5a2accc5fe82f787821866c545d9ed17ca765f291a3.js' -> 'www/emfforms/scripts/syna-head.min.0757f18970a0a32d5acac5a2accc5fe82f787821866c545d9ed17ca765f291a3.js'
'hugo/public/scripts/syna-main.min.68ae1ae47948304c9c224cfc1a97ffe16c57514bc587dd6140dcb82389a8d299.js' -> 'www/emfforms/scripts/syna-main.min.68ae1ae47948304c9c224cfc1a97ffe16c57514bc587dd6140dcb82389a8d299.js'
'hugo/public/scripts/syna-content.min.bf537eb5ace369e45e8b4ed41b8d235a65db92236a400ed5659f7a3c41d0f221.js' -> 'www/emfforms/scripts/syna-content.min.bf537eb5ace369e45e8b4ed41b8d235a65db92236a400ed5659f7a3c41d0f221.js'
'hugo/public/scripts/syna-hero.min.97a3fff0c67d9da74ebdd6af2640d8a9cde6200539e8c3b2c091b7fc6644420e.js' -> 'www/emfforms/scripts/syna-hero.min.97a3fff0c67d9da74ebdd6af2640d8a9cde6200539e8c3b2c091b7fc6644420e.js'
'hugo/public/scripts/syna-collapse.min.1f6ca6206008af133f158e2b7b650b4156b8fc33189c5a6142db3bb43c7ad8e7.js' -> 'www/emfforms/scripts/syna-collapse.min.1f6ca6206008af133f158e2b7b650b4156b8fc33189c5a6142db3bb43c7ad8e7.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.d3a01c977ecacc40ec136f2a5aa5bcd3e9a7238f1b2c69a4948769c48f6f45c7.css' -> 'www/emfforms/style.min.d3a01c977ecacc40ec136f2a5aa5bcd3e9a7238f1b2c69a4948769c48f6f45c7.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/te_on_staging_and_master_staging/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-67h0Cms77lNH/agent.260
SSH_AGENT_PID=262
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/te_on_staging_and_master_staging/www@tmp/private_key_15447204036569565095.key (/home/jenkins/agent/workspace/te_on_staging_and_master_staging/www@tmp/private_key_15447204036569565095.key)
[ssh-agent] Started.
[Pipeline] {
[Pipeline] sh
+ git add -A
+ git diff --cached --exit-code
diff --git a/emfforms/404.html b/emfforms/404.html
index 2030398..c29774f 100644
--- a/emfforms/404.html
+++ b/emfforms/404.html
@@ -515,7 +515,7 @@ html {
       <div class="col-md">
         <div class="row mx-0 my-2 justify-content-center text-center text-lg-none text-black-50">
           <div class="row mx-0 mr-lg-auto justify-content-center">
-              <div class="col-auto px-1 copyright-legal">© Copyright&nbsp;2021</div>
+              <div class="col-auto px-1 copyright-legal">© Copyright&nbsp;2023</div>
               <div class="col-auto px-0 copyright-by"> by  Eclipse Foundation</div>
           </div>
         </div>
diff --git a/emfforms/categories/index.html b/emfforms/categories/index.html
index f56412d..4996fe2 100644
--- a/emfforms/categories/index.html
+++ b/emfforms/categories/index.html
@@ -728,7 +728,7 @@ EMF Forms and the EMF Client Platform provide a new way of developing UIs. Inste
       <div class="col-md">
         <div class="row mx-0 my-2 justify-content-center text-center text-lg-none text-black-50">
           <div class="row mx-0 mr-lg-auto justify-content-center">
-              <div class="col-auto px-1 copyright-legal">© Copyright&nbsp;2021</div>
+              <div class="col-auto px-1 copyright-legal">© Copyright&nbsp;2023</div>
               <div class="col-auto px-0 copyright-by"> by  Eclipse Foundation</div>
           </div>
         </div>
diff --git a/emfforms/contact/index.html b/emfforms/contact/index.html
index 40e73bd..9eb87e5 100644
--- a/emfforms/contact/index.html
+++ b/emfforms/contact/index.html
@@ -628,7 +628,7 @@ html {
       <div class="col-md">
         <div class="row mx-0 my-2 justify-content-center text-center text-lg-none text-black-50">
           <div class="row mx-0 mr-lg-auto justify-content-center">
-              <div class="col-auto px-1 copyright-legal">© Copyright&nbsp;2021</div>
+              <div class="col-auto px-1 copyright-legal">© Copyright&nbsp;2023</div>
               <div class="col-auto px-0 copyright-by"> by  Eclipse Foundation</div>
           </div>
         </div>
diff --git a/emfforms/documentation/index.html b/emfforms/documentation/index.html
index a383eab..6a8e1f3 100644
--- a/emfforms/documentation/index.html
+++ b/emfforms/documentation/index.html
@@ -720,7 +720,7 @@ html {
       <div class="col-md">
         <div class="row mx-0 my-2 justify-content-center text-center text-lg-none text-black-50">
           <div class="row mx-0 mr-lg-auto justify-content-center">
-              <div class="col-auto px-1 copyright-legal">© Copyright&nbsp;2021</div>
+              <div class="col-auto px-1 copyright-legal">© Copyright&nbsp;2023</div>
               <div class="col-auto px-0 copyright-by"> by  Eclipse Foundation</div>
           </div>
         </div>
diff --git a/emfforms/downloads/index.html b/emfforms/downloads/index.html
index 662ef66..01cee06 100644
--- a/emfforms/downloads/index.html
+++ b/emfforms/downloads/index.html
@@ -1150,7 +1150,7 @@ Target Update Site (DO NOT INSTALL THIS INTO YOUR IDE. THIS IS MEANT ONLY FOR YO
       <div class="col-md">
         <div class="row mx-0 my-2 justify-content-center text-center text-lg-none text-black-50">
           <div class="row mx-0 mr-lg-auto justify-content-center">
-              <div class="col-auto px-1 copyright-legal">© Copyright&nbsp;2021</div>
+              <div class="col-auto px-1 copyright-legal">© Copyright&nbsp;2023</div>
               <div class="col-auto px-0 copyright-by"> by  Eclipse Foundation</div>
           </div>
         </div>
diff --git a/emfforms/gettinginvolved/index.html b/emfforms/gettinginvolved/index.html
index 1825a4e..fbecad3 100644
--- a/emfforms/gettinginvolved/index.html
+++ b/emfforms/gettinginvolved/index.html
@@ -740,7 +740,7 @@ which accompanies this distribution, and is available at<br>
       <div class="col-md">
         <div class="row mx-0 my-2 justify-content-center text-center text-lg-none text-black-50">
           <div class="row mx-0 mr-lg-auto justify-content-center">
-              <div class="col-auto px-1 copyright-legal">© Copyright&nbsp;2021</div>
+              <div class="col-auto px-1 copyright-legal">© Copyright&nbsp;2023</div>
               <div class="col-auto px-0 copyright-by"> by  Eclipse Foundation</div>
           </div>
         </div>
diff --git a/emfforms/gettingstarted/index.html b/emfforms/gettingstarted/index.html
index e435494..9134365 100644
--- a/emfforms/gettingstarted/index.html
+++ b/emfforms/gettingstarted/index.html
@@ -590,7 +590,7 @@ html {
       <div class="col-md">
         <div class="row mx-0 my-2 justify-content-center text-center text-lg-none text-black-50">
           <div class="row mx-0 mr-lg-auto justify-content-center">
-              <div class="col-auto px-1 copyright-legal">© Copyright&nbsp;2021</div>
+              <div class="col-auto px-1 copyright-legal">© Copyright&nbsp;2023</div>
               <div class="col-auto px-0 copyright-by"> by  Eclipse Foundation</div>
           </div>
         </div>
diff --git a/emfforms/index.html b/emfforms/index.html
index cc59549..fa6dc1f 100644
--- a/emfforms/index.html
+++ b/emfforms/index.html
@@ -728,7 +728,7 @@ EMF Forms and the EMF Client Platform provide a new way of developing UIs. Inste
       <div class="col-md">
         <div class="row mx-0 my-2 justify-content-center text-center text-lg-none text-black-50">
           <div class="row mx-0 mr-lg-auto justify-content-center">
-              <div class="col-auto px-1 copyright-legal">© Copyright&nbsp;2021</div>
+              <div class="col-auto px-1 copyright-legal">© Copyright&nbsp;2023</div>
               <div class="col-auto px-0 copyright-by"> by  Eclipse Foundation</div>
           </div>
         </div>
diff --git a/emfforms/support/index.html b/emfforms/support/index.html
index 927edb8..04cc13b 100644
--- a/emfforms/support/index.html
+++ b/emfforms/support/index.html
@@ -600,7 +600,7 @@ additionally 5 hours project sponsorship</p>
       <div class="col-md">
         <div class="row mx-0 my-2 justify-content-center text-center text-lg-none text-black-50">
           <div class="row mx-0 mr-lg-auto justify-content-center">
-              <div class="col-auto px-1 copyright-legal">© Copyright&nbsp;2021</div>
+              <div class="col-auto px-1 copyright-legal">© Copyright&nbsp;2023</div>
               <div class="col-auto px-0 copyright-by"> by  Eclipse Foundation</div>
           </div>
         </div>
diff --git a/emfforms/tags/index.html b/emfforms/tags/index.html
index 5943f27..af73498 100644
--- a/emfforms/tags/index.html
+++ b/emfforms/tags/index.html
@@ -728,7 +728,7 @@ EMF Forms and the EMF Client Platform provide a new way of developing UIs. Inste
       <div class="col-md">
         <div class="row mx-0 my-2 justify-content-center text-center text-lg-none text-black-50">
           <div class="row mx-0 mr-lg-auto justify-content-center">
-              <div class="col-auto px-1 copyright-legal">© Copyright&nbsp;2021</div>
+              <div class="col-auto px-1 copyright-legal">© Copyright&nbsp;2023</div>
               <div class="col-auto px-0 copyright-by"> by  Eclipse Foundation</div>
           </div>
         </div>
+ echo 'Changes have been detected, publishing to repo '\''www.eclipse.org/ecp'\'''
Changes have been detected, publishing to repo 'www.eclipse.org/ecp'
+ git config user.email ecp-bot@eclipse.org
+ git config user.name 'ECP Bot'
+ git commit -m 'Website build Build and deploy EMF Forms website on staging and master/staging-1'
[staging f47367f] Website build Build and deploy EMF Forms website on staging and master/staging-1
 10 files changed, 10 insertions(+), 10 deletions(-)
+ git log --graph --abbrev-commit --date=relative -n 5
* commit f47367f
| Author: ECP Bot <ecp-bot@eclipse.org>
| Date:   1 second ago
| 
|     Website build Build and deploy EMF Forms website on staging and master/staging-1
| 
* commit d80901a
| Author: ECP Bot <ecp-bot@eclipse.org>
| Date:   2 years, 6 months ago
| 
|     Website build Build and deploy EMF Forms website on staging and master/staging-2
| 
* commit 9d7b4c6
| Author: Eugen Neufeld <eneufeld@eclipsesource.com>
| Date:   2 years, 10 months ago
| 
|     Update ECP Webpage to improve visual style
|     
|     Change-Id: I5eafc61678834dbda8cb0bc8de7c5332fba8b538
|     Signed-off-by: Eugen Neufeld <eneufeld@eclipsesource.com>
| 
* commit 4b16fdd
| Author: Eugen Neufeld <eneufeld@eclipsesource.com>
| Date:   2 years, 10 months ago
| 
|     Update Web page
|     
|     - Update EMFForms webpage to be based on hugo
|     - Update 1.25 Release
|     - Add `ECP deprecated` message to all ECP pages
|     
|     Change-Id: I7b73e8de6e696c8310792cf8e5e131ac52677be7
|     Signed-off-by: Eugen Neufeld <eneufeld@eclipsesource.com>
| 
* commit f2ce13a
| Author: Eugen Neufeld <eneufeld@eclipsesource.com>
| Date:   2 years, 11 months ago
| 
|     Add API-SPI changes
|     
|     Change-Id: I96a6ea022c6f53f605237917854219485f076041
|     Signed-off-by: Eugen Neufeld <eneufeld@eclipsesource.com>
+ git push origin HEAD:staging
remote: 
remote: Processing changes: refs: 1
remote: Processing changes: refs: 1
remote: Processing changes: refs: 1, done            
To ssh://git.eclipse.org:29418/www.eclipse.org/ecp.git
 ! [remote rejected] HEAD -> staging (prohibited by Gerrit: project state does not permit write)
error: failed to push some refs to 'ssh://genie.ecp@git.eclipse.org:29418/www.eclipse.org/ecp.git'
[Pipeline] }
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 262 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
ERROR: script returned exit code 1

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: FAILURE