You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,6 +45,9 @@ See [concourse docs](http://concourse.ci/configuring-resource-types.html) for mo
45
45
46
46
* `password`: *Optional.* Password for HTTP(S) auth when pulling/pushing.
47
47
48
+
* `token`: *Optional.* Token for HTTP(S) auth when pulling/pushing.
49
+
If you have configured a [personal access token](https://confluence.atlassian.com/bitbucketserver/personal-access-tokens-939515499.html), you can use it instead of your username and password.
50
+
48
51
* `skip_ssl_verification`: *Optional.* Skips git ssl verification by exporting `GIT_SSL_NO_VERIFY=true`.
49
52
50
53
* `git_config`: *Optional*. If specified as (list of pairs `name` and `value`) it will configure git global options, setting each name with each value.
0 commit comments