I have a build stage as shown below with two build jobs, a frontend
and a backend
job. How do I directly access the Build Archive Directory of the frontend
job from the backend
job's build script?
I need to access the frontend
build artifacts in order to properly build the final archive. And I can see all the artifacts show up in the Artifacts tab for the frontend
build. But how do I access that from the second job, i.e. backend
build?
I saw here that there is an Environment variable to access the current job's archive dir, but I need to access the other jobs archive dir.