How do i automate to get the last run CI's build ID while running the CD pipeline

Viewed 24

Now we are manually picking the build id from the last successful run of CI and pasting it while running the new CD pipeline... we want to automate the process so that whenever we run the CD pipeline, it will pick the last successful build of CI. How do we achieve this ?

0 Answers
Related