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

'hasOwnProperty' in javascript -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -

java - How to implement an entity bound odata action in olingo v4.3 -