diff --git a/Jenkinsfile b/Jenkinsfile
new file mode 100644
index 0000000000000000000000000000000000000000..affc2d42ae85e6a8f4787b8c4497af277db5febb
--- /dev/null
+++ b/Jenkinsfile
@@ -0,0 +1,3 @@
+@Library('common-shared') _
+
+hugoWebsitePipeline appname: 'www.eclipse.org'
diff --git a/k8s/deployments.jsonnet b/k8s/deployments.jsonnet
new file mode 100644
index 0000000000000000000000000000000000000000..d194690b4345273fe40b625c81890509f8813b63
--- /dev/null
+++ b/k8s/deployments.jsonnet
@@ -0,0 +1,5 @@
+local deployment = import "../../releng/hugo-websites/kube-deployment.jsonnet";
+
+deployment.newProductionDeploymentWithStaging(
+  "www.eclipse.org", "staging.eclipse.org"
+)
\ No newline at end of file