Pipeline to use artifacts from 2 projects associated by the same git branch name
问题 the company where I work for is evaluating jenkins 2.71, in particular the pipeline and blue ocean plugins. We already tested also GoCD and we need, as in GoCD , a way for a pipeline to automatically fetch the artifacts from 2 other pipelines (taking the last successful result of each one of them), here our case. We have these initial pipelines (build & run tests), which reflect 2 projects: frontend , ~ 15 minutes backend , ~10 minutes I created a pipeline called configure (~1 minute), with e