Skip to content

Commit

Permalink
Update readme with more about credentials and envvars
Browse files Browse the repository at this point in the history
  • Loading branch information
jgramoll committed Aug 6, 2019
1 parent b6b812f commit b079ff7
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 ###

Expand Down

0 comments on commit b079ff7

Please sign in to comment.