Jenkins using File Parameter with MultiJob Project
问题 I am using the MultiJob Project in order to implement a process the runs every time there is a push to a certain Git branch. How can I pass parameters between 2 different jobs (each job is located in a separate MultiJob Phase) What i tried to do is: Job A: (Run on the Master - windows) echo 2 parameters into a new file (Called parameters.properties) that i placed in a shared location (not in the workspace of Job A) so this file's contnet looks like: currentBuild=2012-11-27_09-20-50