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 { pipeline {
agent {label "slave"} agent {label "slave"}
options {
timestamps()
}
stages { stages {
stage("build") { stage("build") {
steps { steps {