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 - Confirm a form & display message if form is valid with JQuery -

Retrieving ETA (estimated time of arrival) with Google Distance Matrix API and public transit as transport mode -

ionic framework - Meteor - Error: Failed to execute 'insertBefore' on 'Node' -