Seems that existed ATH code can be extended for creating channel, that can support automatic classloading and tests execution on remote side. The idea is to programmatically prepare complex environment (my test code), run remote JenkinsController (existed ATH), get channel connection to it (add such feature in ATH), call Junit test execution on channel and continue with other tests. How jenkins->jenkins communication organised in JoC(?)? Could somebody point on some examples?
Also for testing domain cookies i want get webclient from JenkinsRule that will connect using domain address (even if it localhost), that is hardcoded to http://localhost. (Trying add ATH to project and mix with Docker container run). Is it possible to have changeable hostname? On Thursday, September 10, 2015 at 8:20:43 PM UTC+3, Kanstantsin Shautsou wrote: > > Then i need install some junit jars to have ability execute asserts and > matchers and produce somehow junit xml output that should be fetched back… > I also thought putting files under JENKINS_HOME/groovy.d and run remote > instance. > > On Sep 10, 2015, at 20:16, Jesse Glick <[email protected]> wrote: > > > > On Thu, Sep 10, 2015 at 9:55 AM, Kanstantsin Shautsou > > <[email protected]> wrote: > >> Is there any ways to do such communication? > > > > `/script` (or the CLI equivalent) is your best bet. From an ATH test > > you can simply use `jenkins.runScript("…")`. > > > > -- > > You received this message because you are subscribed to a topic in the > Google Groups "Jenkins Developers" group. > > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/jenkinsci-dev/R2_tHJDF0KI/unsubscribe. > > To unsubscribe from this group and all its topics, send an email to > [email protected]. > > To view this discussion on the web visit > https://groups.google.com/d/msgid/jenkinsci-dev/CANfRfr3P249QALRnWRLuajyR7Us03%2BAbiCd35aVspA48H9WjpQ%40mail.gmail.com. > > > > For more options, visit https://groups.google.com/d/optout. > > -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/a0ee68d4-47a6-4220-8c2f-d99f76edea88%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
