This is an automated email from the ASF dual-hosted git repository. btellier pushed a commit to branch staging in repository https://gitbox.apache.org/repos/asf/james-site.git
commit fb12bc27459553fbef301f3b79b30f4a0ca83932 Author: Jean Helou <[email protected]> AuthorDate: Fri Apr 2 08:59:59 2021 +0200 fixes jenkinsfile tool names --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 903cce2..52ea02c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -19,8 +19,8 @@ */ def AGENT_LABEL = env.AGENT_LABEL ?: 'ubuntu' -def JDK_NAME = env.JDK_NAME ?: 'JDK 11 (latest)' -def MAVEN_NAME = 'Maven 3 (latest)' +def JDK_NAME = env.JDK_NAME ?: 'jdk_11_latest' +def MAVEN_NAME = 'maven_3_latest' pipeline { --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
