Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-19193

timestamper replaces some console output by nonprinting characters

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • timestamper-plugin
    • None

      When using timestamper in a build with PublishOverSSHPlugin, timestamper replaces some output of PublishOverSSHPlugin by strange, nonprinting characters.

      log by deactivated timestamper

      $> cat -v log
      ...
      SSH: Connecting with configuration [foo] ...
      SSH: EXEC: STDOUT/STDERR from command [echo "test"] ...
      test
      SSH: EXEC: completed after 401 ms
      SSH: Disconnecting configuration [foo] ...
      SSH: Transferred 0 file(s)
      Build step 'Send files or execute commands over SSH' changed build result to SUCCESS
      Finished: SUCCESS
      

      log by activated timestamper

      $> cat -v log
      ...
      SSH: Connecting with configuration [foo] ...
      SSH: EXEC: STDOUT/STDERR from command [echo "test"] ...
      ^@^@^@^\^MSSH: EXEC: completed after 401 ms
      SSH: EXEC: completed after 401 ms
      SSH: Disconnecting configuration [foo] ...
      SSH: Transferred 0 file(s)
      Build step 'Send files or execute commands over SSH' changed build result to SUCCESS
      Finished: SUCCESS
      

          [JENKINS-19193] timestamper replaces some console output by nonprinting characters

          ismail demirel created issue -
          ismail demirel made changes -
          Description Original: When using timestamper in a build with PublishOverSSHPlugin, timestamper replaces some output of PublishOverSSHPlugin with strange, nonprinting characters.

          log by deactivated timestamper
          {code}
          $> cat -v log
          ...
          SSH: Connecting with configuration [foo] ...
          SSH: EXEC: STDOUT/STDERR from command [echo "test"] ...
          test
          SSH: EXEC: completed after 401 ms
          SSH: Disconnecting configuration [foo] ...
          SSH: Transferred 0 file(s)
          Build step 'Send files or execute commands over SSH' changed build result to SUCCESS
          Finished: SUCCESS
          {code}

          log by activated timestamper
          {code}
          $> cat -v log
          ...
          SSH: Connecting with configuration [foo] ...
          SSH: EXEC: STDOUT/STDERR from command [echo "test"] ...
          ^@^@^@^\^MSSH: EXEC: completed after 401 ms
          SSH: EXEC: completed after 401 ms
          SSH: Disconnecting configuration [foo] ...
          SSH: Transferred 0 file(s)
          Build step 'Send files or execute commands over SSH' changed build result to SUCCESS
          Finished: SUCCESS
          {code}
          New: When using timestamper in a build with PublishOverSSHPlugin, timestamper replaces some output of PublishOverSSHPlugin by strange, nonprinting characters.

          log by deactivated timestamper
          {code}
          $> cat -v log
          ...
          SSH: Connecting with configuration [foo] ...
          SSH: EXEC: STDOUT/STDERR from command [echo "test"] ...
          test
          SSH: EXEC: completed after 401 ms
          SSH: Disconnecting configuration [foo] ...
          SSH: Transferred 0 file(s)
          Build step 'Send files or execute commands over SSH' changed build result to SUCCESS
          Finished: SUCCESS
          {code}

          log by activated timestamper
          {code}
          $> cat -v log
          ...
          SSH: Connecting with configuration [foo] ...
          SSH: EXEC: STDOUT/STDERR from command [echo "test"] ...
          ^@^@^@^\^MSSH: EXEC: completed after 401 ms
          SSH: EXEC: completed after 401 ms
          SSH: Disconnecting configuration [foo] ...
          SSH: Transferred 0 file(s)
          Build step 'Send files or execute commands over SSH' changed build result to SUCCESS
          Finished: SUCCESS
          {code}
          Summary Original: timestamper replaces some console output with nonprinting characters New: timestamper replaces some console output by nonprinting characters
          SCM/JIRA link daemon made changes -
          Resolution New: Fixed [ 1 ]
          Status Original: Open [ 1 ] New: Resolved [ 5 ]
          Steven G Brown made changes -
          Status Original: Resolved [ 5 ] New: Closed [ 6 ]
          R. Tyler Croy made changes -
          Workflow Original: JNJira [ 150641 ] New: JNJira + In-Review [ 206871 ]

            stevengbrown Steven G Brown
            ismaild ismail demirel
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: