Closed NAVFreak closed 2 years ago
A batch publish doesn't take the artifact filter into account. The problem with that parameter is the intent and how powershell works :(. We can't really do it properly. The artifact-filter is to publish one app out of a list, and the filter will make sure you take the right app..
Here's how to delete all test-apps before the publish: https://github.com/HodorNV/ALOps/issues/289
ONe other tip.
It might make sense to put apps in different folders, and in the batch deploy, refer to a certain folder to exclude the apps in the other folders.. .
We'll close this issue for now.
Describe the bug I have done a release pipeline with ALOps Extension API but the problem is that it tries to deploy all my apps from pipeline, even my testapps which isn't ok. When I read the manual it says there exist artifact filter:
But I can't find/see the artifact filter in the GUI (taskversion 1.*):
the used yaml please provide the yaml that you used. It helps you put the yaml like this:
Expected behavior Be able to specify artifact filter in the configuraton of the release pipeline