Deploying Aggregate 3 CLI when using Azure DevOps Server locally #270
Replies: 5 comments 9 replies
-
Can I use the features that were defined in tfs aggregator 2 when defining rules, namely: macro snippets or functions? https://tfsaggregator.github.io/docs/v2/using/scripting/ |
Beta Was this translation helpful? Give feedback.
-
When deploying the docker image, I found that one of the volumes is the path to the rules folder. Do I understand correctly that eventually all the rules defined in the CLI end up in this folder? I have a question, how does the CLI learn about the web service to which it subsequently passes the rules, by some kind of hidden search on the network, or do you need to specify its url in the some settings? After a cursory review of the description, for some reason I didn’t found that it to do need in some settings. |
Beta Was this translation helpful? Give feedback.
-
Tried to use logon.env and defined three environment variables AGGREGATOR_AZDO_URL, AGGREGATOR_AZDO_MODE, AGGREGATOR_AZDO_TOKEN. After running the command, I get errors by as I add the environment variables (AGGREGATOR_CLIENTID, AGGREGATOR_CLIENTSECRET) unnecessary for the local mode, filled with the value "x": It looks like, that logon.env is not yet usable in local mode. |
Beta Was this translation helpful? Give feedback.
-
Hello! I have a question regarding the TransitionToState() method that was in TFS Aggregator. I didn't find it in Aggregate 3 CLI. Does this mean that in order to change the state, I just need to set a new value in the State property from the WorkItemWrapper type? Or should I use something else? |
Beta Was this translation helpful? Give feedback.
-
In all examples, the rules return a string. It is necessary? How is the returned string value used? |
Beta Was this translation helpful? Give feedback.
-
Hello!
As I said earlier, a project is uniquely identified when deployed locally by three parameters: <host dns>, <collection name>, <project name>. Following your advice, I was able to successfully connect using the logon.ado command by specifying the url as https://<host dns>/<collection name>/. I hope this will be enough for further work.
But it's hard to understand from the description that the url should be used in this way.
Since the collection must be required specified in identification of concrete project, I suggest adding this to the description.
Currently the description
https://tfsaggregator.github.io/docs/v3/commands/authentication-commands/#logonado
is:
--url -u Account/server URL, e.g. myaccount.visualstudio.com.
p.s.
I crossed over to here from discussion.
Beta Was this translation helpful? Give feedback.
All reactions