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

update

parent 3e31a501
No related branches found
No related tags found
1 merge request!500Update Pipeline
variables: variables:
GIT_NSHMP_PASSWORD: ${GITLAB_API_TOKEN}
GIT_NSHMP_USERNAME: ${GITLAB_USER_EMAIL}
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
...@@ -32,8 +30,8 @@ stages: ...@@ -32,8 +30,8 @@ stages:
BUILD_IMAGE=${DEVOPS_REGISTRY}usgs/java:11 BUILD_IMAGE=${DEVOPS_REGISTRY}usgs/java:11
FROM_IMAGE=${DEVOPS_REGISTRY}usgs/java:11 FROM_IMAGE=${DEVOPS_REGISTRY}usgs/java:11
ci_job_token=${CI_JOB_TOKEN} ci_job_token=${CI_JOB_TOKEN}
git_username=${GIT_NSHMP_USERNAME} git_username=${GITLAB_USER_EMAIL}
git_password=${GIT_NSHMP_PASSWORD} git_password=${GITLAB_API_TOKEN}
.templates: .templates:
adjust-ref: &adjust-ref | adjust-ref: &adjust-ref |
......
...@@ -45,6 +45,7 @@ WORKDIR ${builder_workdir} ...@@ -45,6 +45,7 @@ WORKDIR ${builder_workdir}
COPY . . COPY . .
RUN env
RUN ./gradlew assemble RUN ./gradlew assemble
#### ####
......
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