audit event failed tests
Files
2+ 226
− 1
@@ -8,12 +8,74 @@ cache: &global_cache
@@ -30,7 +92,7 @@ maven-test:
@@ -48,3 +110,166 @@ maven-test:
- ssh contDeploy@codeability-austria -p 1022 "export CI_COMMIT_REF_NAME=$CI_COMMIT_REF_NAME && export COMMIT_DATE=$(git show -s --format=%ct $CI_COMMIT_SHA) && export GITSEARCH_PATH=${GITSEARCH_PATH} && cd gitsearch2/gitsearch && git fetch && git checkout -f $CI_COMMIT_REF_NAME && git reset --hard origin/$CI_COMMIT_REF_NAME && ./manual_deploy.sh && exit"
- ssh contDeploy@sharing-codeability -p 1022 "export REGISTRY_URL=$REGISTRY_URL export CI_COMMIT_REF_NAME=$CI_COMMIT_REF_NAME && export COMMIT_DATE=$(git show -s --format=%ct $CI_COMMIT_SHA) && cd gitsearch/ && git fetch && git checkout -f $CI_COMMIT_REF_NAME && git reset --hard origin/$CI_COMMIT_REF_NAME && ./manual_deploy.sh && exit"
- ssh contDeploy@codeability-austria -p 1022 "export GITBRANCH=$CI_COMMIT_REF_NAME && cd gitsearch && git fetch && git checkout -f $CI_COMMIT_REF_NAME && git reset --hard origin/$CI_COMMIT_REF_NAME && npm install && export E2E_PASSWORD=$E2E_PASSWORD && npm run e2e:ci --host=selenium__standalone-chrome && exit"