Real time resulting-properties API

Looks like, I can't get the actual build properties before the build finish, is it correct?

1) resulting-properties shows initial properties before build finish

2) resulting-properties shows resulting properties after the build finish

How to get the "live" parameter if I set it with service message during the build?

0
2 comments

Hi Anton,

 

What's actually your goal here? Service messages are written into the build log, which at some undetermined point (should be close in time, but is not guaranteed it will be instant) will be received by the server, which will in turn read it and transform them into the operation that it requests. If you are able to send service messages, you should also be able to write the content of the parameter to the output at the same time.

0

Hi Denis!

 

The idea was to check the list of parameters, which other systems rely on just before build finish.

As it's not possible - we do the checks on another side.

 

Thanks!

0

Please sign in to leave a comment.