added timestamps to windows
This commit is contained in:
parent
eba636aa6c
commit
f1c253a5be
1 changed files with 2 additions and 0 deletions
2
Jenkins/master-windows-pipeline/Jenkinsfile
vendored
2
Jenkins/master-windows-pipeline/Jenkinsfile
vendored
|
@ -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}"
|
||||
|
|
Loading…
Reference in a new issue