2018-03-24 03:35:35 UTC - jia zhai: Seem Pulsar CI job: pulsar-pill-request-c++ Failed with error: ``` ERROR: Maven Home F:\\jenkins\\tools\\maven\\apache-maven-3.5.0 doesnt exist Setting status of 3b9cc1ea75bcf3b6f0d4800a16e7d0bb7ca469ac to FAILURE with url <https://builds.apache.org/job/pulsar-pull-request-c++/106/> and message: 'FAILURE ' ``` <https://builds.apache.org/job/pulsar-pull-request-c++/106/console> ---- 2018-03-24 04:06:39 UTC - Masakazu Kitajo: The job was configured to use Maven on Windows somehow. I fixed the job. ---- 2018-03-24 04:20:21 UTC - Matteo Merli: :+1: Thanks @Masakazu Kitajo ---- 2018-03-24 04:20:48 UTC - Matteo Merli: I was trying to break the CI job in 2, one for java and the other for C++ ---- 2018-03-24 04:20:58 UTC - Matteo Merli: to reduce the PR validation time ---- 2018-03-24 04:22:16 UTC - Matteo Merli: One other thing that is not working is that the 2 jobs identify themselves with the same name on Github “maven clean install”. I tried to change that, but unsuccessfully so far ---- 2018-03-24 04:25:05 UTC - Sijie Guo: @Matteo Merli I think you can move the pull request jobs to use Jenkins DSL. You can check the bk jobs to see how it configure the name ---- 2018-03-24 04:26:04 UTC - Matteo Merli: yes, I was trying to avoid learning one more stuff :slightly_smiling_face: ---- 2018-03-24 05:58:25 UTC - jia zhai: :+1: ----