Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
Jenkinsfile 392 B
@Library('releng-pipeline') _

hugo (
  appName: 'www.eclipse.org',
  productionDomain: 'www.eclipse.org',
  branchDomain: "eclipse.org",
  previewBranchesRegex: "staging",
  build: [
    containerImage: 'eclipsefdn/hugo-node:h0.144.2-n22.14.0',
  ],
  quality: [
      credentialsId: "sonarcloud-token-eclipse-org"
  ],
  deployment: [
    nginxServerConf: 'config/nginx/default.conf'
  ]
)