8848/ibm-devops-pipeline-how-access-artifacts-from-previous-job
I have a build stage 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?
Currently, both jobs inside a stage are run in complete separate environments. They do not have access to the artifacts of the other jobs in the stage. The way to get around this is to create a new stage for the 'backend' job, and then set the input for that stage to be the build artifacts from the 'frontend' job
Use the curl command from second job
https://$USERNAME:$PASSWORD@hub.jazz.net/pipeline/<username>/<projectName>/<stageUUID>/<jobUUID>/latest?download=all
Create a Dockerfile and add the commands ...READ MORE
Hi@akhtar, You can run your job from remote ...READ MORE
Hi@akhtar, To build a job from Jenkins CLI, ...READ MORE
Hi@akhtar, You need to download the jenkins-cli.jar file ...READ MORE
Hey @nmentityvibes, you seem to be using ...READ MORE
Consider this - In 'extended' Git-Flow, (Git-Multi-Flow, ...READ MORE
It can work if you try to put ...READ MORE
When you use docker-compose down, all the ...READ MORE
Consider the below points: The Freestyle project ...READ MORE
If you do not have the plug-in, ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.