We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Today, the script is using a utility method to retrieve the deployType. This works, but is not the correct way for the BMS processing.
deployType
These are the two occurrences:
dbb-zappbuild/languages/BMS.groovy
Line 75 in 7527814
Lines 133 to 135 in 7527814
Instead, the script should just evaluate the two file properties and pass it to the DD statement:
dbb-zappbuild/samples/application-conf/BMS.properties
Lines 30 to 36 in 7527814
Todo:
Line 94 in 7527814
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Today, the script is using a utility method to retrieve the
deployType
. This works, but is not the correct way for the BMS processing.These are the two occurrences:
dbb-zappbuild/languages/BMS.groovy
Line 75 in 7527814
dbb-zappbuild/languages/BMS.groovy
Lines 133 to 135 in 7527814
Instead, the script should just evaluate the two file properties and pass it to the DD statement:
dbb-zappbuild/samples/application-conf/BMS.properties
Lines 30 to 36 in 7527814
Todo:
dbb-zappbuild/languages/BMS.groovy
Line 94 in 7527814
The text was updated successfully, but these errors were encountered: