build - IBM DevOps Pipeline: How to Access Artifacts from Previous Job? -
i have build stage shown below 2 build jobs, frontend , backend job. how directly access build archive directory of frontend job backend job's build script?
i need access frontend build artifacts in order build final archive. , can see artifacts show in artifacts tab frontend build. how access second job, i.e. backend build?
i saw here there environment variable access current job's archive dir, need access other jobs archive dir.
currently, both jobs inside stage run in complete separate environments. not have access artifacts of other jobs in stage. way around create new stage 'backend' job, , set input stage build artifacts 'frontend' job

Comments
Post a Comment