Zum Hauptinhalt springen

B4A.PM.SCRI.GET-REPOSITORY

Details

PropertyValue
TypeSCRI
Subtype-
FolderPACKAGES/BEST4AUTOMIC/B4A.PM/SOURCE
Activetrue
TitleRetrieves URL for Package Git Repository
Archive Key 1-
Archive Key 2-
CreatedAndreas Büsching am: 2022-02-22 11:44:42
Last ModifiedWRITER/B4A am: 2023-03-01 14:59:52 11 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

LabelVariableTypeDefault ValueTooltip
B4AP_CONNECTION_I#``
B4AP_PACKAGE_I#``

Automatic Deactivation

Deactivate on Finish
ALWAYS
Deactivate After
0

Runtime Parameters

AE Priority
0
Timezone
-
Generate at runtime
true
Max. Parallel Tasks
0

Usage

ParentTypePackageFolder
B4A.PM.VARA@EXEC.GET-REPOSITORYVARAB4A.PMPACKAGES/BEST4AUTOMIC/B4A.PM/SOURCE
DEV.B4A.VARA@EXEC.GET-REPOSITORYVARADEV.B4AINTERNAL/DEV.B4A/SOURCE

Variable Publications

Found 1 variable publications (TASK)

ZeilennummerScriptzeile
20:publish &repository#, B4AP_GIT_REPOSITORY_O#, TASK