jenkins-pipeline
Jenkins Pipeline: Enable timestamps in build log console
Adding options to the declarative pipeline pipeline { agent any options { timestamps () } // stages and rest of pipeline. } Credit goes to the comment above Jenkins Pipeline: Enable timestamps in build log console