Is there any builtin variable that gives access to the text of the currently executing build?
I tried using something like currentBuild.log
, curre
Not currently. (Properties of currentBuild
are documented under Snippet Generator » Global Variables by the way.)
It could be implemented, fairly easily, though it would not scale well with huge builds. JENKINS-28119 would provide a more scalable solution to what I am guessing your underlying request is.