added timestamps() block

This commit is contained in:
BrahmanapallyNagaraju 2020-04-09 00:13:04 +05:30 committed by GitHub
parent d219305e05
commit 2ee009a61c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

3
Jenkinsfile vendored
View file

@ -4,6 +4,9 @@ def emailDevOps(targetMail, msg) {
}
pipeline {
agent {label "slave"}
options {
timestamps()
}
stages {
stage("build") {
steps {