Passing the result back from Parameterized Trigger plugin
问题 I have 2 jobs: "Helper" and "Main" and the single jenkins instance (which is the host and the executor). The helper manages 3rd party resource and makes the preparation for the Main job (to be precise - it creates the environment for the application to be deployed for testing). The only artifact for the helper job is a single file with IP of the environment prepared especially for the Main job. How would I pass back the build from the Helper to the Main in this case? 回答1: You are saying that