B4A.PM.SCRI.GET-REPOSITORY
Summary
Details
- Object type
- SCRI
- Object Subtype
- -
- Object Folder
- PACKAGES/BEST4AUTOMIC/B4A.PM/SOURCE
- Active
- true
- Title
- Retrieves URL for Package Git Repository
- Archive Key 1
- -
- Archive Key 2
- -
- Created
- WRITER/B4A am: 2022-03-24 08:03:05
- Last Modified
- WRITER/B4A am: 2024-01-09 10:39:00 8 x
- Last Used
- -
Custom Attributes
No custom attributes defined.
Process
:set &organisation# = get_var( B4A.PM.VARA@XML.OPTIONS, "repositories", '/best4Automic/repositories/repository[@prefix="&B4AP_PACKAGE_PREFIX_O#"]/@resource' )
:if &organisation# = ' '
: set &organisation# = get_var( B4A.PM.VARA@XML.OPTIONS, "repositories", '/best4Automic/repositories/repository[@prefix="_DEFAULT_"]/@resource' )
:endif
:p &organisation#
:set &repo_name# = str_sub( &B4AP_PACKAGE_NAME_O#, "#", "-" )
:set &repo_name# = str_sub( &repo_name#, "@", "_" )
:set &B4AP_ORGANISATION_I# = &organisation#
:p "What is going on???"
:set &repository# = get_var( B4A.PM.VARA.SETTINGS, GIT_REPOSITORY, 1 )
:p &repository#
:set &repository# = resolve_var( &repository# )
:publish &repository#, B4AP_GIT_REPOSITORY_O#, TASK
Runtime
- ERT Method
- DYNAMIC_AVERAGE
- Current ERT
- 00 : 01 : 01 No. of past runs
- 0 +ERT Correction %
- 0
Sync
No sync definitions.
Variables
No variables defined.
Prompt Sets
B4A.PM.PRPT.GET-REPOSITORY
- (B4AP_CONNECTION_I#)
- Tooltip:
- Type:
- Default Value:
- (B4AP_PACKAGE_I#)
- Tooltip:
- Type:
- Default Value:
Automatic Deactivation
- Deactivate on Finish
- ALWAYS
- Deactivate After
- 0
Runtime Parameters
- AE Priority
- 0
- Timezone
- -
- Generate at runtime
- true
- Max. Parallel Tasks
- 0
Usage
Parent | Type | Package | Folder |
---|---|---|---|
B4A.PM.VARA@EXEC.GET-REPOSITORY | VARA | B4A.PM | PACKAGES/BEST4AUTOMIC/B4A.PM/SOURCE |
Variable Publications
Found 1 variable publications (TASK)
Zeilennummer | Scriptzeile |
---|---|
20 | :publish &repository#, B4AP_GIT_REPOSITORY_O#, TASK |