Unifying Jenkins console logs -
Unifying Jenkins console logs -
we have nightly build of our projects , each of them has several downstream jobs, , configured jenkins send build logs when main job ends. problem main console shows details of own job, , downstream jobs shows this:
waiting completion of "project bbb" "project bbb" #41 completed. result success is there way create show details of downstream jobs?
started upstream project "project aaa" build number 38 caused by: started user "user name" building in workspace c:\workspace\project bbb reverting c:\workspace\project bbb\. depth infinity ignoreexternals: true updating https://111.111.111.111/svn/project bbb @ revision '2014-10-10t11:00:11.785 +0100' @ revision 43143 no alter https://111.111.111.111/svn/project bbb since previous build notifying upstream projects of job completion finished: success or @ to the lowest degree send downstream jobs build.log also?
the build log of each completed job available in plain text:
http://<jenkins_server>/job/<job_name>/<job_number>/consoletext
in downstream job, can pull log file, , cat out in downstream's console log.
jenkins jenkins-plugins
Comments
Post a Comment