This is an automated email from the ASF dual-hosted git repository.
juanpablo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jspwiki.git
The following commit(s) were added to refs/heads/master by this push:
new 9406f01 jbake plugin seems to need JDK 1.8 - this should fix the
whole build now..
9406f01 is described below
commit 9406f01b338a643e37ea124ef8d5e794d709859b
Author: juanpablo <[email protected]>
AuthorDate: Sun Nov 8 00:03:25 2020 +0100
jbake plugin seems to need JDK 1.8 - this should fix the whole build now..
---
Jenkinsfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index 66658e3..58f3954 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -53,7 +53,7 @@ try {
}
stage( 'build website' ) {
- withMaven( jdk: buildJdk, maven: buildMvn ) {
+ withMaven( jdk: 'jdk_1.8_latest', maven: buildMvn ) {
dir( jbake ) {
git branch: jbake, url: siteRepo, credentialsId: creds,
poll: false
sh "cp ../$build/ChangeLog.md
./src/main/config/changelog.md"