hudson - Access Jenkins build log within build script -


how go accessing contents of build (console) log within running build script?

i have deploy script runs, logs series of servers , runs scripts on servers. need obtain output of remote scripts , use them later in build process , in completion email.

you can in post build section, don't think can earlier in job. groovy post build plugin can information console log:

if(manager.logcontains("text find")) {     } 

Comments

Popular posts from this blog

html - Cut text on left side inside button while centering -

plugins - CodeIgniter support on netbeans 8.0 -

php - Selecting items from MySQL for a status update feed efficiently while accounting for possible spam -