Timestamper cannot be configured programmatically

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

XMLWordPrintable

      Jenkins 2.19.1
      Timestamper 1.8.7

      For example, the following job config:

      <?xml version='1.0' encoding='UTF-8'?>
      <project>
        <builders>
          <hudson.tasks.Shell>
            <command>echo start
      sleep 5
      echo end</command>
          </hudson.tasks.Shell>
        </builders>
        <buildWrappers>
          <hudson.plugins.timestamper.TimestamperBuildWrapper plugin="timestamper@1.8.7"/>
        </buildWrappers>
      </project>
      

      Upload

      curl -H 'Content-Type: application/xml' -X POST --data-binary @config.xml 'https://jenkins.lucidchart.com/createItem?name=test1'
      

      Timestamps are not present. However, if it is configured through the UI, it somehow works.

            Assignee:
            Steven G Brown
            Reporter:
            Paul Draper
            Archiver:
            Jenkins Service Account

              Created:
              Updated:
              Resolved:
              Archived: