Skip to content

Commit

Permalink
#986: echo downstream job's build variables
Browse files Browse the repository at this point in the history
FRESH-1372 #968 Include webui in the normal rollout process
  • Loading branch information
metas-ts committed Feb 21, 2017
1 parent 338b037 commit 5dac42c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ def Map invokeDownStreamJobs(String jobFolderName, String buildId, String upstre
], wait: wait
;

echo "Job invokation done; buildResult.getBuildVariables()=${buildResult.getBuildVariables()}"

return buildResult.getBuildVariables();
}

Expand Down

0 comments on commit 5dac42c

Please sign in to comment.