= Self-wrapping code()
I have my own version of "declarative" we use, and in that case you can add parameters like timestamps: true
so I have code roughly (see below) like:
def workflow = { // stuff to do }
if (config.timestamps){
//*******NEEDED *****//
def inner = workflow()
//********************//
workflow = { timestamps { inner() } }