Skip to content
Snippets Groups Projects
Commit 10368601 authored by Clayton, Brandon Scott's avatar Clayton, Brandon Scott
Browse files

update build and pipeline

parent e51f56d6
No related branches found
No related tags found
1 merge request!500Update Pipeline
variables: variables:
GIT_NSHMP_PASSWORD: ${GITLAB_API_TOKEN} GIT_NSHMP_PASSWORD: ${GITLAB_API_TOKEN}
GIT_NSHMP_USERNAME: ${GITLAB_USER_EMAIL} GIT_NSHMP_USERNAME: ${GITLAB_USER_EMAIL}
IMAGE_NAME_HAZ: nshmp-haz:${CI_COMMIT_REF_SLUG}
IMAGE_NAME_WS: nshmp-haz-ws:${CI_COMMIT_REF_SLUG}
JACOCO_HTML_DIR: build/reports/jacoco/test/html JACOCO_HTML_DIR: build/reports/jacoco/test/html
JUNIT_FILES: build/test-results/test/TEST-*.xml JUNIT_FILES: build/test-results/test/TEST-*.xml
...@@ -125,6 +123,12 @@ Build Haz Image: ...@@ -125,6 +123,12 @@ Build Haz Image:
- *adjust-ref - *adjust-ref
variables: variables:
CI_PROJECT_NAME: nshmp-haz CI_PROJECT_NAME: nshmp-haz
DOCKER_BUILD_ARGS: |
BUILD_IMAGE=${DEVOPS_REGISTRY}usgs/java:11
FROM_IMAGE=${DEVOPS_REGISTRY}usgs/java:11
ci_job_token=${CI_JOB_TOKEN}
git_username=${GIT_NSHMP_USERNAME}
git_password=${GIT_NSHMP_PASSWORD}
Build WS Image: Build WS Image:
extends: extends:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment