Skip to content
Success

Console Output

Push event to branch master
14:09:19 Connecting to https://api.github.com using GitHub bot (username/token)
Obtained Jenkinsfile from 172dab180a62f2be475d6f8a453567fd101fcc54
[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 windowbuilder/hugo-agent-ccfp1-c49v8
Still waiting to schedule task
‘hugo-agent-ccfp1-c49v8’ is offline
Agent hugo-agent-ccfp1-c49v8 is provisioned from template hugo-agent-ccfp1
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins-ui.windowbuilder.svc.cluster.local/windowbuilder/job/website/job/master/4/"
    runUrl: "job/website/job/master/4/"
  labels:
    run: "hugo"
    jenkins: "slave"
    jenkins/label-digest: "7ac110df4066c009b519c7b03c365692b5eeb4d5"
    jenkins/label: "hugo-agent"
  name: "hugo-agent-ccfp1-c49v8"
  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-ccfp1-c49v8"
    - name: "JENKINS_NAME"
      value: "hugo-agent-ccfp1-c49v8"
    - 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"

Running on hugo-agent-ccfp1-c49v8 in /home/jenkins/agent/workspace/website_master
[Pipeline] {
[Pipeline] dir
Running in /home/jenkins/agent/workspace/website_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/eclipse-windowbuilder/windowbuilder-website-source.git
 > git init /home/jenkins/agent/workspace/website_master/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/master:refs/remotes/origin/master # 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/master:refs/remotes/origin/master # timeout=10
Avoid second fetch
Checking out Revision 172dab180a62f2be475d6f8a453567fd101fcc54 (master)
Commit message: "Use relative paths for the navigation shortcode"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 172dab180a62f2be475d6f8a453567fd101fcc54 # timeout=10
 > git rev-list --no-walk e1fd25fa4030d42b5ff7b63565d903cb24fea252 # 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_master/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-wxsuI7aCRwdJ/agent.336
SSH_AGENT_PID=338
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/website_master/www@tmp/private_key_8519562406061539011.key (windowbuilder-bot@eclipse.org)
[ssh-agent] Started.
[Pipeline] {
[Pipeline] sh
+ git clone git@github.com:eclipse-windowbuilder/windowbuilder-website.git .
Cloning into '.'...
+ 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 338 killed;
[ssh-agent] Stopped.
[Pipeline] // sshagent
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build website with Hugo)
[Pipeline] container
[Pipeline] {
[Pipeline] dir
Running in /home/jenkins/agent/workspace/website_master/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 1005 ms
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Push to master 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_master/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-ml78TDJVxAT8/agent.375
SSH_AGENT_PID=377
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/website_master/www@tmp/private_key_4214901198008811171.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 d95173c..276d540 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=1712251132">
+<link rel="stylesheet" href="https://eclipse.org/eclipse.org-common/themes/solstice/public/stylesheets/quicksilver.min.css?v=1712254213">
   
   <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=1712251132"></script>
+  <script src="https://www.eclipse.org/eclipse.org-common/themes/solstice/public/javascript/main.min.js?v=1712254213"></script>
   
 
   
diff --git a/categories/index.html b/categories/index.html
index 6279e88..bc2cdcb 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=1712251131">
+<link rel="stylesheet" href="https://eclipse.org/eclipse.org-common/themes/solstice/public/stylesheets/quicksilver.min.css?v=1712254213">
   
   <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=1712251131"></script>
+  <script src="https://www.eclipse.org/eclipse.org-common/themes/solstice/public/javascript/main.min.js?v=1712254213"></script>
   
 
   
diff --git a/documentation/index.html b/documentation/index.html
index 703fd8d..efb0dbc 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=1712251131">
+<link rel="stylesheet" href="https://eclipse.org/eclipse.org-common/themes/solstice/public/stylesheets/quicksilver.min.css?v=1712254212">
   
   <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],
@@ -310,7 +310,7 @@ height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
   <div class="col-xs-24 col-md-14 vcenter">
     <ul class="clearfix">
       <li class="col-xs-24 col-md-12">
-        <a class="row" href="/downloads/" title="Download: Update Sites" target="_self">
+        <a class="row" href="downloads/" title="Download: Update Sites" target="_self">
           <i class="col-xs-3 col-md-6 fa fa-download"></i>
           <span class="col-xs-21 c col-md-17">
             Download
@@ -319,7 +319,7 @@ height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
         </a>
       </li>
       <li class="col-xs-24 col-md-12">
-        <a class="row" href="/involved/" title="Geting Involved: Git, Workspace Setup" target="_self">
+        <a class="row" href="involved/" title="Geting Involved: Git, Workspace Setup" target="_self">
           <i class="col-xs-3 col-md-6 fa fa-users"></i>
           <span class="col-xs-21 c col-md-17">
             Getting Involved
@@ -328,7 +328,7 @@ height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
         </a>
       </li>
       <li class="col-xs-24 col-md-12">
-        <a class="row" href="/documentation/" title="Documentation: User Guide" target="_self">
+        <a class="row" href="documentation/" title="Documentation: User Guide" target="_self">
           <i class="col-xs-3 col-md-6 fa fa-book"></i>
           <span class="col-xs-21 c col-md-17">
             Documentation
@@ -337,7 +337,7 @@ height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
         </a>
       </li>
       <li class="col-xs-24 col-md-12">
-        <a class="row" href="/support/" title="Support: Question, Issue Tracking" target="_self">
+        <a class="row" href="support/" title="Support: Question, Issue Tracking" target="_self">
           <i class="col-xs-3 col-md-6 fa fa-support"></i>
           <span class="col-xs-21 c col-md-17">
             Support
@@ -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=1712251131"></script>
+  <script src="https://www.eclipse.org/eclipse.org-common/themes/solstice/public/javascript/main.min.js?v=1712254213"></script>
   
 
   
diff --git a/downloads/index.html b/downloads/index.html
index e787bee..ef01c6d 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=1712251131">
+<link rel="stylesheet" href="https://eclipse.org/eclipse.org-common/themes/solstice/public/stylesheets/quicksilver.min.css?v=1712254212">
   
   <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],
@@ -310,7 +310,7 @@ height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
   <div class="col-xs-24 col-md-14 vcenter">
     <ul class="clearfix">
       <li class="col-xs-24 col-md-12">
-        <a class="row" href="/downloads/" title="Download: Update Sites" target="_self">
+        <a class="row" href="downloads/" title="Download: Update Sites" target="_self">
           <i class="col-xs-3 col-md-6 fa fa-download"></i>
           <span class="col-xs-21 c col-md-17">
             Download
@@ -319,7 +319,7 @@ height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
         </a>
       </li>
       <li class="col-xs-24 col-md-12">
-        <a class="row" href="/involved/" title="Geting Involved: Git, Workspace Setup" target="_self">
+        <a class="row" href="involved/" title="Geting Involved: Git, Workspace Setup" target="_self">
           <i class="col-xs-3 col-md-6 fa fa-users"></i>
           <span class="col-xs-21 c col-md-17">
             Getting Involved
@@ -328,7 +328,7 @@ height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
         </a>
       </li>
       <li class="col-xs-24 col-md-12">
-        <a class="row" href="/documentation/" title="Documentation: User Guide" target="_self">
+        <a class="row" href="documentation/" title="Documentation: User Guide" target="_self">
           <i class="col-xs-3 col-md-6 fa fa-book"></i>
           <span class="col-xs-21 c col-md-17">
             Documentation
@@ -337,7 +337,7 @@ height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
         </a>
       </li>
       <li class="col-xs-24 col-md-12">
-        <a class="row" href="/support/" title="Support: Question, Issue Tracking" target="_self">
+        <a class="row" href="support/" title="Support: Question, Issue Tracking" target="_self">
           <i class="col-xs-3 col-md-6 fa fa-support"></i>
           <span class="col-xs-21 c col-md-17">
             Support
@@ -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=1712251132"></script>
+  <script src="https://www.eclipse.org/eclipse.org-common/themes/solstice/public/javascript/main.min.js?v=1712254213"></script>
   
 
   
diff --git a/index.html b/index.html
index ffe95bb..65976dc 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=1712251131">
+<link rel="stylesheet" href="https://eclipse.org/eclipse.org-common/themes/solstice/public/stylesheets/quicksilver.min.css?v=1712254212">
   
   <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],
