修改了Jenkinsfile
parent
bc245e7c55
commit
aad82c7517
|
@ -29,7 +29,7 @@ pipeline {
|
||||||
sh 'sudo docker run -d -p 4444:4444 selenium/standalone-chrome'
|
sh 'sudo docker run -d -p 4444:4444 selenium/standalone-chrome'
|
||||||
sh 'pip3 install pytest -U -q'
|
sh 'pip3 install pytest -U -q'
|
||||||
sh 'pip3 install selenium -U -q'
|
sh 'pip3 install selenium -U -q'
|
||||||
sh 'python3 -m pytest -v -s ./code/test'
|
sh 'python3 -m pytest -v -s ./app/test'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('DeployIt') {
|
stage('DeployIt') {
|
||||||
|
|
Loading…
Reference in New Issue