Commit 3d4bb23e authored by Boris Djalal's avatar Boris Djalal

Adding timestamp option.

Signed-off-by: default avatarBoris Djalal <boris.djalal@eurecom.fr>
parent 88be4be2
...@@ -6,6 +6,7 @@ pipeline { ...@@ -6,6 +6,7 @@ pipeline {
} }
options { options {
disableConcurrentBuilds() disableConcurrentBuilds()
timestamps()
ansiColor('xterm') ansiColor('xterm')
} }
stages { stages {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment