Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

I need to pass some params to a job when approving it. For example I have two repos with backend and frontend. When I deploy frontend I need to tell the job what exact branch from backend I want to see in final build.

I think something like that, I can specify a param which values are taken from curl. I return the list of available branches and they are shown as a dropdown below build_approval. User selects value from dropdown and this values is passed to the job. Also I can do pretty much the same for backend repo, in backend repo when user clicks approve I can provide the list of NPM packages from my frontend, so users will be able to specify which frontend they want to see with this backend.

enter image description here

question from:https://stackoverflow.com/questions/65918007/how-to-pass-params-to-circleci-job-via-approve-modal

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

1 Answer

Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...