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

Commit 3adf353

Browse files
author
Dan Rees
committed
Fix missing env var
1 parent 91dd7f5 commit 3adf353

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)