Skip to content
Snippets Groups Projects
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'
  ]
)