Skip to content
This repository was archived by the owner on Jul 17, 2018. It is now read-only.

Commit 2842e01

Browse files
authored
Merge pull request #160 from danieljamesrees/fix-missing-envvar
Fix missing env var
2 parents 874dee4 + 3adf353 commit 2842e01

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci/tasks/test-jenkins.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ run:
2525
credhub login --username=${CREDHUB_USERNAME} --password=${CREDHUB_PASSWORD}
2626
export JENKINS_PASSWORD=$(credhub get --name=/bosh-devtools-boshrelease/jenkins/jenkins_admin_password --output-json | jq -r ".value" | tr -d ' ')
2727
export JENKINS_HOST="http://localhost:8080"
28+
export NEXUS_HOST="http://localhost:8081" # TODO Refactor tests to remove dependency on Nexus in Jenkins unit tests.
2829
popd
2930
3031
export INSTALLED_PLUGINS_FILE_PATH="${PWD}/devtools-boshrelease/src/jenkins/plugins.txt"

0 commit comments

Comments
 (0)