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: docs/USER_GUIDE.adoc
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -242,7 +242,7 @@ If this does not meet you need you can disable any notification to Bitbucket usi
242
242
[id=bitbucket-env-var]
243
243
== Environment Variables
244
244
245
-
This plugin contribute to the enviroment with the following variables:
245
+
This plugin contribute to the enviroment the following variables:
246
246
247
247
- BITBUCKET_REPOSITORY: the repository name/slug
248
248
- 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:
251
251
252
252
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.
253
253
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.
0 commit comments