Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Eclipse Foundation
IT
Websites
eclipse.org
Commits
83d22342
Commit
83d22342
authored
May 09, 2022
by
Mikaël Barbero
🗡
Browse files
Issue 110: Move to new jamstack preview framework
parent
6338e802
Pipeline
#3957
passed with stage
in 0 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Jenkinsfile
View file @
83d22342
@Library
(
'
common-shared
'
)
_
@Library
(
'
releng-pipeline
'
)
_
hugoWebsitePipeline
appname:
'www.eclipse.org'
hugo
(
appName:
'www.eclipse.org'
,
productionDomain:
'www.eclipse.org'
,
nginxServerConf:
'config/nginx/default.conf'
)
config/nginx/default.conf
View file @
83d22342
...
...
@@ -45,7 +45,13 @@ server {
error_page
404
/
404
.
html
;
location
/ {
include
conf
.
d
/
default
.
redirects
;
# www.eclipse.org/home
# https://git.eclipse.org/c/www.eclipse.org/home.git/tree/
rewrite
/
home
/
search
.
php
/
home
/
search
redirect
;
rewrite
/
home
/
newcomers
.
php
/
home
/
newcomers
redirect
;
rewrite
/
home
/
welcome
.
php
/
home
/
welcome
redirect
;
rewrite
/
home
/
whatis
.
php
/
home
/
whatis
redirect
;
root
/
usr
/
share
/
nginx
/
html
/;
index
index
.
html
index
.
htm
;
}
...
...
config/nginx/default.redirects
deleted
100644 → 0
View file @
6338e802
# www.eclipse.org/home
# https://git.eclipse.org/c/www.eclipse.org/home.git/tree/
rewrite /home/search.php /home/search redirect;
rewrite /home/newcomers.php /home/newcomers redirect;
rewrite /home/welcome.php /home/welcome redirect;
rewrite /home/whatis.php /home/whatis redirect;
\ No newline at end of file
k8s/deployments.jsonnet
deleted
100644 → 0
View file @
6338e802
local
deployment
=
import
"../../releng/hugo-websites/kube-deployment.jsonnet"
;
deployment
.
newProductionDeploymentWithStaging
(
"www.eclipse.org"
,
"staging.eclipse.org"
)
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment