It is possible to trigger a custom build from a script using HTTP with commands like this:
http:
in which we can specify environment variables and system properties.
Is there a way to use these into the Build Configurations? Can I use one to specify the artifact paths, or command line parameters (for a command Line build) for instance?
![]()

Is there a way to use these params to customize the build configs at this stage?
Thanks