mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 15:25: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 {
|
pipeline {
|
||||||
agent {label "slave"}
|
agent {label "slave"}
|
||||||
|
options {
|
||||||
|
timestamps()
|
||||||
|
}
|
||||||
stages {
|
stages {
|
||||||
stage("build") {
|
stage("build") {
|
||||||
steps {
|
steps {
|
||||||
|
|
Loading…
Reference in a new issue