diff --git a/Jenkinsfile b/Jenkinsfile index 0336a41..5181d12 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,3 +1,5 @@ +@Library('nhdsLib@perm/honeycomb') _ + runNeighborhoodsPipeline([ project: 'honeycomb-ci', tests: [ diff --git a/Pipfile b/Pipfile index 45cdc88..727a4b4 100644 --- a/Pipfile +++ b/Pipfile @@ -5,7 +5,7 @@ verify_ssl = true [[source]] name = "nhds" -url = "https://$NHDS_PYPI_USERNAME:${NHDS_PYPI_PASSWORD}@pypi.neighborhoods.com/simple" +url = "https://$NHDS_PYPI_USERNAME:'${NHDS_PYPI_PASSWORD}'@pypi.neighborhoods.com/simple" verify_ssl = true [dev-packages]