From b079ff75914dabc6aba90663c6961e2bf82b5815 Mon Sep 17 00:00:00 2001 From: jgramoll Date: Tue, 6 Aug 2019 12:20:26 -0500 Subject: [PATCH] Update readme with more about credentials and envvars --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 21b95f0..e105c80 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,15 @@ curl -s https://raw.githubusercontent.com/jgramoll/terraform-provider-jenkins/ma ### Credentials ### -$jenkins_url/user/$username/configure +go to $jenkins_url/user/$username/configure + +Add to .bash_profile + +```sh +export JENKINS_ADDRESS=https://your.jenkins.server +export JENKINS_USERNAME=username +export JENKINS_TOKEN=jenkins_token_from_configure +``` ### Importer ###