@@ -303,7 +303,7 @@ height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
   <div class="col-xs-24 col-md-14 vcenter">
     <ul class="clearfix">
       <li class="col-xs-24 col-md-12">
-        <a class="row" href="/downloads/" title="Download: Update Sites" target="_self">
+        <a class="row" href="downloads/" title="Download: Update Sites" target="_self">
           <i class="col-xs-3 col-md-6 fa fa-download"></i>
           <span class="col-xs-21 c col-md-17">
             Download
@@ -312,7 +312,7 @@ height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
         </a>
       </li>
       <li class="col-xs-24 col-md-12">
-        <a class="row" href="/involved/" title="Geting Involved: Git, Workspace Setup" target="_self">
+        <a class="row" href="involved/" title="Geting Involved: Git, Workspace Setup" target="_self">
           <i class="col-xs-3 col-md-6 fa fa-users"></i>
           <span class="col-xs-21 c col-md-17">
             Getting Involved
@@ -321,7 +321,7 @@ height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
         </a>
       </li>
       <li class="col-xs-24 col-md-12">
-        <a class="row" href="/documentation/" title="Documentation: User Guide" target="_self">
+        <a class="row" href="documentation/" title="Documentation: User Guide" target="_self">
           <i class="col-xs-3 col-md-6 fa fa-book"></i>
           <span class="col-xs-21 c col-md-17">
             Documentation
