-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Minor
-
Component/s: timestamper-plugin
-
None
My suggestion is to accept a boolean value as parameter, which defaults to true, but someone can tweak as false.
pipeline {
options {
timestamps(false)
}
}