mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 15:55:49 +00:00
Jenkinsfile_DB5
This commit is contained in:
parent
5fc631d8af
commit
23f3a0ec1a
1 changed files with 0 additions and 2 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -1,8 +1,6 @@
|
||||||
pipeline {
|
pipeline {
|
||||||
agent any
|
agent any
|
||||||
options {
|
options {
|
||||||
timeout(time: 1, unit: 'HOURS')
|
|
||||||
retry(2)
|
|
||||||
}
|
}
|
||||||
stages {
|
stages {
|
||||||
stage ('SourceCode') {
|
stage ('SourceCode') {
|
||||||
|
|
Loading…
Reference in a new issue