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

Timestamper scripting API doesn't work for Pipeline jobs since version 1.9

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Minor Minor
    • timestamper-plugin
    • None
    • 1.11.1

      Using the REST API of the timestamper pluging doesn't work since the last update (v1.9)

      With timestamper v1.8, accessing the job url "https://myjenkins/job/J18.windows/2260/timestamps/" returns the elapsed times, one per line.

      0.003
      0.005
      0.005
      0.010
      0.123
      0.139
      0.140
      0.163
      0.290
      0.587
      0.588
      0.598
      0.598
      0.598
      0.598
      0.598
      0.598
      0.598
      0.598
      0.598
      0.599
      0.599
      0.614
      1.179
      [...]
      

       

      Since timestamper v1.9, accessing the job url "https://myjenkins2/job/J18.windows/1/timestamps/" returns an empty page !

       

      Is there a possibility that the global option "enable timestamps for all Pipeline builds" introduce in the v1.9 of the plugin had inject this bug ? (this option is off in our instance).

      We are using the REST API timestamper to analyse the different steps duration of our builds (they have an average time build of ~2h). Using the datetime injected in the log of the builds is not really an option because we are using 4 different Jenkins instance (the older one is Jenkins v1.549 !) and we prefer not to maintain different analyse script when one do the job, and for now the simple timestamper REST API ".../timestamps/" was the only way to get the same result page for those different Jenkins versions.

       

            basil Basil Crow
            thoudayer T. Houdayer
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: