{jenkins-plugin-info:zentimestamp} |
This plugin export a |
From Jenkins 1.597, the plugin adds the Jenkins BUILD_TIMESTAMP
variable to the Configure System page of Manage Jenkins. Note: you must activate the Global Property!
You must specify a java.text.SimpleDateFormat pattern such as the value 'yyyyMMddHHmmss
'.
BUILD_TIMESTAMP
variable to the Jenkins instance (all jobs on all slaves will be impacted).BUILD_TIMESTAMP
variable to the slave (all jobs on this slave will be impacted).BUILD_TIMESTAMP
variable to the job (only the job will be impacted)RunListener
and add an EnvironmentContributor
).BUILD_ID
variable from Hudson publishers too