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

Commit 381ed39

Browse files
author
Darren Jones
authored
Merge pull request #207 from dazjones/task-fix
changed credhub key for test
2 parents 8678d6c + 6f52705 commit 381ed39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/tasks/test-jenkins.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ run:
2424
trap "pkill ssh" EXIT
2525
credhub api --server=${CREDHUB_SERVER}
2626
credhub login --username=${CREDHUB_USERNAME} --password=${CREDHUB_PASSWORD}
27-
export JENKINS_PASSWORD=$(credhub get --name=/bosh-devtools-boshrelease/jenkins/jenkins_admin_password --output-json | jq --raw-output ".value" | tr --delete ' ')
27+
export JENKINS_PASSWORD=$(credhub get --name=/bosh-devtools-boshrelease/buildstack/jenkins_admin_password --output-json | jq --raw-output ".value" | tr --delete ' ')
2828
export JENKINS_HOST="http://localhost:8080"
2929
export NEXUS_HOST="http://localhost:8081" # TODO Refactor tests to remove dependency on Nexus in Jenkins unit tests.
3030
popd

0 commit comments

Comments
 (0)