1
0
Fork 0

added timestamps to windows

This commit is contained in:
Christian Kühnel 2019-12-13 15:01:32 +00:00
parent eba636aa6c
commit f1c253a5be

View file

@ -17,6 +17,8 @@ pipeline {
triggers {
pollSCM '0 H/2 * * *'
}
// enable timestaps for getting execution times
options { timestamps () }
environment {
BUILD_ID="${JOB_BASE_NAME}-${BUILD_NUMBER}"
TARGET_DIR="/mnt/nfs/results/${BUILD_ID}"