Hi All, Setup accounts in jenkins for the credential and encript the files wit a password and save the password in a password vault.
-- Regards, Vince Bailey Live long and prosper !!! > On 7 May 2020, at 17:15, Slide <[email protected]> wrote: > > This sounds like a bug in the plugin, I would file an issue in Jira. > > On Thu, May 7, 2020 at 6:02 AM cw <[email protected] > <mailto:[email protected]>> wrote: > Does anyone have any ideas on this? I am using Jenkins ver. 2.190.3 on > Windows 2012 with ssh versions below. This is not only a space issue, but a > security issue, since sometimes I am downloading files with sensitive > information in them and don't want those details available in the jenkins > logs. > > ssh 2.6.1 true > ssh-agent 1.17 true > ssh-credentials 1.18 true > ssh-steps 2.0.0 true > > On Tuesday, May 5, 2020 at 4:32:49 PM UTC-4, cw wrote: > When executing the following in a scripted pipeline: > > sshGet remote: soc_remote, from: > "/srv/jboss/server/${MAL}/log/${sourcefile}", into: FileName, override: true > > The file is downloaded successfully from the remote server into the local > directory on the Jenkins server. However, the console output shows the > contents of that file in its entirety, and the logs files in the build folder > also contains the contents of the file. The file is embedded within the rest > of the log entries, and is not usable. Therefore when I am downloading large > files with sshGet, I end up consuming twice the space I should be, since I > have a log file roughly the size of the file, and then the file itself which > was downloaded. How can I turn this off so the log file only indicates > success or failure, and is not also including the contents of the file? > > Craig > > -- > You received this message because you are subscribed to the Google Groups > "Jenkins Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected] > <mailto:[email protected]>. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jenkinsci-users/54a9a55c-dd0b-4dda-9f46-2eb032281c5c%40googlegroups.com > > <https://groups.google.com/d/msgid/jenkinsci-users/54a9a55c-dd0b-4dda-9f46-2eb032281c5c%40googlegroups.com?utm_medium=email&utm_source=footer>. > > > -- > Website: http://earl-of-code.com <http://earl-of-code.com/> > > -- > You received this message because you are subscribed to the Google Groups > "Jenkins Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected] > <mailto:[email protected]>. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jenkinsci-users/CAPiUgVdcRG00DdjP4gGEfGQu2V73GGCFczxv9bO1j%2BiDYnj0xA%40mail.gmail.com > > <https://groups.google.com/d/msgid/jenkinsci-users/CAPiUgVdcRG00DdjP4gGEfGQu2V73GGCFczxv9bO1j%2BiDYnj0xA%40mail.gmail.com?utm_medium=email&utm_source=footer>. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/9BA2766C-7376-4176-8D45-CB5B4A838B30%40dns-direct.com.
