To be able to provide assistance about possible causes you really need to provide more info - for instance, what the Java exception is that you are getting. Otherwise any help would be merely guessing to possible causes.
Richard. On Wed, 28 Jun 2017 at 20:34 Nicolas Lignée <[email protected]> wrote: > Hello, > > I'm currently trying to configure a Jenkins project to build a MCUXpresso > project. MCUXpresso is a Eclipse-based IDE. > To do so, I am Executing Windows batch command as follows : > > C:\NXP\MCUXpressoIDE_10.0.0_344\ide\mcuxpressoidec.exe -nosplash > -application org.eclipse.cdt.managedbuilder.core.headlessbuild -data > "my_workspace" -cleanBuild "my_project" --launcher.suppressErrors > > By looking at the console output, with a few differences the build is quit > similar to the one in MCUXpresso. Yet, I still have a Java exception at the > end and the build fails. > What make me think the problem comes from my Jenkins configuration is that > when I use exactly the same command in my shell, the build is correct. > > I made a lot of research (even on this > https://wiki.jenkins.io/display/JENKINS/My+software+builds+on+my+computer+but+not+on+Jenkins) > but I still don't find the answer to this question : > > What is the difference between the command prompt (where the batch command > works) and Jenkins ? > > Thank you. > > -- > You received this message because you are subscribed to the Google Groups > "Jenkins Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jenkinsci-users/3c021678-daa7-4d8c-b120-b2e890351a73%40googlegroups.com > <https://groups.google.com/d/msgid/jenkinsci-users/3c021678-daa7-4d8c-b120-b2e890351a73%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/CAMui946ZKnyixpN5i8992EKhm9aQTM7qoNQUr3Mcs8irz98Hmw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
