Nolio FAQ
Q: Can Maven or Ant trigger a Nolio process?(API)
- A: Yes. Using Nolio's CLI API, you can trigger a process with Ant. It will look something like this:
<project name="efx" default="all"><target name="all"><exec dir="/app/efxdemo/thirdparty/Nolio/NolioCLI"
executable="./ExecutionRelay.sh"><arg line='-u superuser -p xxxx -a eFX -e "UAT Env" -f "CLI Test" -s {127.0.0.1}'/></exec></target></project>
Back to Top
