-
Bug
-
Resolution: Fixed
-
Major
-
None
With Jenkins 1.597, the environment variable BUILD_ID was changed from timestamp to the build number. The zentimestamp plugin can not alter the content of BUILD_ID anymore. A new environment variable should be introduced, like BUILD_TIMESTAMP. This can be modified by the plugin then.
- is blocking
-
JENKINS-29873 Zentimestamp should set BUILD_TIMESTAMP variable in any case
-
- Open
-
- is related to
-
JENKINS-26624 Content of BUILD_ID environment variable changed from timestamp to build number
-
- Resolved
-
-
JENKINS-24380 Use build numbers as IDs
-
- Resolved
-
-
JENKINS-26520 Environment Variables BUILD_ID and BUILD_NUMBER now return the same value
-
- Resolved
-
- links to
I'm using Jenkins 1.597 and BUILD_ID. Now, I'm forced to use ZenTimestamp plugin(3.3) to convert Build_ID from BUILD_NUMBER to YYYY-MM-DD_hh-mm-ss. Today (February 5th, 2005) , I found that the timestamp set to BUILD_ID is 2015-02-36_03-53-58. February doesn't have 36 days. Another incompatible issue?