DEV Community

Discussion on: Create Jenkins Pipeline with an Example

Collapse
 
khoale1605 profile image
khoale1605 • Edited

Hi, I've built my own repo with following your instruction but after all I got this error,

[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] No compiler is provided in this environment. Perhaps you are running on a JRE rather than a JDK?

And

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project csc-integral-cas-server: Compilation failure
[ERROR] No compiler is provided in this environment. Perhaps you are running on a JRE rather than a JDK?
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] cwiki.apache.org/confluence/displa...
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn -rf :csc-integral-cas-server

with my:
JAVE_HOME is C:\Program Files\Java\jdk1.8.0_241
M2_HOME is C:\Program Files\apache-maven-3.6.3

Can you help me out please. Thank you.