Skip to content

Commit 109453d

Browse files
authored
Update environment variables chapter in the user documentation
1 parent 474da08 commit 109453d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/USER_GUIDE.adoc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ If this does not meet you need you can disable any notification to Bitbucket usi
242242
[id=bitbucket-env-var]
243243
== Environment Variables
244244

245-
This plugin contribute to the enviroment with the following variables:
245+
This plugin contribute to the enviroment the following variables:
246246

247247
- BITBUCKET_REPOSITORY: the repository name/slug
248248
- BITBUCKET_OWNER: the repository owner name/slug, in Bitbucket Cloud is the equivalent of workspace name
@@ -251,6 +251,9 @@ This plugin contribute to the enviroment with the following variables:
251251

252252
These variables were added to allow users to easily integrate calls to Bitbucket's REST APIs into their own pipelines to implement own business logics.
253253

254+
NOTE: Since variables are contributed through a GitSCMExtension they will be avaiable only after performed the checkout scm step.
255+
For the same reason existing projects must be updated with a "Scan Organization Folder Now" or "Scan Multibranch Project Now" action to persisnt the new git extension in the job configuration.
256+
254257
[id=bitbucket-misc-config]
255258
== Miscellaneous configuration
256259

0 commit comments

Comments
 (0)