On Mon, Jul 8, 2019 at 4:14 AM Rajeev Ranjan <[email protected]> wrote: > I have some unit tests which is running fine when invoked directly but I want > to ensure it is running fine on slave agent also.
Just use `JenkinsRule.createSlave`, and then configure the job to use that agent. Plenty of tests do this. -- 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/CANfRfr3aQbQ5xB4WcNxmjDQt5eDs1dS86sVjVpm8vjQ-nhW8-w%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
