You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement (S)FTP to upload / delete artifacts. The only way to upload artifacts at the moment is through the use of external commands, like Linux's scp, and that's not really great.
I would add an ftp section to the config (like the ssh section) with an instructions array (upload file, delete file, ..). The Destination.Order enum would have to be changed too. The Gson type adapters will also have to be changed and a new type adapter for the ftp section needs to be added.
Please comment if you would like to work on this.
The text was updated successfully, but these errors were encountered:
Sure, go ahead! Please make sure to follow the contribution guidelines :)
(In regards to rule 1: you don't have to create a new issue since this one already exists.)
Implement (S)FTP to upload / delete artifacts. The only way to upload artifacts at the moment is through the use of external commands, like Linux's
scp
, and that's not really great.I would add an ftp section to the config (like the ssh section) with an instructions array (upload file, delete file, ..). The
Destination.Order
enum would have to be changed too. The Gson type adapters will also have to be changed and a new type adapter for the ftp section needs to be added.Please comment if you would like to work on this.
The text was updated successfully, but these errors were encountered: