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

Popular posts from this blog

javascript - Knockout pushing observable and computed data to an observable array -

'hasOwnProperty' in javascript -

Trouble making a JSON string -