in reply to Perl shared library for Jenkins

In my experience it's best to keep the Groovy based Jenkinsfile small, and to allow it to invoke more robust, testable scripts. I write the scripts that the Jenkinsfile invokes as modulinos, so that they can be tested more in isolation.


Dave

Replies are listed 'Best First'.
Re^2: Perl shared library for Jenkins
by josthi (Initiate) on May 21, 2020 at 14:56 UTC
    Sorry for late reply Thanks Dave. Will follow the same. Cheers, Joseph