Skip to content
Success

Console Output

Started by an SCM change
Push event to branch staging
15:16:10 Connecting to https://api.github.com using GitHub bot (username/token)
Obtained Jenkinsfile from 62e8808a6f8481d5008ec3f1d11e60fc92219eaf
[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-vtj6w-dsqg9
Still waiting to schedule task
‘hugo-agent-vtj6w-dsqg9’ is offline
Agent hugo-agent-vtj6w-dsqg9 is provisioned from template hugo-agent-vtj6w
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins-ui.windowbuilder.svc.cluster.local/windowbuilder/job/website/job/staging/18/"
    runUrl: "job/website/job/staging/18/"
  labels:
    run: "hugo"
    jenkins: "slave"
    jenkins/label-digest: "7ac110df4066c009b519c7b03c365692b5eeb4d5"
    jenkins/label: "hugo-agent"
  name: "hugo-agent-vtj6w-dsqg9"
  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-vtj6w-dsqg9"
    - name: "JENKINS_NAME"
      value: "hugo-agent-vtj6w-dsqg9"
    - 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-vtj6w-dsqg9 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 62e8808a6f8481d5008ec3f1d11e60fc92219eaf (staging)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 62e8808a6f8481d5008ec3f1d11e60fc92219eaf # timeout=10
Commit message: "Migrate current WindowBuilder website from php to Hugo/HTML"
First time build. Skipping changelog.
[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
 > git rev-list --no-walk 538a992e5ff2e6fd097fa2fad37137a84d85fd2e # timeout=10
SSH_AUTH_SOCK=/tmp/ssh-gYrf67pzUfMw/agent.140
SSH_AGENT_PID=141
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/website_staging/www@tmp/private_key_2505979430405943604.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 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 141 killed;
[ssh-agent] Stopped.
[Pipeline] // sshagent
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build website ${env.BRANCH_NAME} 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
WARN 2024/04/03 19:16:51 found no layout file for "HTML" for layout "single" for kind "home": You should create a template file which matches Hugo Layouts Lookup Rules for this combination.
WARN 2024/04/03 19:16:51 found no layout file for "HTML" for kind "taxonomy": You should create a template file which matches Hugo Layouts Lookup Rules for this combination.
WARN 2024/04/03 19:16:51 found no layout file for "HTML" for layout "single" for kind "section": You should create a template file which matches Hugo Layouts Lookup Rules for this combination.
WARN 2024/04/03 19:16:51 found no layout file for "HTML" for kind "taxonomy": You should create a template file which matches Hugo Layouts Lookup Rules for this combination.
WARN 2024/04/03 19:16:51 found no layout file for "HTML" for kind "taxonomy": You should create a template file which matches Hugo Layouts Lookup Rules for this combination.
WARN 2024/04/03 19:16:51 found no layout file for "HTML" for layout "single" for kind "section": You should create a template file which matches Hugo Layouts Lookup Rules for this combination.
WARN 2024/04/03 19:16:51 found no layout file for "HTML" for layout "single" for kind "section": You should create a template file which matches Hugo Layouts Lookup Rules for this combination.
WARN 2024/04/03 19:16:51 found no layout file for "HTML" for layout "single" for kind "section": You should create a template file which matches Hugo Layouts Lookup Rules for this combination.
WARN 2024/04/03 19:16:51 found no layout file for "HTML" for kind "taxonomy": You should create a template file which matches Hugo Layouts Lookup Rules for this combination.

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

Total in 17 ms
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Push to master branch)
[Pipeline] sh
+ rm -rf www/categories www/documentation www/downloads www/images www/index.xml www/involved www/membership_levels www/participation_levels www/robots.txt www/sitemap.xml www/style.css www/support www/tags
+ cp -Rvf hugo/public/categories hugo/public/documentation hugo/public/downloads hugo/public/images 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 www/
'hugo/public/categories' -> 'www/categories'
'hugo/public/categories/index.xml' -> 'www/categories/index.xml'
'hugo/public/documentation' -> 'www/documentation'
'hugo/public/documentation/index.xml' -> 'www/documentation/index.xml'
'hugo/public/downloads' -> 'www/downloads'
'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.xml' -> 'www/index.xml'
'hugo/public/involved' -> 'www/involved'
'hugo/public/involved/index.xml' -> 'www/involved/index.xml'
'hugo/public/membership_levels' -> 'www/membership_levels'
'hugo/public/membership_levels/index.xml' -> 'www/membership_levels/index.xml'
'hugo/public/participation_levels' -> 'www/participation_levels'
'hugo/public/participation_levels/index.xml' -> 'www/participation_levels/index.xml'
'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.xml' -> 'www/support/index.xml'
'hugo/public/tags' -> 'www/tags'
'hugo/public/tags/index.xml' -> 'www/tags/index.xml'
[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-gKGB52JTEWVx/agent.179
SSH_AGENT_PID=181
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/website_staging/www@tmp/private_key_13727878818830559748.key (windowbuilder-bot@eclipse.org)
[ssh-agent] Started.
[Pipeline] {
[Pipeline] sh
+ git add -A
+ git diff --cached --exit-code
diff --git a/categories/index.xml b/categories/index.xml
index beddbe4..cae29d1 100644
--- a/categories/index.xml
+++ b/categories/index.xml
@@ -2,8 +2,8 @@
 <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
   <channel>
     <title>Categories on The Community for Open Innovation and Collaboration</title>
-    <link>https://staging.eclipse.dev/windowbuilder/categories/</link>
+    <link>https://eclipse.dev/windowbuilder/categories/</link>
     <description>Recent content in Categories on The Community for Open Innovation and Collaboration</description>
-    <generator>Hugo -- gohugo.io</generator><atom:link href="https://staging.eclipse.dev/windowbuilder/categories/index.xml" rel="self" type="application/rss+xml" />
+    <generator>Hugo -- gohugo.io</generator><atom:link href="https://eclipse.dev/windowbuilder/categories/index.xml" rel="self" type="application/rss+xml" />
   </channel>
 </rss>
diff --git a/documentation/index.xml b/documentation/index.xml
index 576d4f6..cbe9feb 100644
--- a/documentation/index.xml
+++ b/documentation/index.xml
@@ -2,8 +2,8 @@
 <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
   <channel>
     <title>The Community for Open Innovation and Collaboration</title>
-    <link>https://staging.eclipse.dev/windowbuilder/documentation/</link>
+    <link>https://eclipse.dev/windowbuilder/documentation/</link>
     <description>Recent content on The Community for Open Innovation and Collaboration</description>
-    <generator>Hugo -- gohugo.io</generator><atom:link href="https://staging.eclipse.dev/windowbuilder/documentation/index.xml" rel="self" type="application/rss+xml" />
+    <generator>Hugo -- gohugo.io</generator><atom:link href="https://eclipse.dev/windowbuilder/documentation/index.xml" rel="self" type="application/rss+xml" />
   </channel>
 </rss>
diff --git a/downloads/index.xml b/downloads/index.xml
index c582506..f225f36 100644
--- a/downloads/index.xml
+++ b/downloads/index.xml
@@ -2,8 +2,8 @@
 <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
   <channel>
     <title>The Community for Open Innovation and Collaboration</title>
-    <link>https://staging.eclipse.dev/windowbuilder/downloads/</link>
+    <link>https://eclipse.dev/windowbuilder/downloads/</link>
     <description>Recent content on The Community for Open Innovation and Collaboration</description>
-    <generator>Hugo -- gohugo.io</generator><atom:link href="https://staging.eclipse.dev/windowbuilder/downloads/index.xml" rel="self" type="application/rss+xml" />
+    <generator>Hugo -- gohugo.io</generator><atom:link href="https://eclipse.dev/windowbuilder/downloads/index.xml" rel="self" type="application/rss+xml" />
   </channel>
 </rss>
diff --git a/index.xml b/index.xml
index 12a7786..bcbcc35 100644
--- a/index.xml
+++ b/index.xml
@@ -2,8 +2,8 @@
 <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
   <channel>
     <title>WindowBuilder on The Community for Open Innovation and Collaboration</title>
-    <link>https://staging.eclipse.dev/windowbuilder/</link>
+    <link>https://eclipse.dev/windowbuilder/</link>
     <description>Recent content in WindowBuilder on The Community for Open Innovation and Collaboration</description>
-    <generator>Hugo -- gohugo.io</generator><atom:link href="https://staging.eclipse.dev/windowbuilder/index.xml" rel="self" type="application/rss+xml" />
+    <generator>Hugo -- gohugo.io</generator><atom:link href="https://eclipse.dev/windowbuilder/index.xml" rel="self" type="application/rss+xml" />
   </channel>
 </rss>
diff --git a/involved/index.xml b/involved/index.xml
index 7ef7939..9317e03 100644
--- a/involved/index.xml
+++ b/involved/index.xml
@@ -2,8 +2,8 @@
 <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
   <channel>
     <title>The Community for Open Innovation and Collaboration</title>
-    <link>https://staging.eclipse.dev/windowbuilder/involved/</link>
+    <link>https://eclipse.dev/windowbuilder/involved/</link>
     <description>Recent content on The Community for Open Innovation and Collaboration</description>
-    <generator>Hugo -- gohugo.io</generator><atom:link href="https://staging.eclipse.dev/windowbuilder/involved/index.xml" rel="self" type="application/rss+xml" />
+    <generator>Hugo -- gohugo.io</generator><atom:link href="https://eclipse.dev/windowbuilder/involved/index.xml" rel="self" type="application/rss+xml" />
   </channel>
 </rss>
diff --git a/membership_levels/index.xml b/membership_levels/index.xml
index ea4c984..fefd6b7 100644
--- a/membership_levels/index.xml
+++ b/membership_levels/index.xml
@@ -2,8 +2,8 @@
 <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
   <channel>
     <title>Membership_levels on The Community for Open Innovation and Collaboration</title>
-    <link>https://staging.eclipse.dev/windowbuilder/membership_levels/</link>
+    <link>https://eclipse.dev/windowbuilder/membership_levels/</link>
     <description>Recent content in Membership_levels on The Community for Open Innovation and Collaboration</description>
-    <generator>Hugo -- gohugo.io</generator><atom:link href="https://staging.eclipse.dev/windowbuilder/membership_levels/index.xml" rel="self" type="application/rss+xml" />
+    <generator>Hugo -- gohugo.io</generator><atom:link href="https://eclipse.dev/windowbuilder/membership_levels/index.xml" rel="self" type="application/rss+xml" />
   </channel>
 </rss>
diff --git a/participation_levels/index.xml b/participation_levels/index.xml
index 4ed6ae6..9eb8a79 100644
--- a/participation_levels/index.xml
+++ b/participation_levels/index.xml
@@ -2,8 +2,8 @@
 <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
   <channel>
     <title>Participation_levels on The Community for Open Innovation and Collaboration</title>
-    <link>https://staging.eclipse.dev/windowbuilder/participation_levels/</link>
+    <link>https://eclipse.dev/windowbuilder/participation_levels/</link>
     <description>Recent content in Participation_levels on The Community for Open Innovation and Collaboration</description>
-    <generator>Hugo -- gohugo.io</generator><atom:link href="https://staging.eclipse.dev/windowbuilder/participation_levels/index.xml" rel="self" type="application/rss+xml" />
+    <generator>Hugo -- gohugo.io</generator><atom:link href="https://eclipse.dev/windowbuilder/participation_levels/index.xml" rel="self" type="application/rss+xml" />
   </channel>
 </rss>
diff --git a/sitemap.xml b/sitemap.xml
index 0594b75..ba7f93a 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -2,22 +2,22 @@
 <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
   xmlns:xhtml="http://www.w3.org/1999/xhtml">
   <url>
-    <loc>https://staging.eclipse.dev/windowbuilder/documentation/</loc>
+    <loc>https://eclipse.dev/windowbuilder/documentation/</loc>
   </url><url>
-    <loc>https://staging.eclipse.dev/windowbuilder/downloads/</loc>
+    <loc>https://eclipse.dev/windowbuilder/downloads/</loc>
   </url><url>
-    <loc>https://staging.eclipse.dev/windowbuilder/involved/</loc>
+    <loc>https://eclipse.dev/windowbuilder/involved/</loc>
   </url><url>
-    <loc>https://staging.eclipse.dev/windowbuilder/support/</loc>
+    <loc>https://eclipse.dev/windowbuilder/support/</loc>
   </url><url>
-    <loc>https://staging.eclipse.dev/windowbuilder/categories/</loc>
+    <loc>https://eclipse.dev/windowbuilder/categories/</loc>
   </url><url>
-    <loc>https://staging.eclipse.dev/windowbuilder/membership_levels/</loc>
+    <loc>https://eclipse.dev/windowbuilder/membership_levels/</loc>
   </url><url>
-    <loc>https://staging.eclipse.dev/windowbuilder/participation_levels/</loc>
+    <loc>https://eclipse.dev/windowbuilder/participation_levels/</loc>
   </url><url>
-    <loc>https://staging.eclipse.dev/windowbuilder/tags/</loc>
+    <loc>https://eclipse.dev/windowbuilder/tags/</loc>
   </url><url>
-    <loc>https://staging.eclipse.dev/windowbuilder/</loc>
+    <loc>https://eclipse.dev/windowbuilder/</loc>
   </url>
 </urlset>
diff --git a/support/index.xml b/support/index.xml
index 2fde4a5..f80958f 100644
--- a/support/index.xml
+++ b/support/index.xml
@@ -2,8 +2,8 @@
 <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
   <channel>
     <title>The Community for Open Innovation and Collaboration</title>
-    <link>https://staging.eclipse.dev/windowbuilder/support/</link>
+    <link>https://eclipse.dev/windowbuilder/support/</link>
     <description>Recent content on The Community for Open Innovation and Collaboration</description>
-    <generator>Hugo -- gohugo.io</generator><atom:link href="https://staging.eclipse.dev/windowbuilder/support/index.xml" rel="self" type="application/rss+xml" />
+    <generator>Hugo -- gohugo.io</generator><atom:link href="https://eclipse.dev/windowbuilder/support/index.xml" rel="self" type="application/rss+xml" />
   </channel>
 </rss>
diff --git a/tags/index.xml b/tags/index.xml
index cf74954..78e7af8 100644
--- a/tags/index.xml
+++ b/tags/index.xml
@@ -2,8 +2,8 @@
 <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
   <channel>
     <title>Tags on The Community for Open Innovation and Collaboration</title>
-    <link>https://staging.eclipse.dev/windowbuilder/tags/</link>
+    <link>https://eclipse.dev/windowbuilder/tags/</link>
     <description>Recent content in Tags on The Community for Open Innovation and Collaboration</description>
-    <generator>Hugo -- gohugo.io</generator><atom:link href="https://staging.eclipse.dev/windowbuilder/tags/index.xml" rel="self" type="application/rss+xml" />
+    <generator>Hugo -- gohugo.io</generator><atom:link href="https://eclipse.dev/windowbuilder/tags/index.xml" rel="self" type="application/rss+xml" />
   </channel>
 </rss>
+ 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-18'
[staging 5660163] Website build website/staging-18
 10 files changed, 41 insertions(+), 41 deletions(-)
 rewrite sitemap.xml (66%)
+ git log --graph --abbrev-commit --date=relative -n 5
* commit 5660163
| Author: WindowBuilder Bot <windowbuilder-bot@eclipse.org>
| Date:   0 seconds ago
| 
|     Website build website/staging-18
| 
* commit 506d2fa
| Author: WindowBuilder Bot <windowbuilder-bot@eclipse.org>
| Date:   2 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
| 
* commit a280e9d
| Author: Patrick Ziegler <ziegler.patrick@hotmail.de>
| Date:   7 months ago
| 
|     SimRel 2023-09: Add 1.12.0 to the list of old release
| 
* commit d5d3da9
| Author: Wim Jongman <wim.jongman@remainsoftware.com>
| Date:   9 months ago
| 
|      Fix the download site #7
|     
|     Added MP link to latest release
+ '[' staging = master ']'
+ git push origin HEAD:staging
To github.com:eclipse-windowbuilder/windowbuilder-website.git
   506d2fa..5660163  HEAD -> staging
[Pipeline] }
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 181 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