After Jenkins upgrade to latest LTS version (2.346.1) and plugin upgrade to latest version (1.24), we are seeing the issue. I can see builds are being archived properly. Anyone found fix or workaround for this issue? @gmcdonald @olamy
ERROR: Exception when publishing, exception message [The base directory does not exist. If this is a promotion, have you "Archived the artifacts"?]
Reproduction Steps -
1) Install Jenkins
2) Install these publish-over-ssh and promoted-builds plugins.
3) Create a freestyle job
4) Create a dummy file or use git repo to bring down some files.
5) Add post-build action -> Archive the Artifacts
6) Archive some file
7) Create a promotion. On the Job configuration page -> Promote Builds when... -> Promotion process -> Add Action to "Send build artifacts over SSH -> Add source file -> Add remote directory
8) Save, build and promote to see the error.
After Jenkins upgrade to latest LTS version (2.346.1) and plugin upgrade to latest version (1.24), we are seeing the issue. I can see builds are being archived properly. Anyone found fix or workaround for this issue? @gmcdonald @olamy
ERROR: Exception when publishing, exception message [The base directory does not exist. If this is a promotion, have you "Archived the artifacts"?]
Reproduction Steps - 1) Install Jenkins 2) Install these publish-over-ssh and promoted-builds plugins. 3) Create a freestyle job 4) Create a dummy file or use git repo to bring down some files. 5) Add post-build action -> Archive the Artifacts 6) Archive some file 7) Create a promotion. On the Job configuration page -> Promote Builds when... -> Promotion process -> Add Action to "Send build artifacts over SSH -> Add source file -> Add remote directory 8) Save, build and promote to see the error.
Originally posted by @drvora in https://github.com/jenkinsci/publish-over-ssh-plugin/issues/85#issuecomment-1180981732