← Back to team overview

python-jenkins-developers team mailing list archive

[Bug 1809781] [NEW] get_build_console_output doesn't have timestamp when I user timestampplugin

 

Public bug reported:

1、I hava installed the plugin:Build Timestamp Plugin.
2、I enabled the function in the build step Add timestamps to the Console Output.

when I use python-jenkins to get output of a job.But get nothing.

python  output:

Docker Build: building image at path /jenkins/workspace/easy-springmvc-maven/docker
Step 1/2 : FROM tomcat:8.5.37-jre8-alpine

 ---> b50715823faa


Jenkins output:
16:08:05 Docker Build
16:08:05 Docker Build: building image at path /jenkins/workspace/easy-springmvc-maven/docker
16:08:06 Step 1/2 : FROM tomcat:8.5.37-jre8-alpine
16:08:06 
16:08:06  ---> b50715823faa
16:08:06

** Affects: python-jenkins
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Python
Jenkins Developers, which is subscribed to Python Jenkins.
https://bugs.launchpad.net/bugs/1809781

Title:
  get_build_console_output doesn't have timestamp when I user
  timestampplugin

Status in Python Jenkins:
  New

Bug description:
  1、I hava installed the plugin:Build Timestamp Plugin.
  2、I enabled the function in the build step Add timestamps to the Console Output.

  when I use python-jenkins to get output of a job.But get nothing.

  python  output:

  Docker Build: building image at path /jenkins/workspace/easy-springmvc-maven/docker
  Step 1/2 : FROM tomcat:8.5.37-jre8-alpine

   ---> b50715823faa

  
  Jenkins output:
  16:08:05 Docker Build
  16:08:05 Docker Build: building image at path /jenkins/workspace/easy-springmvc-maven/docker
  16:08:06 Step 1/2 : FROM tomcat:8.5.37-jre8-alpine
  16:08:06 
  16:08:06  ---> b50715823faa
  16:08:06

To manage notifications about this bug go to:
https://bugs.launchpad.net/python-jenkins/+bug/1809781/+subscriptions


Follow ups