Forked from
Eclipse Foundation / IT / Websites / eclipse.org
287 commits behind the upstream repository.
-
Christopher Guindon authoredChristopher Guindon authored
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
Jenkinsfile 321 B
@Library('releng-pipeline') _
hugo (
appName: 'www.eclipse.org',
productionDomain: 'www.eclipse.org',
branchDomain: "eclipse.org",
previewBranchesRegex: "staging",
build: [
containerImage: 'eclipsefdn/hugo-node:h0.110.0-n18.13.0',
],
deployment: [
nginxServerConf: 'config/nginx/default.conf'
]
)