mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-23 08:15:49 +00:00
added
This commit is contained in:
parent
6d72425615
commit
4666e630b2
1 changed files with 2 additions and 2 deletions
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
|
@ -1,5 +1,5 @@
|
|||
pipeline {
|
||||
agent {label 'node1'}
|
||||
agent {label 'JDK_17'}
|
||||
options {
|
||||
retry(3)
|
||||
timeout(time: 30, unit: 'MINUTES')
|
||||
|
@ -24,8 +24,8 @@ pipeline {
|
|||
}
|
||||
stage('build') {
|
||||
steps {
|
||||
junit testResults: '**/target/spring-petclinic-*.jar'
|
||||
archiveArtifacts artifacts: '**/target/surefire-reports/TEST-*.xml'
|
||||
junit testResults: '**/target/surefire-reports/TEST-*.xml'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue