mirror of
https://github.com/privacore/open-source-search-engine.git
synced 2025-06-19 23:16:08 -04:00
Create ssl key/cert before starting test
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -58,6 +58,8 @@ pipeline {
|
||||
|
||||
stage('Test (setup)') {
|
||||
steps {
|
||||
sh "cd ${env.PYWEBTEST_DIR} && ./create_ssl_key.sh"
|
||||
sh "cd ${env.PYWEBTEST_DIR} && ./create_ssl_cert.sh"
|
||||
sh "cd ${env.PYWEBTEST_DIR} && ./setup_instances.py --num-instances=1 --num-shards=1 --offset=0"
|
||||
sh "cd ${env.PYWEBTEST_DIR} && ./setup_instances.py --num-instances=4 --num-shards=2 --offset=1"
|
||||
}
|
||||
|
Reference in New Issue
Block a user