Always getting "Masking supported pattern matches of" message in job log

This issue is archived. You can view it, but you can't modify it. Learn more

XMLWordPrintable

      I have a jenkins pipeline where I have something like this:

      withCredentials([sshUserPrivateKey(credentialsId: credentialsId, keyFileVariable: 'sshKeyFile' , usernameVariable: 'userName')]) {
               sshCommand remote: [ user: userName , identityFile: sshKeyFile ... ], command: "some cmd" 
      }
      

      For every execution of ssh command using sshCommand step I see in job log:
      Masking supported pattern matches of $sshKeyFile

      Would be nice to have option to suppress these messages as for many executions of sshCommand log looks ugly.

            Assignee:
            Unassigned
            Reporter:
            Vlad Uros
            Archiver:
            Jenkins Service Account

              Created:
              Updated:
              Archived: