Hey guys,
I setup a Jenkins server that should automatically deploy a .war file to hpc (factory landscape). I tried calling the neo.sh command directly and through the maven plugin. Both times, the script fails because it wants to ask for the EU location and there is no console available.
com.sap.jpaas.infrastructure.console.exception.CommandException: No console available
at com.sap.jpaas.infrastructure.console.checker.EuPolicyChecker.askForEuLocation(EuPolicyChecker.java:93)
at com.sap.jpaas.infrastructure.console.checker.EuPolicyChecker.checkLandscapeAndUser(EuPolicyChecker.java:78)
at com.sap.jpaas.infrastructure.console.CommandManager.run(CommandManager.java:180)
at com.sap.jpaas.infrastructure.console.CommandManager.run(CommandManager.java:144)
at com.sap.jpaas.infrastructure.console.ConsoleClient.executeCommand(ConsoleClient.java:226)
at com.sap.jpaas.infrastructure.console.ConsoleClient.run(ConsoleClient.java:174)
at com.sap.jpaas.infrastructure.console.ConsoleClient.main(ConsoleClient.java:69)
Is there any way to disable this check or set some environment variable to set according information? Or a parameter? Or something the properties file?
Thanks for your help!