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

Commit 78a4d6a

Browse files
author
Developer Environment
committed
Parameterise path to Jenkins plugins list
1 parent e06de20 commit 78a4d6a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ci/tasks/test-jenkins.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,12 @@ run:
2727
export JENKINS_HOST="http://localhost:8080"
2828
popd
2929
30+
export INSTALLED_PLUGINS_FILE_PATH="${PWD}/devtools-boshrelease/src/jenkins/plugins.txt"
3031
cp -R devtools-boshrelease/ci/tests/jenkinstest /go/src/
3132
sleep 10
3233
3334
pushd /go/src/jenkinstest
3435
go get github.com/DATA-DOG/godog/cmd/godog
3536
set -e
3637
godog
37-
popd
38+
popd

0 commit comments

Comments
 (0)