Open v1v opened 7 years ago
Sorry, No ideas. But I have the same problem on
I'm seeing the same problem with commit 23df7764d58aed80b573621b102f82a702217a7a
I think I am also seeing this, same commit as @robinbowes. I am also able to make this work by manually deleting the plugin and running puppet again.
Hi there,
I'm trying to upgrade a particular existing plugin within the plugin dsl but for some reason if that file already exists it doesn't download it, it used to work when using vesion 1.3.0 but with the latest one (1.7.0) it doesn't work as expected. See the below details about the setup, and what's the output of the puppet run:
Current setup:
Puppet code:
Current jenkins configuration:
Current puppet log output with some verbose
So, basically If I remove that particular file then it gets downloaded accordingly:
1) Running puppet
2) Current plugin version
3) Removing files manually
4) Running puppet again
5) Current plugin version
I was guessing maybe the archive resource was somehow caching that file, but the creates flag is not enabled:
Any ideas?
Cheers