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

c# - SelectList with Dictionary, add values to the Dictionary after it's assigned to SelectList -

how can i manage url using .htaccess in php? -

ios - I get the error Property '...' not found on object of type '...' -