Welcome toVigges Developer Community-Open, Learning,Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
597 views
in Technique[技术] by (71.8m points)

Intractive Azure build pipeline

I wanted to memic some process I have which I am currently running through my command prompt.

On this entire process need to give the input back to the process which is again not constant but again depends on the intermediate output I get from the program only.

Steps I wanted to perform:

  1. Program will give the 4 choices through which one has to opt by client

  2. On the basis of the choice the client will make, I code will collect the latest data from API, which again asks the client what option we wanted to go ahead with.

  3. after the second option is given, I will perform my make logic.

See from the above explanation you can get that, my step3 can not be started without the step1 and 2 and step2 input is also coming from an API which again is based on step1 input, so there are no ways I can make those input at the start on the pipeline.

Note - I have some different logic for each step which my backend code will manage on the basis of the choice the user makes.

Can anyone know if we could accomplish this kind of flow through the azure DevOps pipeline? your help or suggestion is highly appreciated.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
等待大神答复

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to Vigges Developer Community for programmer and developer-Open, Learning and Share
...