Issue
I am novice with Jenkins, I am trying to create a Job. For build I use "execute shell command" and the code is as below: cd /Users/username/javaFiles javac hello.java java -cp . hello
however, when Build the job, i got this failure message : href="https://i.stack.imgur.com/n9h3a.png" rel="nofollow noreferrer">
Thanks in advance for help !
Solution
The path for cd is correct ? Ensure the path exist.
Answered By - DACQ
Answer Checked By - David Goodson (JavaFixing Volunteer)