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

javascript - Unusual behaviour when drawing lots of images onto a large canvas -

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

javascript - Chart.js - setting tooltip z-index -