From d42ee82eee18384576105cc4d56a40e0567b24cb Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Fri, 27 Dec 2019 13:43:18 +0100 Subject: Jenkins: enable timestamps --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) (limited to 'Jenkinsfile') diff --git a/Jenkinsfile b/Jenkinsfile index d30f5b3d..2d14c334 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -94,6 +94,7 @@ pipeline { disableConcurrentBuilds() timeout(time: 90, unit: 'MINUTES') parallelsAlwaysFailFast() + timestamps() } triggers { cron('H 2 * * *') -- cgit v1.2.3