I'm searching the way to programatically describe integration tests that 
will be possible to copy and run jenkins instance with test code to some 
remote environment.
ATH JenkinsController do logically similar thing, but it uses UI/rest for 
interaction with remote jenkins instance while i need have ability 
call/interact with jenkins object (instance). 
>From test code i want run some pre-defined environment in docker container, 
place jenkins instance (with test code) and execute it. In the end of test 
kill containers and continue composing different environment around the 
test. Ideally it should look like JenkinsRule that will be run in remote 
env. 

Is there any ways to do such communication? AFAIK slave.jar uses channel 
connection, but will require wrapping calls in Callables that is not very 
convenient.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/de579cca-d075-45f9-bcbf-170d31566453%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to