@@ -330,7 +330,7 @@ height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
         </a>
       </li>
       <li class="col-xs-24 col-md-12">
-        <a class="row" href="/support/" title="Support: Question, Issue Tracking" target="_self">
+        <a class="row" href="support/" title="Support: Question, Issue Tracking" target="_self">
           <i class="col-xs-3 col-md-6 fa fa-support"></i>
           <span class="col-xs-21 c col-md-17">
             Support
@@ -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=1712251132"></script>
+  <script src="https://www.eclipse.org/eclipse.org-common/themes/solstice/public/javascript/main.min.js?v=1712254213"></script>
   
 
   
diff --git a/involved/index.html b/involved/index.html
index 975f195..5339e26 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=1712251131">
+<link rel="stylesheet" href="https://eclipse.org/eclipse.org-common/themes/solstice/public/stylesheets/quicksilver.min.css?v=1712254213">
   
   <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],
@@ -310,7 +310,7 @@ height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
   <div class="col-xs-24 col-md-14 vcenter">
     <ul class="clearfix">
       <li class="col-xs-24 col-md-12">
-        <a class="row" href="/downloads/" title="Download: Update Sites" target="_self">
+        <a class="row" href="downloads/" title="Download: Update Sites" target="_self">
           <i class="col-xs-3 col-md-6 fa fa-download"></i>
           <span class="col-xs-21 c col-md-17">
             Download
@@ -319,7 +319,7 @@ height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
         </a>
       </li>
       <li class="col-xs-24 col-md-12">
-        <a class="row" href="/involved/" title="Geting Involved: Git, Workspace Setup" target="_self">
+        <a class="row" href="involved/" title="Geting Involved: Git, Workspace Setup" target="_self">
           <i class="col-xs-3 col-md-6 fa fa-users"></i>
           <span class="col-xs-21 c col-md-17">
             Getting Involved
@@ -328,7 +328,7 @@ height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
         </a>
       </li>
       <li class="col-xs-24 col-md-12">
-        <a class="row" href="/documentation/" title="Documentation: User Guide" target="_self">
+        <a class="row" href="documentation/" title="Documentation: User Guide" target="_self">
           <i class="col-xs-3 col-md-6 fa fa-book"></i>
           <span class="col-xs-21 c col-md-17">
             Documentation
@@ -337,7 +337,7 @@ height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
         </a>
       </li>
       <li class="col-xs-24 col-md-12">
-        <a class="row" href="/support/" title="Support: Question, Issue Tracking" target="_self">
+        <a class="row" href="support/" title="Support: Question, Issue Tracking" target="_self">
           <i class="col-xs-3 col-md-6 fa fa-support"></i>
           <span class="col-xs-21 c col-md-17">
             Support
@@ -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=1712251131"></script>
+  <script src="https://www.eclipse.org/eclipse.org-common/themes/solstice/public/javascript/main.min.js?v=1712254213"></script>
   
 
   
diff --git a/membership_levels/index.html b/membership_levels/index.html
index 124f061..a49d817 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=1712251131">
+<link rel="stylesheet" href="https://eclipse.org/eclipse.org-common/themes/solstice/public/stylesheets/quicksilver.min.css?v=1712254212">
   
   <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=1712251131"></script>
+  <script src="https://www.eclipse.org/eclipse.org-common/themes/solstice/public/javascript/main.min.js?v=1712254213"></script>
   
 
   
diff --git a/participation_levels/index.html b/participation_levels/index.html
index 666eaf3..c3e990e 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=1712251131">
+<link rel="stylesheet" href="https://eclipse.org/eclipse.org-common/themes/solstice/public/stylesheets/quicksilver.min.css?v=1712254213">
   
   <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=1712251131"></script>
