Hi.

I execute a Jenkins job remotely via the Jenkins API and I need to get one or 
more return values
from the Jenkins build. Is there any way to define, when running a build, a 
custom return value
which will be returned by the Jenkins API ? What are the alternatives? The ones 
I currently see:

- writing a file with the output in a system accessible by Jenkins server and 
the caller.
  Caller downloads the file after the build is complete and extracts output 
values from it.

- writing output to stdout. Caller gets build console output via Jenkins API 
and extracts
  output values from it.

Anything else? What is the standard way to do this?


Regards,
Alan Evangelista

--
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 jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/57229D7D.3000707%40linux.vnet.ibm.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to