Hi @sukhija0004 ,
The second yml file that you posted in your reply seems to generate an 'application.tar.gz' file. However, this artifact cannot be used by the third step, because the steps are parallel.
Parallel steps cannot use artifacts produced by steps in the same parallel set. Since the steps are not running sequentially, the step using the artifact may start running before the artifact is generated by the second step.
I would suggest making the third step ('Deploy Code') a non-parallel step. Then, it should be able to use the artifact generated by 'Create artifact' step.
If you have any questions, please feel free to let me know.
Kind regards,
Theodora
I already tried this code for artifacts
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
AI is reshaping the dev experience, with faster builds but adding more friction. See what 3,500 developers and managers say about productivity, tools, and team alignment in Atlassian’s State of Developer Experience report 2025.
Explore the report
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.