vrealize:push fails to populate configuration element of type array #460
Labels
area/vrotsc
Relates to `vrotsc` module
kind/bug
Something isn't working
lang/typescript
Related to typescript code
os/windows
priority/medium
triage/accepted
The issue was accepted and will be done
version/minor
Introduces a non-breaking feature or change
Description
We have a config element that holds an array of strings. When we execute a vrealize:push with the flag -Dvro.packageImportConfigurationAttributeValues=true, the config element is created, but the attribute values are not populated. Other config elements in the same project have their values correctly populated
Steps to Reproduce
I execute the command
mvn clean package vrealize:push -P<profile> -Dlicense.skip -Dlicense.skipAddThirdParty=true -DskipInstallNodeDeps=true -Dvro.packageImportConfigurationAttributeValues=true -Dvro.packageImportConfigSecureStringAttributeValues=true
In Orchestrator/Configurations:
Expected behavior:
I expect the domainsList variable to hold my two domains
Actual behavior:
domainsList variable is empty
Reproduces how often:
100%
Component/s:
Affects Build/s:
2.43.0
Environment
Client
Server
The text was updated successfully, but these errors were encountered: