We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bab05d7 commit 6ccdbfbCopy full SHA for 6ccdbfb
Jenkinsfile
@@ -69,7 +69,8 @@ spec:
69
container('hugo') {
70
dir('hugo') {
71
sh 'mkdir -p themes/docsy'
72
- sh 'hugo --minify -b https://www.eclipse.org/sw360/'
+ sh 'hugo version'
73
+ sh 'hugo build --ignoreCache --gc --enableGitInfo --cleanDestinationDir --minify -b https://www.eclipse.org/sw360/'
74
}
75
76
@@ -83,7 +84,8 @@ spec:
83
84
85
86
- sh 'hugo --minify -b https://www.eclipse.org/${PROJECT_NAME}/'
87
88
+ sh 'hugo build --ignoreCache --gc --enableGitInfo --cleanDestinationDir --minify -b https://www.eclipse.org/${PROJECT_NAME}/'
89
90
91
0 commit comments