Welcome to JiKe DevOps Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

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

continuous integration - How to pass params to CircleCI Job via Approve modal

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

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

Please log in or register to answer this question.

1 Answer

0 votes
by (71.8m points)
Waitting for answers

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