+  <script src="https://www.eclipse.org/eclipse.org-common/themes/solstice/public/javascript/main.min.js?v=1712254213"></script>
   
 
   
diff --git a/support/index.html b/support/index.html
index 02756e4..7746d7b 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=1712251131">
+<link rel="stylesheet" href="https://eclipse.org/eclipse.org-common/themes/solstice/public/stylesheets/quicksilver.min.css?v=1712254213">
   
   <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],
@@ -310,7 +310,7 @@ height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
   <div class="col-xs-24 col-md-14 vcenter">
     <ul class="clearfix">
       <li class="col-xs-24 col-md-12">
-        <a class="row" href="/downloads/" title="Download: Update Sites" target="_self">
+        <a class="row" href="downloads/" title="Download: Update Sites" target="_self">
           <i class="col-xs-3 col-md-6 fa fa-download"></i>
           <span class="col-xs-21 c col-md-17">
             Download
@@ -319,7 +319,7 @@ height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
         </a>
       </li>
       <li class="col-xs-24 col-md-12">
-        <a class="row" href="/involved/" title="Geting Involved: Git, Workspace Setup" target="_self">
+        <a class="row" href="involved/" title="Geting Involved: Git, Workspace Setup" target="_self">
           <i class="col-xs-3 col-md-6 fa fa-users"></i>
           <span class="col-xs-21 c col-md-17">
             Getting Involved
@@ -328,7 +328,7 @@ height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
         </a>
       </li>
       <li class="col-xs-24 col-md-12">
-        <a class="row" href="/documentation/" title="Documentation: User Guide" target="_self">
+        <a class="row" href="documentation/" title="Documentation: User Guide" target="_self">
           <i class="col-xs-3 col-md-6 fa fa-book"></i>
           <span class="col-xs-21 c col-md-17">
             Documentation
@@ -337,7 +337,7 @@ height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
         </a>
       </li>
       <li class="col-xs-24 col-md-12">
-        <a class="row" href="/support/" title="Support: Question, Issue Tracking" target="_self">
+        <a class="row" href="support/" title="Support: Question, Issue Tracking" target="_self">
           <i class="col-xs-3 col-md-6 fa fa-support"></i>
           <span class="col-xs-21 c col-md-17">
             Support
@@ -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=1712251131"></script>
+  <script src="https://www.eclipse.org/eclipse.org-common/themes/solstice/public/javascript/main.min.js?v=1712254213"></script>
   
 
   
diff --git a/tags/index.html b/tags/index.html
index 5e65dd8..860d26d 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=1712251131">
+<link rel="stylesheet" href="https://eclipse.org/eclipse.org-common/themes/solstice/public/stylesheets/quicksilver.min.css?v=1712254213">
   
   <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=1712251131"></script>
+  <script src="https://www.eclipse.org/eclipse.org-common/themes/solstice/public/javascript/main.min.js?v=1712254213"></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/master-4'
[master 25a9f07] Website build website/master-4
 10 files changed, 40 insertions(+), 40 deletions(-)
+ git log --graph --abbrev-commit --date=relative -n 5
* commit 25a9f07
| Author: WindowBuilder Bot <windowbuilder-bot@eclipse.org>
| Date:   0 seconds ago
| 
|     Website build website/master-4
| 
* commit ecdf2f5
| Author: WindowBuilder Bot <windowbuilder-bot@eclipse.org>
| Date:   51 minutes ago
| 
|     Website build website/master-3
| 
* commit 1920c86
| Author: WindowBuilder Bot <windowbuilder-bot@eclipse.org>
| Date:   76 minutes ago
| 
|     Website build website/master-2
| 
* commit d049fb5
| Author: Patrick Ziegler <ziegler.patrick@hotmail.de>
| Date:   3 weeks ago
| 
|     Add 1.14.0 to the list of old releases
| 
* commit 4d4fc13
| Author: Patrick Ziegler <ziegler.patrick@hotmail.de>
| Date:   4 months ago
| 
|     Add 1.13.0 to the list of old releases
+ '[' master = master ']'
+ git push origin HEAD:master
To github.com:eclipse-windowbuilder/windowbuilder-website.git
   ecdf2f5..25a9f07  HEAD -> master
[Pipeline] }
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 377 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

GitHub has been notified of this commit’s build result

Finished: SUCCESS