mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 15:55:49 +00:00
Jenkinsfile_DP_WH
This commit is contained in:
parent
997a09b109
commit
e6274162a1
1 changed files with 0 additions and 4 deletions
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
|
@ -4,10 +4,6 @@ pipeline {
|
||||||
timeout(time: 1, unit: 'HOURS')
|
timeout(time: 1, unit: 'HOURS')
|
||||||
retry(2)
|
retry(2)
|
||||||
}
|
}
|
||||||
triggers {
|
|
||||||
cron('* * * * *')
|
|
||||||
}
|
|
||||||
|
|
||||||
stages {
|
stages {
|
||||||
stage ('SourceCode') {
|
stage ('SourceCode') {
|
||||||
steps {
|
steps {
|
||||||
|
|
Loading…
Reference in a new issue