This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a commit to branch WW-5283-update in repository https://gitbox.apache.org/repos/asf/struts-archetypes.git
The following commit(s) were added to refs/heads/WW-5283-update by this push: new b121bcd Uses proper tools in Jenkins pipeline b121bcd is described below commit b121bcd325e809b4a757cc8b4f99244b9c27636e Author: Lukasz Lenart <lukaszlen...@apache.org> AuthorDate: Tue Feb 14 08:18:50 2023 +0100 Uses proper tools in Jenkins pipeline --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index dca224b..6a51156 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -30,8 +30,8 @@ pipeline { label 'ubuntu' } tools { - jdk 'JDK 1.8 (latest)' - maven 'Maven (latest)' + jdk 'jdk_1.8_latest' + maven 'maven_3_latest' } environment { MAVEN_OPTS = "-Xmx1024m"