Skip to content
Success

Console Output

Push event to branch staging
16:06:51 Connecting to https://api.github.com using GitHub bot (username/token)
Obtained Jenkinsfile from 10c8d686954085cc877f52d76cef9165c243e76f
[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
Still waiting to schedule task
Waiting for next available executor
Created Pod: kubernetes windowbuilder/hugo-agent-7f93p-tkrtg
Agent hugo-agent-7f93p-tkrtg is provisioned from template hugo-agent-7f93p
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins-ui.windowbuilder.svc.cluster.local/windowbuilder/job/website/job/staging/20/"
    runUrl: "job/website/job/staging/20/"
  labels:
    run: "hugo"
    jenkins: "slave"
    jenkins/label-digest: "7ac110df4066c009b519c7b03c365692b5eeb4d5"
    jenkins/label: "hugo-agent"
  name: "hugo-agent-7f93p-tkrtg"
  namespace: "windowbuilder"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.windowbuilder.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "hugo-agent-7f93p-tkrtg"
    - name: "JENKINS_NAME"
      value: "hugo-agent-7f93p-tkrtg"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.windowbuilder.svc.cluster.local/windowbuilder/"
    - name: "HOME"
      value: "/home/jenkins"
    image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-3160.vd76b_9ddd10cc"
    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.110.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"

Created Pod: kubernetes windowbuilder/hugo-agent-7f93p-hk91w
Running on hugo-agent-7f93p-tkrtg in /home/jenkins/agent/workspace/website_staging
[Pipeline] {
[Pipeline] dir
Running in /home/jenkins/agent/workspace/website_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/eclipse-windowbuilder/windowbuilder-website-source.git
 > git init /home/jenkins/agent/workspace/website_staging/hugo # timeout=10
Fetching upstream changes from https://github.com/eclipse-windowbuilder/windowbuilder-website-source.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/eclipse-windowbuilder/windowbuilder-website-source.git +refs/heads/staging:refs/remotes/origin/staging # timeout=10
 > git config remote.origin.url https://github.com/eclipse-windowbuilder/windowbuilder-website-source.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/staging:refs/remotes/origin/staging # timeout=10
Avoid second fetch
Checking out Revision 10c8d686954085cc877f52d76cef9165c243e76f (staging)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 10c8d686954085cc877f52d76cef9165c243e76f # timeout=10
Commit message: "Migrate current WindowBuilder website from php to Hugo/HTML"
First time build. Skipping changelog.
 > git rev-list --no-walk 62e8808a6f8481d5008ec3f1d11e60fc92219eaf # timeout=10
 > git remote # timeout=10
 > git submodule init # timeout=10
 > git submodule sync # timeout=10
 > git config --get remote.origin.url # timeout=10
 > git submodule init # timeout=10
 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10
 > git config --get submodule.themes/hugo-solstice-theme.url # timeout=10
 > git config -f .gitmodules --get submodule.themes/hugo-solstice-theme.path # timeout=10
 > git submodule update --init --recursive themes/hugo-solstice-theme # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // dir
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timeout
Timeout set to expire in 1 hr 0 min
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Checkout www repo)
[Pipeline] dir
Running in /home/jenkins/agent/workspace/website_staging/www
[Pipeline] {
[Pipeline] sshagent
[ssh-agent] Using credentials eclipse-windowbuilder-bot (GitHub 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-f2S3oFXmE7Fe/agent.327
SSH_AGENT_PID=329
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/website_staging/www@tmp/private_key_12447572242199817212.key (windowbuilder-bot@eclipse.org)
[ssh-agent] Started.
[Pipeline] {
[Pipeline] sh
+ git clone git@github.com:eclipse-windowbuilder/windowbuilder-website.git .
Cloning into '.'...
Checking out files:  80% (12/15)   
Checking out files:  86% (13/15)   
Checking out files:  93% (14/15)   
Checking out files: 100% (15/15)   
Checking out files: 100% (15/15), done.
+ 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 329 killed;
[ssh-agent] Stopped.
[Pipeline] // sshagent
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build website master/staging with Hugo)
[Pipeline] container
[Pipeline] {
[Pipeline] dir
Running in /home/jenkins/agent/workspace/website_staging/hugo
[Pipeline] {
[Pipeline] sh
+ hugo -b https://eclipse.dev/windowbuilder/
Start building sites … 
hugo v0.110.0-e32a493b7826d02763c3b79623952e625402b168+extended linux/amd64 BuildDate=2023-01-17T12:16:09Z VendorInfo=gohugoio

                   | EN  
-------------------+-----
  Pages            | 20  
  Paginator pages  |  0  
  Non-page files   |  1  
  Static files     |  2  
  Processed images |  0  
  Aliases          |  4  
  Sitemaps         |  1  
  Cleaned          |  0  

Total in 1504 ms
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Push to master/staging branch)
[Pipeline] sh
+ rm -rf www/404.html www/categories www/documentation www/downloads www/images www/index.html www/index.xml www/involved www/membership_levels www/participation_levels www/robots.txt www/sitemap.xml www/style.css www/support www/tags www/wbdemo.mp4 www/wb_eclipse_logo.svg www/wb.svg
+ cp -Rvf hugo/public/404.html hugo/public/categories hugo/public/documentation hugo/public/downloads hugo/public/images hugo/public/index.html hugo/public/index.xml hugo/public/involved hugo/public/membership_levels hugo/public/participation_levels hugo/public/robots.txt hugo/public/sitemap.xml hugo/public/style.css hugo/public/support hugo/public/tags hugo/public/wbdemo.mp4 hugo/public/wb_eclipse_logo.svg hugo/public/wb.svg www/
'hugo/public/404.html' -> 'www/404.html'
'hugo/public/categories' -> 'www/categories'
'hugo/public/categories/index.html' -> 'www/categories/index.html'
'hugo/public/categories/index.xml' -> 'www/categories/index.xml'
'hugo/public/categories/page' -> 'www/categories/page'
'hugo/public/categories/page/1' -> 'www/categories/page/1'
'hugo/public/categories/page/1/index.html' -> 'www/categories/page/1/index.html'
'hugo/public/documentation' -> 'www/documentation'
'hugo/public/documentation/index.html' -> 'www/documentation/index.html'
'hugo/public/documentation/index.xml' -> 'www/documentation/index.xml'
'hugo/public/downloads' -> 'www/downloads'
'hugo/public/downloads/index.html' -> 'www/downloads/index.html'
'hugo/public/downloads/index.xml' -> 'www/downloads/index.xml'
'hugo/public/images' -> 'www/images'
'hugo/public/images/wb_summary_shot.gif' -> 'www/images/wb_summary_shot.gif'
'hugo/public/index.html' -> 'www/index.html'
'hugo/public/index.xml' -> 'www/index.xml'
'hugo/public/involved' -> 'www/involved'
'hugo/public/involved/index.html' -> 'www/involved/index.html'
'hugo/public/involved/index.xml' -> 'www/involved/index.xml'
'hugo/public/membership_levels' -> 'www/membership_levels'
'hugo/public/membership_levels/index.html' -> 'www/membership_levels/index.html'
'hugo/public/membership_levels/index.xml' -> 'www/membership_levels/index.xml'
'hugo/public/membership_levels/page' -> 'www/membership_levels/page'
'hugo/public/membership_levels/page/1' -> 'www/membership_levels/page/1'
'hugo/public/membership_levels/page/1/index.html' -> 'www/membership_levels/page/1/index.html'
'hugo/public/participation_levels' -> 'www/participation_levels'
'hugo/public/participation_levels/index.html' -> 'www/participation_levels/index.html'
'hugo/public/participation_levels/index.xml' -> 'www/participation_levels/index.xml'
'hugo/public/participation_levels/page' -> 'www/participation_levels/page'
'hugo/public/participation_levels/page/1' -> 'www/participation_levels/page/1'
'hugo/public/participation_levels/page/1/index.html' -> 'www/participation_levels/page/1/index.html'
'hugo/public/robots.txt' -> 'www/robots.txt'
'hugo/public/sitemap.xml' -> 'www/sitemap.xml'
'hugo/public/style.css' -> 'www/style.css'
'hugo/public/support' -> 'www/support'
'hugo/public/support/index.html' -> 'www/support/index.html'
'hugo/public/support/index.xml' -> 'www/support/index.xml'
'hugo/public/tags' -> 'www/tags'
'hugo/public/tags/index.html' -> 'www/tags/index.html'
'hugo/public/tags/index.xml' -> 'www/tags/index.xml'
'hugo/public/tags/page' -> 'www/tags/page'
'hugo/public/tags/page/1' -> 'www/tags/page/1'
'hugo/public/tags/page/1/index.html' -> 'www/tags/page/1/index.html'
'hugo/public/wbdemo.mp4' -> 'www/wbdemo.mp4'
'hugo/public/wb_eclipse_logo.svg' -> 'www/wb_eclipse_logo.svg'
'hugo/public/wb.svg' -> 'www/wb.svg'
[Pipeline] dir
Running in /home/jenkins/agent/workspace/website_staging/www
[Pipeline] {
[Pipeline] sshagent
[ssh-agent] Using credentials eclipse-windowbuilder-bot (GitHub 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-USTU4mNLEF9E/agent.374
SSH_AGENT_PID=376
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/website_staging/www@tmp/private_key_14804481605463993894.key (windowbuilder-bot@eclipse.org)
[ssh-agent] Started.
[Pipeline] {
[Pipeline] sh
+ git add -A
+ git diff --cached --exit-code
diff --git a/404.html b/404.html
index 2f49bd6..75c60cf 100644
--- a/404.html
+++ b/404.html
@@ -29,7 +29,7 @@
 <link rel="canonical" href="https://eclipse.dev/windowbuilder/404.html" />
 
 
-<link rel="stylesheet" href="https://eclipse.org/eclipse.org-common/themes/solstice/public/stylesheets/quicksilver.min.css?v=1712174729">
+<link rel="stylesheet" href="https://eclipse.org/eclipse.org-common/themes/solstice/public/stylesheets/quicksilver.min.css?v=1712174933">
   
   <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
   new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
@@ -453,7 +453,7 @@ height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
   
   <div id="footer-js">
   
-  <script src="https://www.eclipse.org/eclipse.org-common/themes/solstice/public/javascript/main.min.js?v=1712174729"></script>
+  <script src="https://www.eclipse.org/eclipse.org-common/themes/solstice/public/javascript/main.min.js?v=1712174933"></script>
   
 
   
diff --git a/categories/index.html b/categories/index.html
index f899019..ce1cf46 100644
--- a/categories/index.html
+++ b/categories/index.html
@@ -31,7 +31,7 @@
 <link rel="alternate" href="/windowbuilder/categories/index.xml" type="application/rss+xml" title="">
 
 
-<link rel="stylesheet" href="https://eclipse.org/eclipse.org-common/themes/solstice/public/stylesheets/quicksilver.min.css?v=1712174728">
+<link rel="stylesheet" href="https://eclipse.org/eclipse.org-common/themes/solstice/public/stylesheets/quicksilver.min.css?v=1712174932">
   
   <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
   new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
@@ -429,7 +429,7 @@ height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
   
   <div id="footer-js">
   
-  <script src="https://www.eclipse.org/eclipse.org-common/themes/solstice/public/javascript/main.min.js?v=1712174728"></script>
+  <script src="https://www.eclipse.org/eclipse.org-common/themes/solstice/public/javascript/main.min.js?v=1712174932"></script>
   
 
   
diff --git a/documentation/index.html b/documentation/index.html
index 2f09a79..66e222e 100644
--- a/documentation/index.html
+++ b/documentation/index.html
@@ -31,7 +31,7 @@
 <link rel="alternate" href="/windowbuilder/documentation/index.xml" type="application/rss+xml" title="">
 
 
-<link rel="stylesheet" href="https://eclipse.org/eclipse.org-common/themes/solstice/public/stylesheets/quicksilver.min.css?v=1712174728">
+<link rel="stylesheet" href="https://eclipse.org/eclipse.org-common/themes/solstice/public/stylesheets/quicksilver.min.css?v=1712174932">
   
   <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
   new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
@@ -459,7 +459,7 @@ See the latest documentation <a href="https://help.eclipse.org/latest/topic/org.
   
   <div id="footer-js">
   
-  <script src="https://www.eclipse.org/eclipse.org-common/themes/solstice/public/javascript/main.min.js?v=1712174728"></script>
+  <script src="https://www.eclipse.org/eclipse.org-common/themes/solstice/public/javascript/main.min.js?v=1712174932"></script>
   
 
   
diff --git a/downloads/index.html b/downloads/index.html
index 6e59c08..6d31f98 100644
--- a/downloads/index.html
+++ b/downloads/index.html
@@ -31,7 +31,7 @@
 <link rel="alternate" href="/windowbuilder/downloads/index.xml" type="application/rss+xml" title="">
 
 
-<link rel="stylesheet" href="https://eclipse.org/eclipse.org-common/themes/solstice/public/stylesheets/quicksilver.min.css?v=1712174728">
+<link rel="stylesheet" href="https://eclipse.org/eclipse.org-common/themes/solstice/public/stylesheets/quicksilver.min.css?v=1712174932">
   
   <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
   new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
@@ -598,7 +598,7 @@ Use the Eclipse Committers, Java, Java EE, or RCP/Plug-in Developers distributio
   
   <div id="footer-js">
   
-  <script src="https://www.eclipse.org/eclipse.org-common/themes/solstice/public/javascript/main.min.js?v=1712174728"></script>
+  <script src="https://www.eclipse.org/eclipse.org-common/themes/solstice/public/javascript/main.min.js?v=1712174932"></script>
   
 
   
diff --git a/index.html b/index.html
index 58a24de..c952a33 100644
--- a/index.html
+++ b/index.html
@@ -31,7 +31,7 @@
 <link rel="alternate" href="/windowbuilder/index.xml" type="application/rss+xml" title="">
 
 
-<link rel="stylesheet" href="https://eclipse.org/eclipse.org-common/themes/solstice/public/stylesheets/quicksilver.min.css?v=1712174728">
+<link rel="stylesheet" href="https://eclipse.org/eclipse.org-common/themes/solstice/public/stylesheets/quicksilver.min.css?v=1712174932">
   
   <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
   new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
@@ -460,7 +460,7 @@ WindowBuilder is composed of SWT Designer and Swing Designer and makes it very e
   
   <div id="footer-js">
   
-  <script src="https://www.eclipse.org/eclipse.org-common/themes/solstice/public/javascript/main.min.js?v=1712174728"></script>
+  <script src="https://www.eclipse.org/eclipse.org-common/themes/solstice/public/javascript/main.min.js?v=1712174932"></script>
   
 
   
diff --git a/involved/index.html b/involved/index.html
index 102a539..8c0d7dd 100644
--- a/involved/index.html
+++ b/involved/index.html
@@ -31,7 +31,7 @@
 <link rel="alternate" href="/windowbuilder/involved/index.xml" type="application/rss+xml" title="">
 
 
-<link rel="stylesheet" href="https://eclipse.org/eclipse.org-common/themes/solstice/public/stylesheets/quicksilver.min.css?v=1712174729">
+<link rel="stylesheet" href="https://eclipse.org/eclipse.org-common/themes/solstice/public/stylesheets/quicksilver.min.css?v=1712174932">
   
   <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
   new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
@@ -465,7 +465,7 @@ height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
   
   <div id="footer-js">
   
-  <script src="https://www.eclipse.org/eclipse.org-common/themes/solstice/public/javascript/main.min.js?v=1712174729"></script>
+  <script src="https://www.eclipse.org/eclipse.org-common/themes/solstice/public/javascript/main.min.js?v=1712174932"></script>
   
 
   
diff --git a/membership_levels/index.html b/membership_levels/index.html
index 0626a80..0976165 100644
--- a/membership_levels/index.html
+++ b/membership_levels/index.html
@@ -31,7 +31,7 @@
 <link rel="alternate" href="/windowbuilder/membership_levels/index.xml" type="application/rss+xml" title="">
 
 
-<link rel="stylesheet" href="https://eclipse.org/eclipse.org-common/themes/solstice/public/stylesheets/quicksilver.min.css?v=1712174729">
+<link rel="stylesheet" href="https://eclipse.org/eclipse.org-common/themes/solstice/public/stylesheets/quicksilver.min.css?v=1712174932">
   
   <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
   new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
@@ -429,7 +429,7 @@ height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
   
   <div id="footer-js">
   
-  <script src="https://www.eclipse.org/eclipse.org-common/themes/solstice/public/javascript/main.min.js?v=1712174729"></script>
+  <script src="https://www.eclipse.org/eclipse.org-common/themes/solstice/public/javascript/main.min.js?v=1712174932"></script>
   
 
   
diff --git a/participation_levels/index.html b/participation_levels/index.html
index 9d0e7c2..feccf5a 100644
--- a/participation_levels/index.html
+++ b/participation_levels/index.html
@@ -31,7 +31,7 @@
 <link rel="alternate" href="/windowbuilder/participation_levels/index.xml" type="application/rss+xml" title="">
 
 
-<link rel="stylesheet" href="https://eclipse.org/eclipse.org-common/themes/solstice/public/stylesheets/quicksilver.min.css?v=1712174728">
+<link rel="stylesheet" href="https://eclipse.org/eclipse.org-common/themes/solstice/public/stylesheets/quicksilver.min.css?v=1712174932">
   
   <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
   new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
@@ -429,7 +429,7 @@ height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
   
   <div id="footer-js">
   
-  <script src="https://www.eclipse.org/eclipse.org-common/themes/solstice/public/javascript/main.min.js?v=1712174728"></script>
+  <script src="https://www.eclipse.org/eclipse.org-common/themes/solstice/public/javascript/main.min.js?v=1712174932"></script>
   
 
   
diff --git a/support/index.html b/support/index.html
index bdbf8a6..f69a0bf 100644
--- a/support/index.html
+++ b/support/index.html
@@ -31,7 +31,7 @@
 <link rel="alternate" href="/windowbuilder/support/index.xml" type="application/rss+xml" title="">
 
 
-<link rel="stylesheet" href="https://eclipse.org/eclipse.org-common/themes/solstice/public/stylesheets/quicksilver.min.css?v=1712174728">
+<link rel="stylesheet" href="https://eclipse.org/eclipse.org-common/themes/solstice/public/stylesheets/quicksilver.min.css?v=1712174932">
   
   <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
   new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
@@ -459,7 +459,7 @@ For questions use <a href="https://github.com/eclipse-windowbuilder/windowbuilde
   
   <div id="footer-js">
   
-  <script src="https://www.eclipse.org/eclipse.org-common/themes/solstice/public/javascript/main.min.js?v=1712174728"></script>
+  <script src="https://www.eclipse.org/eclipse.org-common/themes/solstice/public/javascript/main.min.js?v=1712174932"></script>
   
 
   
diff --git a/tags/index.html b/tags/index.html
index 34759f6..2629041 100644
--- a/tags/index.html
+++ b/tags/index.html
@@ -31,7 +31,7 @@
 <link rel="alternate" href="/windowbuilder/tags/index.xml" type="application/rss+xml" title="">
 
 
-<link rel="stylesheet" href="https://eclipse.org/eclipse.org-common/themes/solstice/public/stylesheets/quicksilver.min.css?v=1712174728">
+<link rel="stylesheet" href="https://eclipse.org/eclipse.org-common/themes/solstice/public/stylesheets/quicksilver.min.css?v=1712174932">
   
   <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
   new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
@@ -429,7 +429,7 @@ height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
   
   <div id="footer-js">
   
-  <script src="https://www.eclipse.org/eclipse.org-common/themes/solstice/public/javascript/main.min.js?v=1712174728"></script>
+  <script src="https://www.eclipse.org/eclipse.org-common/themes/solstice/public/javascript/main.min.js?v=1712174932"></script>
   
 
   
+ echo 'Changes have been detected, publishing to repo '\''eclipse-windowbuilder/windowbuilder-website'\'''
Changes have been detected, publishing to repo 'eclipse-windowbuilder/windowbuilder-website'
+ git config user.email windowbuilder-bot@eclipse.org
+ git config user.name 'WindowBuilder Bot'
+ git commit -m 'Website build website/staging-20'
[staging 915ac7b] Website build website/staging-20
 10 files changed, 20 insertions(+), 20 deletions(-)
+ git log --graph --abbrev-commit --date=relative -n 5
* commit 915ac7b
| Author: WindowBuilder Bot <windowbuilder-bot@eclipse.org>
| Date:   0 seconds ago
| 
|     Website build website/staging-20
| 
* commit 970cc52
| Author: WindowBuilder Bot <windowbuilder-bot@eclipse.org>
| Date:   3 minutes ago
| 
|     Website build website/staging-19
| 
* commit 5660163
| Author: WindowBuilder Bot <windowbuilder-bot@eclipse.org>
| Date:   52 minutes ago
| 
|     Website build website/staging-18
| 
* commit 506d2fa
| Author: WindowBuilder Bot <windowbuilder-bot@eclipse.org>
| Date:   3 hours ago
| 
|     Website build website/staging-9
| 
* commit 4d4fc13
| Author: Patrick Ziegler <ziegler.patrick@hotmail.de>
| Date:   4 months ago
| 
|     Add 1.13.0 to the list of old releases
+ '[' staging = master ']'
+ git push origin HEAD:staging
To github.com:eclipse-windowbuilder/windowbuilder-website.git
   970cc52..915ac7b  HEAD -> staging
[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] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // podTemplate
[Pipeline] End of Pipeline
Finished: SUCCESS