This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a commit to branch struts-2-5-x in repository https://gitbox.apache.org/repos/asf/struts.git
The following commit(s) were added to refs/heads/struts-2-5-x by this push: new f6365e7 Uses proper tools labels f6365e7 is described below commit f6365e73637b8a874474b9f0a166760b3706bcd6 Author: Lukasz Lenart <lukaszlen...@apache.org> AuthorDate: Thu Nov 5 08:08:44 2020 +0100 Uses proper tools labels --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index f0c8a1e..10edbdb 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -9,8 +9,8 @@ pipeline { disableConcurrentBuilds() } tools { - jdk 'JDK 1.7 (latest)' - maven 'Maven 3 (latest)' + jdk 'jdk_1.7_latest' + maven 'maven_3_latest' } triggers { pollSCM 'H/15 * * * *'