mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 07:15:49 +00:00
added timestamps() block
This commit is contained in:
parent
d219305e05
commit
2ee009a61c
1 changed files with 3 additions and 0 deletions
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
|
@ -4,6 +4,9 @@ def emailDevOps(targetMail, msg) {
|
|||
}
|
||||
pipeline {
|
||||
agent {label "slave"}
|
||||
options {
|
||||
timestamps()
|
||||
}
|
||||
stages {
|
||||
stage("build") {
|
||||
steps {
|
||||
|
|
Loading…
Reference in a new issue