groovy - Avoid caching of jenkins pipeline scripts -
we using jenkins pipeline , groovy scripts automated build pipeline steps.
however, jenkins has decided cache previous version of these script files , have yet figure out how clear cache or how force load newer version of these scripts.
the scripts coming git repository , executed through jenkninsfile bootstrapper loading scripts using myscript = load "@script/path/to/script.groovy"
syntax.
it these script.groovy files not "updated".
Comments
Post a Comment