feat: finalize projectwork CI jobs, docs and test integration
This commit is contained in:
@@ -23,6 +23,9 @@ pipeline {
|
||||
set -eux
|
||||
docker version
|
||||
curl -fsS http://registry:5000/v2/_catalog
|
||||
curl -fsS http://host.docker.internal:4444/status
|
||||
docker pull selenoid/vnc:chrome_128.0
|
||||
docker pull selenoid/video-recorder:latest-release || docker pull selenoid/video-recorder:latest
|
||||
docker pull localhost:5005/otus/test-selenium:1.0.0
|
||||
docker pull localhost:5005/otus/test-api:1.0.0
|
||||
docker pull localhost:5005/otus/test-mobile:1.0.0
|
||||
@@ -33,8 +36,8 @@ pipeline {
|
||||
steps {
|
||||
sh '''
|
||||
set -eux
|
||||
HW8_ROOT_PATH="${HW8_ROOT:-/workspace/hw8}"
|
||||
test -f "${HW8_ROOT_PATH}/config/jobs/global.yaml"
|
||||
PROJECT_ROOT_PATH="${OTUS_WORKSPACE_ROOT:-/workspace/projectwork}"
|
||||
test -f "${PROJECT_ROOT_PATH}/config/jobs/global.yaml"
|
||||
'''
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user