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
Use case: We want to be able to build locally with minimal user configuration after checkout.
Current situation: The artifactory DSL calls it publish closure at configuration time and this makes it hard for user to only pupulate the needed properties when they are required.
A user that does not have publisher permission does not need to populate these properties.
Suggestion: Allow lazy configuration that is only resolved when the related artifactory tasks is executed.
This should be the default for all configuration.
The text was updated successfully, but these errors were encountered:
RobiNino
pushed a commit
to RobiNino/build-info
that referenced
this issue
Oct 7, 2020
Use case: We want to be able to build locally with minimal user configuration after checkout.
Current situation: The artifactory DSL calls it publish closure at configuration time and this makes it hard for user to only pupulate the needed properties when they are required.
A user that does not have publisher permission does not need to populate these properties.
Suggestion: Allow lazy configuration that is only resolved when the related artifactory tasks is executed.
This should be the default for all configuration.
The text was updated successfully, but these errors were encountered: