This is an automated email from the ASF dual-hosted git repository. rcordier pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/james-project.git
commit acb8d572f7c8d57bc8fdc7a5ba87b1ee6cf37e19 Author: Tung Tran <[email protected]> AuthorDate: Wed Jul 26 10:07:27 2023 +0700 Jenkinsfile - echo maven version, java version --- Jenkinsfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Jenkinsfile b/Jenkinsfile index 2e0293778d..da3164751d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -64,6 +64,8 @@ pipeline { steps { echo 'Building branch ' + env.BRANCH_NAME echo 'Using PATH ' + env.PATH + sh 'mvn -version' + sh 'java -version' } } --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
