-
Improvement
-
Resolution: Unresolved
-
Minor
-
None
-
Jenkins: 2.164.1
OS: Mac OS X - 10.15.7
---
build-timestamp:1.0.4-SNAPSHOT (private-26cf0bda-qrtt1)
structs:1.19
mailer:1.18
workflow-api:2.30
workflow-job:2.11.2
jquery-detached:1.2.1
workflow-scm-step:2.4
workflow-basic-steps:2.6
script-security:1.39
workflow-step-api:2.19
workflow-cps:2.39
workflow-durable-task-step:2.13
durable-task:1.14
junit:1.3
scm-api:2.2.6
ace-editor:1.0.1
display-url-api:0.2
workflow-support:3.3
Result: [Plugin:build-timestamp, Plugin:structs, Plugin:mailer, Plugin:workflow-api, Plugin:workflow-job, Plugin:jquery-detached, Plugin:workflow-scm-step, Plugin:workflow-basic-steps, Plugin:script-security, Plugin:workflow-step-api, Plugin:workflow-cps, Plugin:workflow-durable-task-step, Plugin:durable-task, Plugin:junit, Plugin:scm-api, Plugin:ace-editor, Plugin:display-url-api, Plugin:workflow-support]Jenkins: 2.164.1 OS: Mac OS X - 10.15.7 --- build-timestamp:1.0.4-SNAPSHOT (private-26cf0bda-qrtt1) structs:1.19 mailer:1.18 workflow-api:2.30 workflow-job:2.11.2 jquery-detached:1.2.1 workflow-scm-step:2.4 workflow-basic-steps:2.6 script-security:1.39 workflow-step-api:2.19 workflow-cps:2.39 workflow-durable-task-step:2.13 durable-task:1.14 junit:1.3 scm-api:2.2.6 ace-editor:1.0.1 display-url-api:0.2 workflow-support:3.3 Result: [Plugin:build-timestamp, Plugin:structs, Plugin:mailer, Plugin:workflow-api, Plugin:workflow-job, Plugin:jquery-detached, Plugin:workflow-scm-step, Plugin:workflow-basic-steps, Plugin:script-security, Plugin:workflow-step-api, Plugin:workflow-cps, Plugin:workflow-durable-task-step, Plugin:durable-task, Plugin:junit, Plugin:scm-api, Plugin:ace-editor, Plugin:display-url-api, Plugin:workflow-support]
There is a minor changes to add the creation timestamp for a build. In the past, the BUILD ID was formed by timestamp string, some legacy build scripts generated report information relied on it.
The build-timestamp plugin does a great job to export the BUILD TIMESTAMP variable, but it was better to have another variable to stand for the original information. What is the timestamp a build created ?
I have tried to add BUILD_CREATED_TIMESTAMP in my forked repository. However, the upstream marked as LOOK FOR NEW MAINTAINER, should I send a PR directly ? Someone could help the review ?