Re: Jenkins: How to run test on multiple hosts in parallel?

2018-08-10 Thread amir.kolsky via Jenkins Users
> > Are you using ad-hoc or script? > xx -- 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

Calling global /vars from /src

2018-08-10 Thread amir.kolsky via Jenkins Users
Situation is simple - IN A GLOBAL LIBRARY (OUTSIDE THE SANDBOX): in src - a.b.c.Utils.groovy in vars - Defaults.groovy How do I call Defaults.groovy from within Utils.groovy? In src: #!groovy package a.b.c public class Utils implements Serializable { def script public def run()