mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-24 00:35: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 {
|
pipeline {
|
||||||
agent {label 'node1'}
|
agent {label 'JDK_17'}
|
||||||
options {
|
options {
|
||||||
retry(3)
|
retry(3)
|
||||||
timeout(time: 30, unit: 'MINUTES')
|
timeout(time: 30, unit: 'MINUTES')
|
||||||
|
@ -24,8 +24,8 @@ pipeline {
|
||||||
}
|
}
|
||||||
stage('build') {
|
stage('build') {
|
||||||
steps {
|
steps {
|
||||||
junit testResults: '**/target/spring-petclinic-*.jar'
|
|
||||||
archiveArtifacts artifacts: '**/target/surefire-reports/TEST-*.xml'
|
archiveArtifacts artifacts: '**/target/surefire-reports/TEST-*.xml'
|
||||||
|
junit testResults: '**/target/surefire-reports/TEST-*.xml'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue