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

hugo (
  appName: 'openmobility.eclipse.org',
  productionDomain: 'openmobility.eclipse.org',
  build: [
    containerImage: 'eclipsefdn/hugo-node:h0.110.0-n18.13.0'
  ],
  deployment: [
    nginxServerConf: 'config/nginx/default.conf'
  ]
)