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 - Count length of each class -

What design pattern is this code in Javascript? -

hadoop - Restrict secondarynamenode to be installed and run on any other node in the cluster -