mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-18 05:25:50 +00:00
added changes
This commit is contained in:
parent
09c157d621
commit
3f136c61e5
1 changed files with 2 additions and 1 deletions
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
|
@ -35,11 +35,12 @@ pipeline {
|
||||||
serverId: 'JFROG_CLOUD'
|
serverId: 'JFROG_CLOUD'
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
}
|
||||||
stage('reporting'){
|
stage('reporting'){
|
||||||
junit testResults: '**/target/surefire-reports/TEST-*.xml'
|
junit testResults: '**/target/surefire-reports/TEST-*.xml'
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue