mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-19 22:15:50 +00:00
removed regression tests
This commit is contained in:
parent
da1895c8d1
commit
b3e771ee35
1 changed files with 3 additions and 7 deletions
|
@ -40,14 +40,10 @@ pipeline {
|
||||||
sh "docker run -d -p 9966:8080 --name petclinic-tomcat-temp ${env.IMAGE}:${TAG}"
|
sh "docker run -d -p 9966:8080 --name petclinic-tomcat-temp ${env.IMAGE}:${TAG}"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Smoke-Test & OWASP Security Scan') {
|
stage('Smoke-Test') {
|
||||||
agent {
|
agent any
|
||||||
docker {
|
|
||||||
image 'maven:3.5.0'
|
|
||||||
}
|
|
||||||
}
|
|
||||||
steps {
|
steps {
|
||||||
sh "cd regression-suite && mvn clean -B test -DPETCLINIC_URL=http://petclinic-tomcat-temp:8080/petclinic/"
|
sh 'curl http://localhost:9966'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Stop local container') {
|
stage('Stop local container') {
|
||||||
|
|
Loading…
Reference in a new issue