-
Christopher Guindon authoredChristopher Guindon authored
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
Jenkinsfile 256 B
@Library('releng-pipeline') _
hugo (
appName: 'webdev.eclipse.org-solstice-assets',
productionDomain: 'webdev.eclipse.org',
build: [
script: 'build.sh',
destinationFolder: 'docs'
],
deployment: [
locationPath: '/docs/solstice'
]
)