Jenkins - Using the results of one job, in another job
问题 I have a job that runs a makefile and generates some files. I then want another job that publishes these files to ivy. I am aware of the clone workspace plugin, but is there any other options? 回答1: You run a Makefile , and you're publishing to Ivy ? Ivy is part of Ant, and is a module that takes advantage of the worldwide Maven repository structure to grab required jarfiles and other dependencies. Don't get me wrong, I've used a local remote Maven repository to publish C/C++ libraries (you